Skip to main content
Zuba exposes a Model Context Protocol server at https://docs.zuba.com/mcp so AI coding tools (Claude Code, Codex, Cursor, VS Code, and others) can search and read these docs directly while you build your integration.
The server is public and read-only: no token, password, or API key. Pointing a tool at the URL alone does not connect it; add the server to your tool’s config using the snippets below.

Add to your editor

Claude Code registers the server for you. Run:
Then confirm it connected:

Verify it works

Once the server is connected, ask your assistant a question that only the docs can answer, for example:
Using the zuba-docs MCP server, how do I authenticate and send my first payout?
It should pull the answer straight from these pages (including the money format, clientRef idempotency, and quote rules) instead of guessing.