GetMCP/Product/Integrations

Every MCP client. Every REST API.

If it speaks MCP, it works with GetMCP. If it speaks HTTP, GetMCP can turn it into a tool. That's most of the surface area, by design — we don't maintain integration code for individual apps.

AI clients

Connect from any MCP-compatible client.

Anyone implementing the protocol can connect. You ship one URL, your users paste it once, and your tools show up in their AI of choice.

Anthropic · desktop
Claude Desktop
Add the URL to claude_desktop_config.json; tools surface in chat.
Anthropic · cli
Claude Code
Authenticate once; your tools and prompts ship into every session.
OpenAI · desktop
ChatGPT
Connect via the desktop app's MCP connector — bearer auth supported.
IDE · editor
VS Code
Through the Copilot MCP integration; tools become slash-commands.
IDE · agent
Cursor
Add the URL in Cursor settings → Tools; works in chat and Composer.
IDE · agent
Windsurf
Drop into the MCP servers config; Cascade picks up tools automatically.
IDE · editor
Zed
Add to your settings JSON; tools available in the assistant panel.
Anything spec-compliant
Any agent framework
If it implements MCP over HTTP/SSE, it works. No per-client code.
API sources

Bring any REST API. Templates for the common ones.

Point GetMCP at any HTTP endpoint that returns JSON, and you have a tool. The catalog of curated templates grows every release — but you're never blocked waiting for one.

Payments · template
Stripe
Charges, customers, subscriptions, invoices — 18 tools.
DevOps · template
GitHub
Repos, issues, PRs, comments, search — 22 tools.
Productivity · template
Notion
Pages, databases, blocks, search — 12 tools.
Project tracking · template
Linear
Issues, projects, comments, cycles — 14 tools.
Communication · template
Slack
Messages, channels, search, threads — 10 tools.
Commerce · template
WooCommerce
Orders, products, customers, coupons — 16 tools.
Marketing · template
Mailchimp
Audiences, campaigns, automations — 11 tools.
CRM · template
HubSpot
Contacts, deals, tickets, pipelines — 18 tools.
Database · template
Airtable
Bases, tables, records, views — 9 tools.
Scheduling · template
Calendly
Events, invitees, scheduling links — 7 tools.
Helpdesk · template
Zendesk
Tickets, users, organizations, macros — 13 tools.
Anything else
Your API
Paste a cURL or upload OpenAPI/Swagger/Postman — done.

More templates ship every release. See the changelog →

Don't see your stack? Bring it anyway.

If your API speaks HTTP, GetMCP can wrap it. Templates are a head start, not a limit.