Back to Browse

Alterphone MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Place real phone calls and hold spoken conversations on a user's behalf, billed per minute.

About

Place real phone calls and hold spoken conversations on a user's behalf, billed per minute.

Remote endpoints: streamable-http: https://mcp.alterphone.app/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "app-alterphone-phone-calls": {
      "url": "https://mcp.alterphone.app/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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-calls in the official MCP Registry
  • Auth: 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/mcp

Cursor, 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.

Tools

ToolDescription
have_conversationDial a number and pursue an objective autonomously. Streams the transcript and returns the collected answers and a summary. The main tool.
place_callDial a number, optionally with a greeting, for turn-by-turn control.
speak_and_listenSay something and return what the other party replied.
listenWait for the other party to speak and return the transcript.
hangupEnd the call.
get_balanceRead the prepaid credit balance.
purchase_creditsTop 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

Support

support@alterphone.app · Terms of service

License

MIT

Reviews

No reviews yet

Be the first to review this server!