AlterPhone MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AlterPhone MCPCall Giovanni's Pizza and ask if they can deliver a large pepperoni by 7 PM."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AlterPhone MCP
Let your AI assistant make real phone calls.
AlterPhone MCP is a hosted Model Context Protocol server. Connect it to Claude, ChatGPT, Cursor, Claude Code or any other MCP client, and the assistant can dial a real phone number, hold a spoken conversation in one of 12 languages, and report back what was said: book or reschedule appointments, ask a business a question, negotiate, confirm an order, screen a caller, run a survey.
Server URL:
https://mcp.alterphone.app/mcp(Streamable HTTP)Registry name:
app.alterphone/phone-callsin the official MCP RegistryAuth: OAuth 2.1 with PKCE and dynamic client registration. Sign in with Google or Apple on first use.
Billing: prepaid credits, 100 credits per US dollar, per started minute at the destination rate (about 8 credits per minute to the US). Same account and balance as the AlterPhone app.
Full details, tools and supported countries: https://alterphone.app/mcp.html
Quick start
Claude (claude.ai and Claude Desktop)
Settings → Connectors → Add custom connector → enter https://mcp.alterphone.app/mcp → complete the sign-in.
ChatGPT
Settings → Connectors → create a connector with the server URL https://mcp.alterphone.app/mcp → complete the sign-in. Custom MCP connectors require developer mode on your plan.
Claude Code
claude mcp add --transport http -s user alterphone https://mcp.alterphone.app/mcpCursor, Windsurf and other clients with an MCP config file
{
"mcpServers": {
"alterphone": {
"url": "https://mcp.alterphone.app/mcp"
}
}
}Clients that only run local (stdio) servers
This package is a thin bridge for that case. It delegates to mcp-remote, which performs the browser sign-in, caches the tokens locally and forwards every message to the hosted server:
{
"mcpServers": {
"alterphone": {
"command": "npx",
"args": ["-y", "alterphone-mcp"]
}
}
}Requires Node.js 18 or newer. Set ALTERPHONE_MCP_URL to point the bridge at a different server.
Related MCP server: PhoneBooth MCP Server
Tools
Tool | Description |
| Dial a number and pursue an objective autonomously. Streams the transcript and returns the collected answers and a summary. The main tool. |
| Dial a number, optionally with a greeting, for turn-by-turn control. |
| Say something and return what the other party replied. |
| Wait for the other party to speak and return the transcript. |
| End the call. |
| Read the prepaid credit balance. |
| Top up with the saved payment method, within a daily cap. |
Every tool carries readOnlyHint / destructiveHint annotations.
Safety and limits
Outbound calls only, to the US, Canada, the UK, Germany, France, Italy, Spain, the Netherlands, Belgium, Portugal, Poland, Romania, Turkey, Russia, India, Australia, Saudi Arabia, the UAE, Egypt, Morocco, Algeria, Tunisia and Libya.
Emergency, premium-rate and satellite numbers are refused before dialing. Conversation plans are screened for fraud, harassment, impersonation and other prohibited uses.
One active call per account. Transcripts are kept for 24 hours; see section 12 of the privacy policy.
For developers
OAuth discovery:
https://mcp.alterphone.app/.well-known/oauth-protected-resource; authorization serverhttps://alterphone.app.Scopes:
calls:write,balance:read,credits:purchase.REST description of the call service, for integrations that do not speak MCP: https://calls.alterphone.app/openapi.json
Machine-readable summary: https://alterphone.app/llms.txt
Support
support@alterphone.app · Terms of service
License
MIT
Related MCP Connectors
- DialMCPOAuthcom.dialmcp
Let AI agents place real phone calls from your verified number, with transcripts and recordings.
Give your AI agent a phone. Place outbound calls to US businesses to ask, book, or confirm.
Give your AI agent a phone: place calls, navigate IVRs, wait on hold, get structured answers.
AI voice agents that make real phone calls: single calls or campaigns, with transcripts and notes.
Related MCP Servers
- FlicenseNot gradedqualityFmaintenanceEnables 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.24-
- FlicenseNot gradedqualityDmaintenanceEnables 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.-

selectic-mcpofficial
AlicenseNot gradedqualityCmaintenanceEnables AI assistants to call, text, and email businesses on your behalf, read back transcripts, recordings, and replies.32 npmMIT- AlicenseNot gradedqualityBmaintenanceEnables AI assistants to place phone calls for reservations, appointments, confirmations, and inquiries through a self-hosted MCP server, with language support and learning capabilities.42 npm1MIT