MCP Server

Set up and connect to the Wisemonk MCP server

Wisemonk MCP server

Wisemonk's Model Context Protocol (MCP) server exposes our India-hiring content surface — blog guides, glossary, FAQs, country landing pages, case studies, and live pricing — to any AI client that speaks MCP. It's a website-knowledge MCP: it serves wisemonk.io's published content, not a product backend. One narrow write action lets a user submit a contact request without leaving the chat.

https://www.wisemonk.io/mcp

Streamable HTTP transport, stateless, anonymous — no API key, no account.

Connect

Exact connector steps vary by platform. In general: find the setting for a custom, remote, or third-party MCP connector and give it the URL above. No auth headers, no client ID, no callback URL.

Claude

  1. Open Settings → Connectors
  2. Click Add custom connector
  3. Paste https://www.wisemonk.io/mcp as the URL
  4. Leave authentication as default (none required)
  5. Save. The connector appears in your tool picker

Claude Desktop: edit your config file and restart — the Wisemonk tools appear in the tool picker.

{
  "mcpServers": {
    "wisemonk": { "url": "https://www.wisemonk.io/mcp" }
  }
}

Custom connectors are available on Pro, Max, Team, and Enterprise plans. Free users are limited to one custom connector.

Gemini

Gemini's tool-connector surface accepts remote MCP servers by URL in supported clients — Gemini CLI, Vertex AI Agent Builder. Point it at https://www.wisemonk.io/mcp; no credentials required.

OpenAI (ChatGPT)

ChatGPT supports connecting to remote MCP servers as custom connectors, on plans and workspaces where that feature is enabled. Add https://www.wisemonk.io/mcp as the server URL and leave authentication unset.

Consult OpenAI's current connector docs for the exact menu path — it has moved as the feature has evolved.

Any other MCP client

Any client that speaks the MCP spec — LangChain, a custom agent framework, an internal tool — can connect the same way: point it at https://www.wisemonk.io/mcp with Streamable HTTP transport.

What you can ask

Tools

14 read-only tools — 13 structured tools backed by the live Wisemonk content lake, plus a generic page fetcher (get_page) for any wisemonk.io URL. Every structured tool result includes a public URL. One write action — submit_contact_form — invoked only when the user has explicitly asked to be contacted by Wisemonk. Structured data (services, pricing, company facts) also ships as MCP Resources.

Limits: read tools 60 requests/min/IP, the write tool 10/min/IP — past that, HTTP 429 with a Retry-After header. Privacy: the connector only accesses Wisemonk's own first-party content; we don't collect or retain personal data beyond short-lived operational logs, and contact details are stored only when explicitly submitted. Support: hello@wisemonk.io