n3t-mobile-mcp

n3t-mobile-mcp

Enables AI models to send SMS, check delivery status, and perform Mexican Mobile Number Portability (MNP) carrier lookups via the N3T Mobile CPaaS Gateway.

Category
Visit Server

README

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.

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:

  1. Install dependencies:
    npm install
    
  2. Start 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: stdio
  • Command: node /absolute/path/to/n3t-mobile-mcp/index.js
  • Environment Variables:
    • CPAAS_BASE_URL: https://api.n3t.mobile
    • CPAAS_USERNAME: your_api_username
    • CPAAS_PASSWORD: your_api_password

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured