Integrations

Wisemonk on Claude

Connect Wisemonk's India-hiring content and contact actions to Claude — anywhere Claude runs. Anonymous, public, no API key, no account.

What this is

Wisemonk's Model Context Protocol (MCP) server exposes our India-hiring content surface — blog guides, glossary, FAQs, country landing pages, hire-role briefings, case studies, and live pricing — to any AI client that speaks MCP. It also includes two narrow write actions so a user mid-conversation can submit a contact request or get a Cal.com booking link without leaving the chat.

The endpoint is https://www.wisemonk.io/mcp. Streamable HTTP transport, stateless, anonymous.

Connect

Claude.ai (web)

  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.
Custom connectors are available on Claude.ai for users on Pro, Max, Team, and Enterprise plans. Free users are limited to one custom connector.

Claude Desktop

Edit your Claude Desktop config file (~/Library/Application Support/Claude/claude_desktop_config.json on macOS, %APPDATA%\Claude\claude_desktop_config.json on Windows) and add:

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

Restart Claude Desktop. The Wisemonk tools appear in the slash-tool picker.

Other MCP-compatible clients

Any client that speaks the MCP spec can connect by pointing at https://www.wisemonk.io/mcp with Streamable HTTP transport. No auth headers, no client ID, no callback URL.

What you can ask

  • "Use Wisemonk to find blog posts about EOR vs entity in India."
  • "Look up Accrued Payroll in Wisemonk's glossary."
  • "Pull Wisemonk's United Kingdom hiring guide and tell me how IR35 is handled."
  • "What does Wisemonk charge for EOR vs Contractor Payments?"
  • "Find Wisemonk case studies of companies that built India teams."
  • "What FAQ categories does Wisemonk publish?"
  • "Read Wisemonk's /pricing page and summarise the tiers."
  • "Pull the Wisemonk Employee Cost Calculator page (/tools/employee-cost-calculator) and explain what it computes."
  • "Reach out to Wisemonk on my behalf — I'm a Series A founder hiring engineers in Bangalore."

Tools (read)

13 read-only tools — 12 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.

  • wisemonk_search_content — Full-text search across blogs, case studies, glossary, articles, and news. Multi-word queries are tokenized + OR-matched across each content type's searchable fields. Returns up to 42 ranked results grouped by content type.
  • wisemonk_list_blogs — List Wisemonk blog posts ordered by publish date. Wisemonk publishes ~600 posts; supports pagination via offset/limit (max 100/page) and category filtering. Returns total count + has_more + next_offset metadata.
  • wisemonk_get_blog_post — Fetch a single blog post by slug — full body as plain text plus metadata and FAQ section.
  • wisemonk_list_blog_categories — List all blog categories defined in Sanity, sorted A–Z.
  • wisemonk_lookup_glossary — Look up an India-hiring/payroll/EOR term. Returns full definition for a unique match, candidate list for a partial match, or the available term list when nothing matches.
  • wisemonk_list_case_studies — List Wisemonk customer case studies, ordered by publish date. Supports pagination via offset/limit.
  • wisemonk_get_case_study — Fetch a case study by slug — hero, key outcomes, challenge, solution, success story, testimonial.
  • wisemonk_list_news — Wisemonk-curated news on India labour law and cross-border hiring policy. Supports pagination via offset/limit.
  • wisemonk_get_news_article — Fetch a news article by slug — title, publish date, full body.
  • wisemonk_list_faq_categories — List all FAQ Hub categories on /faqs with question counts.
  • wisemonk_get_faqs — Get Q&A pairs from the FAQ Hub. Supports pagination + category filter. Each item includes its category title + URL.
  • wisemonk_get_country_landing — Fetch a country EOR landing page (slug: united-kingdom, usa, germany, france, ireland, netherlands, switzerland, canada) — hero copy, FAQs, and structured fields.
  • wisemonk_get_page — Fetch the visible text of any wisemonk.io page — service pages, calculator pages, custom landing pages, anything not in the CMS. Use when the structured tools above don't cover what you need (e.g. /pricing, /eor, /tools/employee-cost-calculator, /about-us).

Tools (write)

One write action. Only invoke it when the user has explicitly asked to be contacted by Wisemonk — never speculatively.

  • wisemonk_submit_contact_form — Submit a contact-form entry to Wisemonk's sales CRM. A salesperson follows up by email. Use only when the user has explicitly asked to be contacted.

Resources

Static structured data exposed as MCP Resources. AI clients can pull these as ambient context without an explicit tool call.

  • wisemonk://services — Top-level catalog of every Wisemonk service.
  • wisemonk://pricing/eor — EOR pricing tiers and what's included.
  • wisemonk://pricing/contractor — Contractor Payments pricing structure.
  • wisemonk://about — Company facts: founding, team, mission, scope.

Limits

  • Read tools and resources: 60 requests / minute / IP.
  • Write tool (submit_contact_form): 10 requests / minute / IP.
  • No request size limits beyond the MCP spec defaults.

Hitting a rate limit returns HTTP 429 with a Retry-After header. The token bucket is in-memory and per Cloud Run instance.

Privacy & data handling

  • The connector only accesses Wisemonk's own first-party content (Sanity-backed CMS).
  • submit_contact_form writes a row to Wisemonk's sales CRM (Coda) — same destination as the contact form on this site.
  • All transmission is HTTPS/TLS.
  • No personal data is stored beyond what the user explicitly submits via the contact form. Contact-form data is governed by Wisemonk's privacy policy.
  • Server is stateless — no session storage, no cross-request state.

Support

Issues, feature requests, or onboarding help: hello@wisemonk.io. For sales conversations, ask the connector to call submit_contact_form or visit our contact page to book a call.

About Wisemonk

Wisemonk is an Employer of Record (EOR) platform helping global companies hire, pay, and manage talent in India without setting up a local entity. Founded 2020. Operations across India, team based in Bengaluru. Read more on our About page.

Changelog

2026-05-07 · get_page tool added

  • New get_page(path) tool fetches any wisemonk.io page and returns its visible text. Covers the ~30 hand-authored pages outside the CMS — service pages (/eor, /payroll-in-india), calculator pages (/tools/employee-cost-calculator), /about-us, /pricing, /for-software-agencies, etc.
  • Tool surface: 13 → 14 (13 read + 1 write).

2026-05-06 · Slimmer surface, better search

  • Removed three tools that weren't pulling their weight in v1: list_hire_roles and list_hire_categories (the underlying schemas had no published documents) and schedule_call (deferred to v2 pending a cleaner Cal.com flow).
  • Multi-word search fixed: queries like "EOR pricing US-based startups" now return real results. Previously the underlying CMS used AND-semantic token matching, which was too restrictive for natural-language queries; the connector now tokenizes, drops stopwords, and ORs the surviving terms across each searchable field.
  • lookup_glossary no-match fallback now lists the available glossary terms instead of dead-ending on "no results".
  • All read tools tagged with readOnlyHint + openWorldHint annotations so MCP clients can show accurate safety hints.

2026-05-05 · v1.0 — public launch

  • Public Streamable HTTP endpoint at /mcp — anonymous, IP-rate-limited, stateless.
  • Read tools across blogs, glossary, FAQs, case studies, news, and country landings.
  • submit_contact_form write tool routes leads into Wisemonk's CRM.
  • 4 MCP resources expose services overview, EOR + Contractor pricing, and About Wisemonk.
The India'logue

Everything you need to know for scaling remote teams in India.

If you wire money to workers in India, this newsletter covers everything that comes with it. Tax, payroll, compliance, and every regulation in between.

Know more