MCP Agents SMS
Para agentes — sin malabares con claves API, sin teléfono, sin intervención humana. Para humanos — una línea de configuración y tu agente gestionará la verificación por SMS para siempre.
Cómo funciona
Tu agente llama a tres herramientas. Ese es todo el flujo:
buy_number → get_sms → release_numberEjemplo en vivo:
→ buy_number({ service: "github", country: "any" })
← { phone: "+14155552671", number_id: "abc123", provider: "5sim", price_usd: 0.15 }
[agent submits phone on GitHub]
→ get_sms({ number_id: "abc123", provider: "5sim" })
← { status: "waiting" }
// ~10 seconds pass
→ get_sms({ number_id: "abc123", provider: "5sim" })
← { status: "received", code: "847291" }
[agent enters code → account verified ✓]No se necesita intervención humana. No se necesita teléfono. Funciona mientras duermes.
Related MCP server: Grizzly SMS MCP Server
☁️ Versión alojada — la forma más fácil de empezar
mcp-sms-nu.vercel.app
Recarga con cripto → obtén la clave API → añádela a la configuración → listo
Tres pasos:
1. Recarga el saldo en mcp-sms-nu.vercel.app — USDT, TON, BTC, ETH a través de CryptoBot. Sin KYC. Cualquier cantidad.
2. Añádelo a tu configuración de MCP:
Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json en Mac, %APPDATA%\Claude\claude_desktop_config.json en Windows):
{
"mcpServers": {
"sms": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp-sms-server-production.up.railway.app/sse"]
}
}
}Cursor / Windsurf (.cursor/mcp.json o .windsurf/mcp.json):
{
"mcpServers": {
"sms": {
"url": "https://mcp-sms-server-production.up.railway.app/sse"
}
}
}3. Pídele a tu agente que compre un número. Simplemente funciona.
Precios: desde ~$0.10 por SMS. Paga por uso, sin suscripción. Los precios reflejan las tarifas en tiempo real de los proveedores.
🛠 Herramientas
Herramienta | Descripción |
| Comprar un número virtual para cualquier servicio (Telegram, GitHub, WhatsApp, Google…) |
| Consultar SMS entrantes — devuelve el código cuando se recibe |
| Cancelar un número y obtener un reembolso si no llegó ningún SMS |
| Explorar todos los servicios disponibles con precios en vivo |
| (solo autoalojado) Consultar el saldo de tu cuenta de proveedor |
💡 Para qué usan esto los agentes
Creación masiva de cuentas — registra N cuentas durante la noche, el agente maneja cada paso de la verificación
Canalizaciones CI/CD — prueba tu propio flujo de SMS sin una tarjeta SIM real
Automatización de investigación — accede a plataformas que requieren verificación telefónica
Flujos de trabajo personales — deja que Claude se registre en servicios en tu nombre
Autoalojamiento
¿Quieres control total? Ejecútalo con tus propias claves API de proveedor.
git clone https://github.com/gonchasobaka/agents-sms
cd agents-sms
npm install && npm run build
cp .env.example .env
# fill in your provider keysConfiguración de MCP (local):
{
"mcpServers": {
"sms": {
"command": "node",
"args": ["/absolute/path/to/agents-sms/dist/index.js"]
}
}
}Proveedores admitidos — añade al menos una clave API a .env:
Proveedor | Registro |
Registro gratuito | |
Registro gratuito | |
Registro gratuito |
Múltiples proveedores = selección automática del más barato con respaldo.
Funciona con
Claude Desktop · Cursor · Windsurf · cualquier cliente compatible con MCP
Creado para la era de los agentes.
This server cannot be deployed
Maintenance
Related MCP Connectors
Give AI agents real phone numbers, messages, and voice calls via MCP.
Give AI agents a phone number. Voice calls, SMS, and phone number management for MCP clients.
Phone, SMS & email for AI agents — one remote MCP endpoint, OAuth login, zero install.
MCP server for e-mail testing: create disposable inboxes, wait for delivery, and extract e-mail content or links - all from your AI agent or test automation workflow. Get a free API key on https://app.zyntra.app/
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceMCP server for provisioning dedicated real-SIM US phone numbers, receiving inbound SMS, and extracting OTP codes. Built for AI agents automating phone verification workflows.20 npm1MIT
- AlicenseAqualityDmaintenanceMCP server for integrating with Grizzly SMS platform to rent virtual numbers, receive SMS verification codes, and manage activations directly from AI assistants like Cursor, Claude Desktop, and OpenClaw.815MIT

agentsim-mcpofficial
AlicenseAqualityBmaintenanceMCP server that enables AI coding assistants to provision temporary US phone numbers and receive SMS OTPs for verification workflows.51MIT- AlicenseNot gradedqualityDmaintenanceMCP server that gives AI agents disposable email addresses and real phone numbers with automatic OTP extraction and self-destructing identities.MIT