Skip to main content
Every client needs the same two things — there’s nothing to install, the server is hosted at mcp.bolna.ai:
1

Get your API key

Grab it from the Bolna Dashboard → Developers. Keep it secret — anyone with the key can read your account data and place calls that spend your balance.
2

Add the MCP server

3

Verify the connection

Start a new conversation and ask:
A real list back means you’re connected.
claude.ai (web/mobile) isn’t supported yet — its custom-connector UI has no field for a personal Bearer token. The options above are the only self-serve paths until OAuth support ships.

Troubleshooting

Check the header reads exactly Authorization: Bearer <key> — a missing space after Bearer, or quotes baked in from copy-paste, will break it. An invalid key surfaces as a 403 from the underlying Bolna API.
Some clients (Claude Desktop is the common one) only support locally-run stdio servers — use the mcp-remote bridge shown above.
Test it directly with the MCP Inspector:
Connect with transport Streamable HTTP, URL https://mcp.bolna.ai/api/mcp, header Authorization: Bearer <your BOLNA_API_KEY>, and check all 11 tools appear under “List Tools”.

Tool List

Every tool the server exposes

Prompt Cheatsheet

Copy-paste prompts for common tasks