MCP HubCallio Unified Gateway v1.0

Model Context Protocol (MCP)

Install the Callio MCP server once and let your agent discover, inspect, and call APIs through a single gateway.

or follow the manual setup below

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.

⚡ 1-Click Terminal Installer (Recommended)Auto-detects Claude, Cursor, Windsurf & VS Code
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
Callio Documentation