Bolna MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Bolna MCP ServerCreate an AI voice agent to make outbound sales calls"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Bolna MCP Server
Remote MCP server (Streamable HTTP) wrapping the Bolna voice
AI REST API (https://api.bolna.ai): 7 read tools, 4 write tools, TypeScript,
deployed on Vercel via mcp-handler.
Endpoint corrections found while verifying tool paths against the live Bolna
docs are documented in the comment block at the top of
src/tools/index.ts.
Auth
Pass your Bolna API key as a Bearer token in the Authorization header when
connecting to this server. For local development, set BOLNA_API_KEY in
.env and omit the header — the server falls back to it automatically.
Related MCP server: agentforge
Local dev
npm install
cp .env.example .env # then fill in BOLNA_API_KEY
npm run dev # or: vercel devThe MCP endpoint is served at http://localhost:3000/api/mcp.
Deploy
vercel deploySet BOLNA_API_KEY as a Vercel environment variable only if you want a
server-wide fallback for testing; production callers should supply their own
key via the Authorization header.
Test with MCP Inspector
npx @modelcontextprotocol/inspectorIn the Inspector UI, connect with:
Transport: Streamable HTTP
URL:
http://localhost:3000/api/mcp(or your deployed URL +/api/mcp)Header:
Authorization: Bearer <your Bolna API key>(optional locally ifBOLNA_API_KEYis set in.env)
Then use the Inspector's "List Tools" and "Call Tool" panels to exercise each of the 11 tools with valid and invalid input.
License
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bolna-ai/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server