Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

N3t Mobile

БесплатноНе проверен

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

GitHubEmbed

Описание

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

README

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

from github.com/N3T-Mobile/n3t-mobile-mcp

Установка N3t Mobile

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/N3T-Mobile/n3t-mobile-mcp

FAQ

N3t Mobile MCP бесплатный?

Да, N3t Mobile MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для N3t Mobile?

Нет, N3t Mobile работает без API-ключей и переменных окружения.

N3t Mobile — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить N3t Mobile в Claude Desktop, Claude Code или Cursor?

Открой N3t Mobile на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare N3t Mobile with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai