Model Context Protocol

Talk to AnSolution inside your AI

Our agency runs its own MCP server, the same thing we build for clients. Connect it to Claude, ChatGPT, or Cursor.

https://ddzamrkzeqhxkgqdwzvr.supabase.co/functions/v1/ansolution-mcp/mcp

No client handy? Watch it run in the live demo →

Set up in under a minute

Claude

  1. Settings → Connectors → Add custom connector
  2. Name it “AnSolution”, paste the endpoint URL, save
  3. Ask: “What does AnSolution offer?”

ChatGPT

  1. Settings → Apps & Connectors → Advanced → Developer mode
  2. Create a connector with the endpoint URL (MCP)
  3. Enable it in a new chat and ask about our services

Cursor / other clients

  1. Add a Streamable-HTTP server to your MCP config
  2. “ansolution” → url: the endpoint above
  3. Tools appear after the client connects

What the server exposes

  • Get services

    What we build and ship.

    ansolution_get_services
  • Get pricing

    Engagement tiers and what's included.

    ansolution_get_pricing
  • Get case studies

    Recent projects with outcomes.

    ansolution_get_case_studies
  • Book an intro call

    Returns the live booking link.

    ansolution_book_call
  • Open the project-inquiry form

    Interactive form rendered inside the chat (MCP Apps).

    ansolution_open_lead_form
  • Send a project inquirysign-in

    Lands directly in our inbox. Sign-in required.

    ansolution_submit_lead

Browsing is anonymous. Sending an inquiry asks you to verify your email with a one-time code, a standard OAuth 2.1 flow your AI client handles automatically. We only ever see what you choose to submit.