loading…
Search for a command to run...
loading…
Enables AI agents to make real-world phone calls with AI voice technology and provides tools to track call status, transcripts, and summaries. It supports autom
Enables AI agents to make real-world phone calls with AI voice technology and provides tools to track call status, transcripts, and summaries. It supports automated communication with both live numbers and simulated businesses for testing and demonstration purposes.
Give any AI agent the ability to make real phone calls.
# Install
npm install -g phonebooth-mcp
# Set your API key
export PHONEBOOTH_API_KEY=pb_live_your_key_here
# Run
phonebooth-mcp
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.
| Tool | Description |
|---|---|
register |
Register and get an API key (one-time) |
make_call |
Call any phone number with AI voice |
check_call |
Get call status, transcript, summary |
demo_call |
Free demo call against simulated businesses |
get_balance |
Check credits and tier |
get_transcript |
Download full call transcript |
Add to your claude_desktop_config.json:
{
"mcpServers": {
"phonebooth": {
"command": "phonebooth-mcp",
"env": {
"PHONEBOOTH_API_KEY": "pb_live_your_key_here"
}
}
}
}
Add to your OpenClaw config:
mcp:
phonebooth:
command: phonebooth-mcp
env:
PHONEBOOTH_API_KEY: pb_live_your_key_here
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"phonebooth-mcp-server": {
"command": "npx",
"args": []
}
}
}