SMS Masivos MCP Server
OfficialThe SMS Masivos MCP Server connects your AI assistant to the SMS Masivos platform, enabling SMS sending, contact management, OTP verification, loyalty programs, wallets, webhooks, reports, and payment requests via natural language.
SMS & Campaigns
Check available SMS credit balance
Send SMS to up to 500 recipients at once (with optional scheduling, flash SMS, URL shortening, and sandbox mode)
List past campaigns with date filters
Get delivery statistics (effectiveness %, delivered, failed, pending)
Contacts & Agendas
List, create, rename, and delete contact lists (agendas)
Search agendas by name (partial, paginated)
Add, update, duplicate, and delete contacts within agendas
OTP / Phone Verification
Send OTP codes via SMS, voice call, or WhatsApp
Verify, resend, reset, check status, or delete OTP verifications
Loyalty Programs
List loyalty cards, add contacts, and query stamps/redemptions
Electronic Wallets
List wallets, add contacts, check balances, and add or subtract funds
Webhooks
View, register, activate/deactivate, or delete webhooks for SMS delivery events
Reports
Generate detailed message-level reports (max 7-day range)
Get quick campaign-level KPIs (delivered, failed, effectiveness %)
Payment Requests
Send payment request SMS messages using a pre-configured template
Utilities
View session metrics: tool call counts, errors, latency (avg & p95), sandbox vs. production usage
Access FAQ resources and guided prompts for common tasks
Sandbox Mode: Test all features without sending real messages or consuming credits.
Enables OTP verification and message sending via WhatsApp through the SMS Masivos platform.
Click on "Install 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., "@SMS Masivos MCP ServerSend a test SMS to +521234567890"
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.
@smsmasivos/mcp-server
MCP server para SMS Masivos — plataforma de envio de SMS masivos en Mexico.
Conecta tu asistente de IA con SMS Masivos para enviar mensajes, gestionar contactos, verificar numeros y consultar campanas usando lenguaje natural.
Features
30 tools — SMS, campanas, contactos, agendas CRUD, webhooks, reports, payment requests, verificacion OTP v2 (send/verify/status/delete), lealtad, monederos y metricas
FAQ integrado — 6 recursos de ayuda accesibles desde tu asistente
Prompts guiados — 4 flujos paso a paso para tareas comunes
Telemetria — metricas de uso por sesion (latencia, errores, sandbox vs produccion)
Sandbox — prueba sin enviar mensajes reales ni gastar creditos
Compatible — funciona con Claude, Cursor, Windsurf y cualquier cliente MCP
Related MCP server: Twilio SMS MCP Server
Quick Start
Necesitas una API key de SMS Masivos. Obtenla en tu panel.
Opcion 1: Remoto (recomendado — sin instalar nada)
Agrega esta configuracion a tu herramienta de IA y listo:
{
"mcpServers": {
"smsmasivos": {
"type": "http",
"url": "https://mcp.smsmasivos.com.mx/mcp",
"headers": {
"Authorization": "Bearer tu-api-key"
}
}
}
}Opcion 2: Local (requiere Node.js)
npx @smsmasivos/mcp-server{
"mcpServers": {
"smsmasivos": {
"command": "npx",
"args": ["-y", "@smsmasivos/mcp-server"],
"env": {
"SMSMASIVOS_API_KEY": "tu-api-key"
}
}
}
}Configuracion por herramienta
Claude Desktop
Agrega a tu archivo de configuracion:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Remoto (recomendado):
{
"mcpServers": {
"smsmasivos": {
"type": "http",
"url": "https://mcp.smsmasivos.com.mx/mcp",
"headers": {
"Authorization": "Bearer tu-api-key"
}
}
}
}Local:
{
"mcpServers": {
"smsmasivos": {
"command": "npx",
"args": ["-y", "@smsmasivos/mcp-server"],
"env": {
"SMSMASIVOS_API_KEY": "tu-api-key"
}
}
}
}Claude Code
Remoto (recomendado):
claude mcp add smsmasivos --transport http https://mcp.smsmasivos.com.mx/mcp -H "Authorization: Bearer tu-api-key"Local:
claude mcp add smsmasivos -e SMSMASIVOS_API_KEY=tu-api-key -- npx -y @smsmasivos/mcp-serverCursor
Agrega a .cursor/mcp.json en tu proyecto:
Remoto (recomendado):
{
"mcpServers": {
"smsmasivos": {
"type": "http",
"url": "https://mcp.smsmasivos.com.mx/mcp",
"headers": {
"Authorization": "Bearer tu-api-key"
}
}
}
}Local:
{
"mcpServers": {
"smsmasivos": {
"command": "npx",
"args": ["-y", "@smsmasivos/mcp-server"],
"env": {
"SMSMASIVOS_API_KEY": "tu-api-key"
}
}
}
}Windsurf
Agrega a ~/.codeium/windsurf/mcp_config.json — misma configuracion que Cursor (remoto o local).
Tools disponibles
SMS y campanas
Tool | Descripcion |
| Consulta creditos SMS disponibles |
| Envia SMS a uno o varios numeros (max 500) |
| Lista campanas con filtros por fecha |
| Estadisticas de entrega de una campana |
Contactos y agendas
Tool | Descripcion |
| Lista agendas de contactos |
| Busca agendas por nombre (parcial). Paginado por página: |
| Crea una nueva agenda |
| Cambia el nombre de una agenda |
| Elimina una agenda y sus contactos (DESTRUCTIVO) |
| Obtiene contactos de una agenda |
| Agrega contacto a una agenda |
| Actualiza datos de un contacto existente |
| Copia un contacto entre agendas |
| Elimina un contacto de una agenda |
Verificacion OTP
Tool | Descripcion |
| Genera y envia el codigo OTP (SMS, voz o WhatsApp). Repetir la llamada lo reenvia (cooldown 30s); con otro |
| Verifica el codigo OTP que ingreso el usuario ( |
| Consulta el estado de la verificacion sin efectos (read-only) |
| Invalida la verificacion activa (no envia nada) |
Programa de lealtad
Tool | Descripcion |
| Lista tarjetas de lealtad de tu cuenta |
| Agrega contacto a una tarjeta de lealtad |
| Consulta sellos y canjes de un contacto |
ℹ️
register_loyalty_saleno está disponible en esta versión. Para registrar ventas de lealtad, usa el panel web.
Monedero electronico
Tool | Descripcion |
| Lista monederos de tu cuenta |
| Agrega contacto a un monedero |
| Consulta saldo de un contacto |
| Agrega o resta saldo a un contacto |
Webhooks
Tool | Descripcion |
| Gestiona el webhook de la cuenta. Acciones: |
manage_webhook consolida las 4 operaciones en una sola tool vía el campo action:
| Parámetros | Efecto |
| — | Devuelve el webhook configurado y su estado |
|
| Registra o reemplaza el webhook |
|
| Activa/desactiva sin cambiar la URL |
| — | Elimina el webhook (DESTRUCTIVO) |
Solo se permite un webhook por cuenta. Las URLs deben ser
https://; se rechazan IPs privadas, loopback e IPv6 link-local.
Reports
Tool | Descripcion |
| Reporte detallado por rango de fechas (max 7 dias) |
| Agregados rapidos (entregados/fallidos/efectividad) por campaign_id |
Solicitudes de pago
Tool | Descripcion |
| Envia solicitud de pago a un cliente via SMS usando un template configurado |
Utilidades
Tool | Descripcion |
| Metricas de uso de la sesion (latencia, errores, sandbox vs prod) |
FAQ Resources
El servidor incluye 6 recursos de ayuda accesibles via MCP resources:
Resource | Descripcion |
| Como obtener tu API key y configurar el server |
| Errores frecuentes y como solucionarlos |
| Limites de la API y precios |
| Como usar el modo sandbox para pruebas |
| Ejemplos de uso de cada tool |
| Cambios breaking y tools nuevas en v1.0.0 |
Prompts guiados
Flujos paso a paso que tu asistente puede ejecutar:
Prompt | Descripcion |
| Verificar saldo, enviar SMS y consultar estadisticas |
| Listar tarjetas y consultar sellos de clientes |
| Ver agendas, contactos y agregar nuevos |
| Enviar codigo OTP y validarlo |
Ejemplos
Una vez configurado, puedes pedirle a tu asistente:
"Cuantos creditos me quedan?"
"Envia un SMS al 5512345678 con el texto: Tu cita es manana a las 10am"
"Muestrame mis ultimas campanas"
"Como fue la entrega de la campana 12345?"
"Verifica el numero 5598765432 por WhatsApp"
"Agrega a Juan (5512345678) a mi agenda de recordatorios"
"Muestrame mis tarjetas de lealtad"
"Cuantos sellos tiene el cliente 5512345678?"
"Agrega $50 al monedero del cliente 5598765432"
Desarrollo
git clone https://github.com/SMS-Masivos/mcp-server.git
cd mcp-server
npm install
npm run build
npm testPublicación (mantenedores)
La publicación a npm es manual (npm publish, requiere permisos de mantenedor).
Licencia
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
- AlicenseBqualityDmaintenanceEnables AI assistants to send SMS messages via Twilio through the Model Context Protocol or a standalone REST API. It supports standard messaging, automated greetings, and creative content generation using natural language.Last updated141MIT
- AlicenseCqualityDmaintenanceEnables AI agents to send, receive, schedule, and manage SMS and MMS messages using the Twilio Programmable Messaging API. It provides comprehensive tools for handling bulk messaging, conversation threads, and real-time inbox monitoring through a secure, production-grade architecture.Last updated161MIT

ReadySMS MCP Serverofficial
Alicense-qualityCmaintenanceEnables sending SMS messages, managing contacts, campaigns, and inbox from AI assistants like Claude and ClickUp.Last updated5MIT
n3t-mobile-mcpofficial
Flicense-qualityCmaintenanceEnables AI models to send SMS, check delivery status, and perform Mexican Mobile Number Portability (MNP) carrier lookups via the N3T Mobile CPaaS Gateway.Last updated
Related MCP Connectors
AI voice agents: assistants, calls, campaigns, leads, knowledge bases, WhatsApp, SMS & SIP trunks.
Communication stack for AI agents: SMS, AI voice calls, phone numbers, and account events.
Real SIM-backed mobile numbers for AI agents to receive SMS and OTP codes.
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/SMS-Masivos/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server