MCP Directory

rchanllc/joltsms-mcp-server

GitHub
Communication

Provision dedicated real-SIM US phone numbers, receive inbound SMS, poll for messages, and extract OTP codes. Built for AI agents automating phone verification across platforms.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y joltsms-mcp-server

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from rchanllc/joltsms-mcp-server your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

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

Route rchanllc/joltsms-mcp-server intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add joltsms-mcp-server

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use rchanllc/joltsms-mcp-server directly without routing

npx -y joltsms-mcp-server

New to Agent-CoreX? View setup guide →

rchanllc/joltsms-mcp-server MCP Server — Agent-CoreX