bubblyphone-agents
@bubblyphone/mcp-server
MCP server for BubblyPhone — make AI phone calls, manage voice agents, and track billing from any AI assistant.
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.
Related MCP server: @saperly/mcp
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
Tool | Description |
| Initiate an outbound AI phone call |
| List calls with filtering |
| Get call details |
| Terminate an active call |
| Transfer a call to another number |
| Send context to an AI agent mid-call |
| Get call transcript |
| Get call event log |
Phone Numbers
Tool | Description |
| Search available numbers in 30+ countries |
| List your numbers |
| Purchase a number |
| Get number details and AI config |
| Configure AI agent settings |
Billing
Tool | Description |
| Check credit balance |
| Usage statistics |
| Transaction history |
Models & Rates
Tool | Description |
| Available AI models and pricing |
| Rate for a phone number |
| Rates by country |
Account
Tool | Description |
| Account 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
Sign up at agents.bubblyphone.com
Go to Dashboard > API Keys
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 3100License
MIT
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 Servers
Alicense-qualityCmaintenanceAn MCP server that enables AI assistants to interact with the VoIPbin CPaaS platform, exposing tools for managing calls, flows, messaging, conferencing, and more.Last updated1MIT
@saperly/mcpofficial
Alicense-qualityAmaintenanceMCP server for Saperly that enables AI agents to provision phone numbers, place calls, send SMS, and manage credentials via 36 tools backed by the Saperly API.Last updated5373MIT
agentsim-mcpofficial
AlicenseAqualityBmaintenanceMCP server that enables AI coding assistants to provision temporary US phone numbers and receive SMS OTPs for verification workflows.Last updated51MIT- Alicense-qualityDmaintenanceA comprehensive MCP server for TELNYX integration, enabling AI assistants to send SMS messages, make voice calls, and handle incoming communications via webhooks.Last updatedMIT
Related MCP Connectors
Give AI agents real phone numbers, messages, and voice calls via MCP.
Operator-as-agent MCP hub. 6 tools. First $5 free, then $0.001/call.
Phone, SMS & email for AI agents — one remote MCP endpoint, OAuth login, zero install.
Appeared in Searches
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/JobXDubai/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server