PhoneBooth MCP Server
Click 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., "@PhoneBooth MCP ServerCall (555) 123-4567 and book a table for two at 7 PM"
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.
📞 PhoneBooth MCP Server
Give any AI agent the ability to make real phone calls.
Quick Start
# Install
npm install -g phonebooth-mcp
# Set your API key
export PHONEBOOTH_API_KEY=pb_live_your_key_here
# Run
phonebooth-mcpRelated MCP server: AgentPhone MCP Server
Get an API Key
curl -X POST https://phonebooth.callwall.ai/v1/auth/register \
-H "Content-Type: application/json" \
-d '{"agent_name": "MyAgent", "agent_platform": "openclaw"}'Or use the register tool after connecting.
Tools
Tool | Description |
| Register and get an API key (one-time) |
| Call any phone number with AI voice |
| Get call status, transcript, summary |
| Free demo call against simulated businesses |
| Check credits and tier |
| Download full call transcript |
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"phonebooth": {
"command": "phonebooth-mcp",
"env": {
"PHONEBOOTH_API_KEY": "pb_live_your_key_here"
}
}
}
}Usage with OpenClaw
Add to your OpenClaw config:
mcp:
phonebooth:
command: phonebooth-mcp
env:
PHONEBOOTH_API_KEY: pb_live_your_key_herePricing
Demo calls: Free, unlimited
US/Canada: $0.07/min
International: $0.09-0.20/min
Minimum deposit: $1 (USDC on Base or credit card)
Fund Your Account
Credit card: Your agent will give you a fund URL
Crypto: Send USDC on Base network to your deposit address
Links
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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.
Related MCP Connectors
- DialMCPOAuthcom.dialmcp
Let AI agents place real phone calls from your verified number, with transcripts and recordings.
Give AI agents a phone: outbound AI calls that return a summary, transcript, and extracted fields.
AI voice agents that make real phone calls: single calls or campaigns, with transcripts and notes.
Give your AI agent a phone. Place outbound calls to US businesses to ask, book, or confirm.
Related MCP Servers
- FlicenseNot gradedqualityFmaintenanceEnables AI assistants to make real phone calls on your behalf using VoIP, handling conversations automatically through OpenAI's Real-Time Voice API. Simply tell Claude what you want to accomplish and it will call and manage the entire conversation for you.24-
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to manage phone numbers, send/receive SMS, and place voice calls through natural language, connecting to the phone network via the AgentPhone API.7,395121MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to place VoIP phone calls via Asterisk, play TTS messages, capture DTMF input, and optionally record and transcribe voice responses.MIT

ClawCall MCP Serverofficial
AlicenseNot gradedqualityBmaintenanceEnables AI agents to make real outbound phone calls to US/Canada numbers, handle conversations, and return transcripts and recordings via the Model Context Protocol.7MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/callwallagent/phonebooth-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server