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
Use the same installation flow that used to live on the separate MCP page: generate a key, add the server config, and restart the host app.
Cursor: add .cursor/mcp.json or use the installer script.
Claude Desktop: update the desktop config and restart the app.
Antigravity: add the server in the MCP settings panel.
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 the detailed tool docs