home / mcp / phonebooth mcp server
Provides an MCP server to control PhoneBooth AI-powered calling, with key-based authentication, call status, transcripts, and demos.
Configuration
View docs{
"mcpServers": {
"callwallagent-phonebooth-mcp": {
"url": "https://phonebooth.callwall.ai/mcp",
"headers": {
"PHONEBOOTH_API_KEY": "pb_live_your_key_here"
}
}
}
}You can equip an AI agent with real-time phone capabilities by running the PhoneBooth MCP Server. This server exposes a local MCP interface that enables calling, monitoring, and transcribing phone calls through AI-driven workflows. It’s designed for easy integration with your existing AI agents and MCP clients, using a simple command-line startup and an API key for authentication.
You use the PhoneBooth MCP Server by running the provided MCP command on your machine and providing your API key. Then connect your MCP client or agent to the server to initiate calls, check status, and retrieve transcripts and summaries. The server exposes a set of tools that let you register, place calls, monitor progress, and download transcripts, all within your AI-enabled workflow.
Prerequisites: you need Node.js installed on your system. The server is distributed as an npm package you install globally.
Configuration and startup are straightforward. You generate or obtain an API key, then run the MCP server with that key supplied as an environment variable. You can also configure your MCP client to start the server with the appropriate environment variable so nothing else needs to be changed in your client code.
Example API key setup and startup sequences are provided below to help you get started quickly.
Register and obtain an API key (one-time operation)
Place a call to a phone number using AI voice control
Retrieve call status, transcript, and summary
Run a free demo call against simulated businesses
Check remaining credits and plan tier
Download the full call transcript