Odel
joltsms mcp server

joltsms mcp server

Local
@rchanllc1TypeScriptMITUpdated 6mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@joltsms/mcp-serverv1.0.2

Run

npx -y @joltsms/mcp-server

MCP client config

{
  "mcpServers": {
    "joltsms-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@joltsms/mcp-server"
      ]
    }
  }
}