Skip to main content
Glama

📞 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-mcp

Related 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

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

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_here

Pricing

  • 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

F
license - not found
Not graded
quality - not tested
D
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    F
    maintenance
    Enables 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.
    23
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables AI agents to place VoIP phone calls via Asterisk, play TTS messages, capture DTMF input, and optionally record and transcribe voice responses.
    MIT

View all related MCP servers

Related MCP Connectors

  • Let AI agents place real phone calls from your verified number, with transcripts and recordings.

  • Give your AI agent a phone: place calls, navigate IVRs, wait on hold, get structured answers.

  • Communication stack for AI agents: SMS, AI voice calls, phone numbers, and account events.

View all MCP Connectors

Latest Blog Posts

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