Personal AI agents such as Grok Bot, Meta Muse, OpenClaw, Instinct, and Poke act on your behalf. If yours can attach a remote MCP server by URL, or make plain HTTP requests, it can place calls, send texts, and read the results through Bland with no code on your side. Pair it with the Agent Phone Plan and the agent gets a dedicated number of its own.
There are two ways to connect, depending on whether you already have a Bland account.
Prerequisites
- An assistant that can add a custom MCP server by URL (Grok Bot, for example, has MCP connectors in its bot settings), or that can make HTTP requests on its own.
- A payment card for the Agent Phone Plan ($29.99/month, includes a US phone number). Without it, the agent can still use numbers already on your account.
Option 1: You have a Bland API key
-
In your assistant, open its MCP or connector settings and add a custom server with this URL:
-
Add one header, using your API key from the dashboard:
-
Ask the assistant to make a call:
Option 2: Let the agent sign itself up
If you do not have a Bland account, the agent can request its own access through a device-authorization flow: it shows you a link and a short code, you sign up and subscribe in your browser, and the agent receives an API key and phone number without you ever handling the key. Paste this into your assistant:What the agent can do
On the Agent Phone Plan, calls and texts are limited to US and Canadian numbers, one call at a time, up to 60 minutes per call, and up to 100 texts a day. See Limits.
Two-way texting
A text is a conversation. When the other side replies, Bland answers from the agent’s number automatically, using the number’s texting prompt. A new plan number starts with a generic prompt, so before asking the agent to run a text thread with a goal, have it set the prompt for that goal:Troubleshooting
Building your own agent loop
If you are writing the agent yourself rather than configuring an off-the-shelf assistant, the REST API is a shorter path than MCP. Start with the Agent quickstart for the call lifecycle in three requests, then Call recipes for agents for voicemail, proper nouns, and escalating to a human.Next steps
Agent Phone Plan
What’s included, limits, and how to cancel.
Agent onboarding API
The device-authorization flow in detail: endpoints, statuses, and error codes.
Bland MCP Server
How authentication works and what the server exposes.
Tool reference
Every tool the server exposes.