PluginBench
MCP Server

io.github.rchanllc/joltsms-sms MCP Server

io.github.rchanllc/joltsms-sms

What is the io.github.rchanllc/joltsms-sms MCP server?

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

How to install io.github.rchanllc/joltsms-sms

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • JOLTSMS_API_KEY
    required
    secret

    Your JoltSMS API key (jolt_sk_*). Create one at https://app.joltsms.com/settings

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "joltsms-sms": {
      "command": "npx",
      "args": [
        "-y",
        "@joltsms/mcp-server"
      ],
      "env": {
        "JOLTSMS_API_KEY": "<YOUR_JOLTSMS_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "joltsms-sms": {
      "command": "npx",
      "args": [
        "-y",
        "@joltsms/mcp-server"
      ],
      "env": {
        "JOLTSMS_API_KEY": "<YOUR_JOLTSMS_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "joltsms-sms": {
      "command": "npx",
      "args": [
        "-y",
        "@joltsms/mcp-server"
      ],
      "env": {
        "JOLTSMS_API_KEY": "<YOUR_JOLTSMS_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "joltsms-sms": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@joltsms/mcp-server"
      ],
      "env": {
        "JOLTSMS_API_KEY": "<YOUR_JOLTSMS_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add joltsms-sms --env JOLTSMS_API_KEY=<YOUR_JOLTSMS_API_KEY> -- npx -y @joltsms/mcp-server

Related MCP servers

Image risk scoring, EXIF, reverse-image backlinks, and image content detection via PicDefense.io.

View repository →