Home
AllMCP gives AI agents access to every SaaS integration through a single endpoint. One API key. One URL. Every tool.
Set up in under 2 minutes
Section titled “Set up in under 2 minutes”Create an API key, point your MCP client at one URL, and let your agent connect providers on demand. No per-provider OAuth flows to build, no token refresh to maintain — AllMCP handles all of it.
Quickstart How it works-
Get your API key
Sign up and copy your key. It looks like this:
Sign up Log inallmcp_xxxxxxxxxxxxxxxxxxxxxxxx -
Add the endpoint
Point your MCP client at one URL with your key in the header.
claude_desktop_config.json {"mcpServers": {"allmcp": {"command": "npx","args": ["-y", "mcp-remote", "https://go.allmcp.co/mcp/", "--header", "X-API-Key:${ALLMCP_API_KEY}"],"env": { "ALLMCP_API_KEY": "YOUR_API_KEY" }}}}Needs Node.js. Save and fully quit and reopen Claude Desktop.
~/.cursor/mcp.json {"mcpServers": {"allmcp": {"url": "https://go.allmcp.co/mcp/","headers": { "X-API-Key": "YOUR_API_KEY" }}}}Reload the Cursor window.
Settings → MCP Servers → Add Server:
- URL:
https://go.allmcp.co/mcp/ - Header name:
X-API-Key - Header value:
YOUR_API_KEY
- URL:
-
Connect a provider
Ask your agent in plain language — it runs the whole flow.
You: “Connect my Bitrix24.”
Agent: Done — your Bitrix24 tools are now live.
What’s included
Section titled “What’s included”398 tools across 11 providers.
| Category | Providers | Tools |
|---|---|---|
| CRM | Bitrix24, amoCRM, Kommo (rolling out), SalesDrive, Altegio | 202 |
| Tasks | YouGile | 36 |
| Sheets | Google Sheets | 77 |
| Docs | Google Docs | 4 |
| Ads | Google Ads | 40 |
| Comms | Binotel | 31 |
| Restaurants | iiko | 8 |
The problem it solves
Section titled “The problem it solves”Building a native integration takes 3–4 weeks per provider: OAuth flows, token refresh, error handling, pagination, API quirks. That’s per-provider, per-team, forever.
AllMCP handles all of it. You connect once and your agent gets access to the full tool catalog for every provider your users connect.
Multi-tenant by design
Section titled “Multi-tenant by design”AllMCP has three connection modes built in — no configuration required. You choose the mode by how you pass identity in the connection URL.
?user_id=uuid. ?org_id=uuid&user_id=uuid.