Install · Zambo MCP
Install the Zambo MCP.
Start working.
Pick your client, use its install button, and ask your AI to add Zambo. The connector URL is always available as a clear fallback. Every call returns a verifiable receipt. Start with 12 ready tools, with 132 callable tools behind one router.
https://zambo.dev/api/mcp
“What is the live BTC price right now?”
Look for the result and a /run/ receipt link.
Keep one Zambo MCP connection. Use this URL only when your client asks for a connector address.
https://zambo.dev/api/mcp
Pick your client
Each client has a one-click install action first, an animated guide directly below it, and a connector URL fallback after that.
Install Zambo in Claude Code
Prepares the hosted connector setup.
The setup moves from your client to the hosted connector, then to your first request.
Advanced setup and verification
claude mcp add --transport http zambo https://zambo.dev/api/mcp
curl -fsS -X POST https://zambo.dev/api/mcp -H 'Content-Type: application/json' --data '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}' | grep -q '"tools"'Install Zambo in Gemini CLI
Downloads a ready-to-use settings file.
The settings file is prepared for Gemini CLI, then you can ask Gemini to confirm the connection.
https://zambo.dev/api/mcp as the hosted server URL.Advanced setup and verification
Settings location: ~/.gemini/settings.json.
{"mcpServers":{"zambo":{"httpUrl":"https://zambo.dev/api/mcp"}}}curl -fsS -X POST https://zambo.dev/api/mcp -H 'Content-Type: application/json' --data '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}' | grep -q '"tools"'Install Zambo in Cursor
Opens Cursor's MCP installer.
Cursor opens the installer, adds the hosted server, and returns you to your workspace.
https://zambo.dev/api/mcp as the hosted server URL.Advanced setup and verification
Settings location: .cursor/mcp.json.
{"mcpServers":{"zambo":{"url":"https://zambo.dev/api/mcp"}}}curl -fsS -X POST https://zambo.dev/api/mcp -H 'Content-Type: application/json' --data '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}' | grep -q '"tools"'Install Zambo in VS Code
Opens VS Code's MCP installer.
VS Code opens its MCP installer, adds the hosted server, and makes it available in Chat.
https://zambo.dev/api/mcp as the hosted server URL.Advanced setup and verification
Settings location: .vscode/mcp.json.
{"servers":{"zambo":{"type":"http","url":"https://zambo.dev/api/mcp"}}}curl -fsS -X POST https://zambo.dev/api/mcp -H 'Content-Type: application/json' --data '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}' | grep -q '"tools"'Install Zambo in Windsurf
Copies the connector URL and opens the setup guide.
The connector URL is ready for Cascade, then your AI can confirm the available tools.
https://zambo.dev/api/mcp as the hosted server URL.Advanced setup and verification
Settings location: ~/.codeium/windsurf/mcp_config.json.
{"mcpServers":{"zambo":{"serverUrl":"https://zambo.dev/api/mcp"}}}curl -fsS -X POST https://zambo.dev/api/mcp -H 'Content-Type: application/json' --data '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}' | grep -q '"tools"'Install Zambo in any MCP client
Copies the hosted connector URL for your client.
Open your client's connector settings, add the hosted URL, and ask your AI to confirm the connection.
https://zambo.dev/api/mcp as the remote MCP server URL.Advanced setup and verification
{"mcpServers":{"zambo":{"url":"https://zambo.dev/api/mcp"}}}curl -fsS -X POST https://zambo.dev/api/mcp -H 'Content-Type: application/json' --data '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}' | grep -q '"tools"'Python framework integrations
Use these packages to publish verifiable AI agent receipts to zambo.dev from your framework callbacks.
langchain-zambopip install langchain-zambo: LangChain callbacks that publish verifiable AI agent receipts to zambo.dev.crewai-zambopip install crewai-zambo: CrewAI listeners that publish verifiable AI agent receipts to zambo.dev.
Continue the work across AI clients
Start a job in one AI client, continue it in another, and verify the same session with a verifiable receipt.