MCP Hub
Back to servers

bubblyphone-agents

MCP server for BubblyPhone that lets AI assistants make real phone calls, manage AI voice agents, buy phone numbers in 30+ countries, and track billing. Supports 20 tools for full telephony control.

glama
Stars
1
Updated
Apr 4, 2026
Validated
May 5, 2026

@bubblyphone/mcp-server

MCP server for BubblyPhone — make AI phone calls, manage voice agents, and track billing from any AI assistant.

npm version License: MIT

What is BubblyPhone?

BubblyPhone is a telephony platform for AI voice agents. You get a real phone number, connect an AI model (Gemini, GPT), give it a system prompt, and it handles phone calls autonomously — booking reservations, answering support questions, qualifying leads, or anything you can describe in plain English.

This MCP server lets you control all of that from any AI assistant that supports the Model Context Protocol.

Quick Start

Claude Desktop

Add to your config (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "bubblyphone": {
      "command": "npx",
      "args": ["@bubblyphone/mcp-server"],
      "env": {
        "BUBBLYPHONE_API_KEY": "bp_live_sk_your_key_here"
      }
    }
  }
}

Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "bubblyphone": {
      "command": "npx",
      "args": ["@bubblyphone/mcp-server"],
      "env": {
        "BUBBLYPHONE_API_KEY": "bp_live_sk_your_key_here"
      }
    }
  }
}

ChatGPT

Connect to the remote MCP server at https://agents.bubblyphone.com/mcp — authentication is handled via OAuth.

Remote (Streamable HTTP)

Connect any MCP client to https://agents.bubblyphone.com/mcp with your API key as a Bearer token.

Available Tools

Calls

ToolDescription
make_callInitiate an outbound AI phone call
list_callsList calls with filtering
get_callGet call details
hangup_callTerminate an active call
transfer_callTransfer a call to another number
inject_contextSend context to an AI agent mid-call
get_call_transcriptGet call transcript
get_call_eventsGet call event log

Phone Numbers

ToolDescription
search_phone_numbersSearch available numbers in 30+ countries
list_phone_numbersList your numbers
buy_phone_numberPurchase a number
get_phone_numberGet number details and AI config
update_phone_numberConfigure AI agent settings

Billing

ToolDescription
get_balanceCheck credit balance
get_usageUsage statistics
list_transactionsTransaction history

Models & Rates

ToolDescription
list_modelsAvailable AI models and pricing
lookup_rateRate for a phone number
get_country_ratesRates by country

Account

ToolDescription
get_accountAccount information

Use Cases

  • "Call this restaurant and make a reservation for Friday at 7pm"
  • "Set up a 24/7 customer support line for my business"
  • "Call my doctor's office and reschedule my appointment"
  • "Create a phone agent that qualifies sales leads"

Get Your API Key

  1. Sign up at agents.bubblyphone.com
  2. Go to Dashboard > API Keys
  3. Create a new API key

Development

# Install dependencies
npm install

# Build
npm run build

# Run locally (stdio)
BUBBLYPHONE_API_KEY=your_key node dist/bin/cli.js

# Run locally (HTTP)
node dist/index.js --http --port 3100

License

MIT

Reviews

No reviews yet

Sign in to write a review