Install the Callio MCP server and give Claude Code, Cursor, Antigravity, or any MCP-compatible agent instant access to the entire API ecosystem.
Model Context Protocol (MCP) is how tools like Cursor and Antigravity connect to external capabilities. The editor starts a small MCP server; the AI can call tools that server exposes (instead of you wiring one integration per API).
CALLIO_API_KEY.https://callio.dev/api/proxy/… with your key — same as the HTTP proxy in our docs.One tool per vendor would mean hundreds of MCP tools. Callio exposes discover → describe → call so the agent can use any listed API without new MCP releases per provider.
Restart the MCP server (Cursor: Command Palette → MCP restart, or restart the app) so new env vars and keys load. Confirm the server shows a green status and lists all three tools.
Full reference: Documentation → MCP
Anthropic's coding agent
~/.claude/claude_desktop_config.jsonAI-powered code editor
.cursor/mcp.jsonAI development platform
MCP SettingsSign up at callio.dev and generate an API key from your dashboard.
Go to API KeysCopy this JSON into your MCP configuration file. Replace the API key with your own.
{
"mcpServers": {
"callio": {
"command": "npx",
"args": ["-y", "github:hmadhsan/callio-mcp"],
"env": {
"CALLIO_API_KEY": "callio_your_key_here"
}
}
}
}Claude Code: ~/.claude/claude_desktop_config.json
Cursor: .cursor/mcp.json
Antigravity: MCP Settings panel
Your agent now has 3 powerful tools. Just ask in natural language:
Discover and browse 90+ APIs by name, category, or description.
Get full details — endpoints, parameters, examples, auth info.
Execute any API call. Auth, rate limits, and routing all handled.
Get started in under 2 minutes. Free accounts include 5 proxy requests/month; paid plans add more.
Get Started