HomeCommunication › joltsms-mcp-server

joltsms-mcp-server

Provision real-SIM US phone numbers, receive SMS, and extract OTP codes for AI agents.

TypeScript Cloud
★ 1 stars Last pushed 2026-02-26 License: MIT

Topics: Communication

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.2)

npx -y @joltsms/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "joltsms-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@joltsms/[email protected]"
      ],
      "env": {
        "JOLTSMS_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • JOLTSMS_API_KEY required secret — Your JoltSMS API key (jolt_sk_*). Create one at https://app.joltsms.com/settings

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry