Model Context Protocol (MCP)
Install the Callio MCP server once and let your agent discover, inspect, and call APIs through a single gateway.
What MCP Does
See how the protocol connects your editor or agent to Callio.
Install the Server
Get the config file, helper scripts, and setup steps in one place.
Tool Reference
Review search_apis, get_api_info, and call_api.
What MCP does for Callio
MCP lets tools like Cursor, Claude Desktop, and Antigravity load Callio as a local server. The model gets structured tools for discovery and execution instead of bespoke integrations for every API provider.
Install the server
Auto-configure Callio across all installed AI IDEs with one terminal command, or copy the manual JSON config below.
npx callio connect callio_live_your_key_here
Cursor: npx callio connect or edit .cursor/mcp.json.
Claude Desktop: npx callio connect or update claude_desktop_config.json.
Windsurf & VS Code: npx callio connect (auto-detects config files).
Tool reference
Callio exposes three tools: search_apis to discover APIs, get_api_info to inspect them, and call_api to execute requests through the gateway.
Jump to detailed tool docs