Skip to main content
The Bland MCP server is a hosted, streamable-HTTP server. Every client needs the same two values:
  • URL: https://api.bland.ai/v1/mcp
  • Header: Authorization: Bearer YOUR_BLAND_API_KEY
Get your key from the dashboard. Setting up a different tool? See all MCP clients.

Setup

For the command-line examples, set your API key in the same shell. Replace org_... with your key:
The stdio bridge requires Node.js 22+ with npm. For clients not listed here (or your own agent loop), either: Native HTTP: configure a streamable-HTTP MCP server with the URL and header above. Stdio bridge: if the client only supports stdio servers, mcp-remote bridges any of them to the Bland endpoint:
Raw JSON-RPC: the endpoint is plain HTTP POST, so you can drive it directly:

Next steps

Tool reference

Everything the MCP server can do.

Bland MCP Server

Auth, rate limits, and how the server works.
Docs for agents: llms.txt