AlterPhone MCP — AI voice agent that places real phone calls through the MCP protocol
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Documented (README)
git clone https://github.com/marius-bardan/alterphone-mcp{
"mcpServers": {
"alterphone-mcp": {
"command": "node",
"args": ["/path/to/alterphone-mcp/dist/index.js"]
}
}
}Resumen de MCP Servers
# AlterPhone MCP
**Let your AI assistant make real phone calls.**
AlterPhone MCP is a hosted [Model Context Protocol](https://modelcontextprotocol.io) 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](https://registry.modelcontextprotocol.io)
- **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](https://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
```bash
claude mcp add --transport http -s user alterphone https://mcp.alterphone.app/mcp
```
### Cursor, Windsurf and other clients with an MCP config file
```json
{
"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`](https://www.npmjs.com/package/mcp-remote), which performs the browser sign-in, caches the tokens locally and forwards every message to the hosted server:
```json
{
"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
| Tool | Description |
|---|---|
| `have_conversation` | Dial a number and pursue an objective autonomously. Streams the transcript and returns the collected answers and a summary. The main tool. |
| `place_call` | Dial a number, optionally with a greeting, for turn-by-turn control. |
| `speak_and_listen` | Say something and return what the other party replied. |
| `listen` | Wait for the other party to speak and return the transcript. |
| `hangup` | End the call. |
| `get_balance` | Read the prepaid credit balance. |
| `purchase_credits` | 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](https://alterphone.app/privacy-policy.html).
## For developers
- OAuth discovery: `https://mcp.alterphone.app/.well-known/oauth-protected-resource`; authorization server `https://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](https://alterphone.app/terms-of-service.html)
## License
MIT
Lo que la gente pregunta sobre alterphone-mcp
¿Qué es marius-bardan/alterphone-mcp?
+
marius-bardan/alterphone-mcp es mcp servers para el ecosistema de Claude AI. AlterPhone MCP — AI voice agent that places real phone calls through the MCP protocol Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-16.
¿Cómo se instala alterphone-mcp?
+
Puedes instalar alterphone-mcp clonando el repositorio (https://github.com/marius-bardan/alterphone-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar marius-bardan/alterphone-mcp?
+
Nuestro agente de seguridad ha analizado marius-bardan/alterphone-mcp y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene marius-bardan/alterphone-mcp?
+
marius-bardan/alterphone-mcp es mantenido por marius-bardan. La última actividad registrada en GitHub es del 2026-09-16, con 0 issues abiertos.
¿Hay alternativas a alterphone-mcp?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega alterphone-mcp en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/marius-bardan-alterphone-mcp)<a href="https://claudewave.com/repo/marius-bardan-alterphone-mcp"><img src="https://claudewave.com/api/badge/marius-bardan-alterphone-mcp" alt="Featured on ClaudeWave: marius-bardan/alterphone-mcp" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl! Don't be shy, join here: https://discord.gg/EMgGbDceNQ
The fastest path to AI-powered full stack observability, even for lean teams.