n3t-mobile-mcp
OfficialClick 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., "@n3t-mobile-mcpSend SMS 'Your appointment is tomorrow' to +525512345678"
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.
N3T Mobile CPaaS SMS MCP Server
An official Model Context Protocol (MCP) server that enables AI models (like Claude and Cursor) to interact with the N3T Mobile CPaaS Gateway to send SMS, check message delivery status, and perform Mexican Mobile Number Portability (MNP) carrier lookups.
Features
send_sms: Send single or multi-recipient SMS messages.
get_sms_status: Fetch the delivery state (including terminal codes) of a previously sent message.
mnp_lookup: Retrieve Mobile Number Portability metadata (MCC, MNC, and Carrier Name) for Mexican phone numbers.
Auto JWT Refresh: Authenticates dynamically using API client credentials and manages token expiration automatically.
Related MCP server: Twilio SMS Server
Installation
Prerequisites
Node.js (v18.0.0 or later)
An active API Peer account on the N3T Mobile gateway (username and password).
Local Execution
To run the server locally from this directory:
Install dependencies:
npm installStart the server (requires configuration env vars):
CPAAS_BASE_URL="http://localhost:8080" \ CPAAS_USERNAME="your_username" \ CPAAS_PASSWORD="your_password" \ node index.js
Configuration
Configure your AI assistant host to use the server.
Claude Desktop
Add this configuration to your claude_desktop_config.json (located at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"n3t-mobile-mcp": {
"command": "node",
"args": ["/absolute/path/to/n3t-mobile-mcp/index.js"],
"env": {
"CPAAS_BASE_URL": "https://api.n3t.mobile",
"CPAAS_USERNAME": "your_api_username",
"CPAAS_PASSWORD": "your_api_password"
}
}
}
}Cursor / Roo Code / VS Code
Add a new MCP server in the Settings:
Type:
stdioCommand:
node /absolute/path/to/n3t-mobile-mcp/index.jsEnvironment Variables:
CPAAS_BASE_URL:https://api.n3t.mobileCPAAS_USERNAME:your_api_usernameCPAAS_PASSWORD:your_api_password
License
MIT
This server cannot be installed
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
- AlicenseAqualityAmaintenanceEnables AI assistants and MCP-compatible clients to send and manage SMS messages through the 46elks API, leveraging Swedish telecommunications infrastructure.6MIT
- 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.121MIT
- 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.161MIT
- AlicenseAqualityCmaintenanceEnables AI assistants to send SMS, manage contacts, verify numbers, and query campaigns via SMS Masivos platform using natural language.3030MIT
Related MCP Connectors
Real SIM-backed mobile numbers for AI agents to receive SMS and OTP codes.
Phone, SMS & email for AI agents — one remote MCP endpoint, OAuth login, zero install.
Give AI agents real phone numbers, messages, and voice calls via MCP.
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/N3T-Mobile/n3t-mobile-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server