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/mcpSet up in under a minute
Claude
- Settings → Connectors → Add custom connector
- Name it “AnSolution”, paste the endpoint URL, save
- Ask: “What does AnSolution offer?”
ChatGPT
- Settings → Apps & Connectors → Advanced → Developer mode
- Create a connector with the endpoint URL (MCP)
- Enable it in a new chat and ask about our services
Cursor / other clients
- Add a Streamable-HTTP server to your MCP config
- “ansolution” → url: the endpoint above
- 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.