Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

joltsms-mcp-server MCP server](https://glama.ai/mcp/servers/@rchanllc/joltsms-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@rchanllc/joltsms-mcp-server) πŸ“‡ ☁️ - Provision dedicated real-SIM US phone numbers, receive inbound SMS, poll for...

README.md

@joltsms/mcp-server

MCP server for JoltSMS β€” provision dedicated real-SIM US phone numbers and receive SMS/OTP codes through AI agents.

Built on the Model Context Protocol, this server gives AI agents (Claude Code, Claude Desktop, Cursor, etc.) the ability to rent phone numbers, wait for incoming SMS, extract OTP codes, and manage billing β€” all through standardized tool calls.

Quick Start

1. Get an API Key

Create a JoltSMS account and generate an API key at Dashboard β†’ Settings β†’ API Keys.

2. Configure Your MCP Client

Add to your .mcp.json (Claude Code) or MCP settings (Claude Desktop, Cursor):

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

3. Use It

Your AI agent now has access to all JoltSMS tools. Try:

"Provision a new phone number with area code 650 and wait for an OTP"

Tools

| Tool | Description | |------|-------------| | joltsms_list_numbers | List active numbers with service labels, tags, and unread counts | | joltsms_get_number | Full details for a single number | | joltsms_update_number | Set service label, tags, or notes on a number | | joltsms_provision_number | Rent a new dedicated real-SIM US number ($50/mo) | | joltsms_release_number | Cancel/release a number at end of billing period | | joltsms_list_messages | List recent SMS with parsed OTP codes | | joltsms_mark_read | Mark single or bulk messages as read | | joltsms_wait_for_sms | Poll until an SMS arrives (key tool for OTP flows) | | joltsms_get_latest_otp | Get the most recent parsed verification code | | joltsms_billing_status | Check all subscriptions with billing health |

OTP Verification Workflow

The most common use case β€” automated phone verification:

1. joltsms_provision_number({ area_code: "650" })
   β†’ Number provisioning started! Phone: +16505551234

2. joltsms_update_number({ number_id: "+16505551234", service_name: "PayPal" })
   β†’ Tagged for easy lookup later

3. [Agent enters phone number on PayPal and requests OTP]

4. joltsms_wait_for_sms({ number_id: "+16505551234", timeout_seconds: 120 })
   β†’ SMS received after 8.2s: "Your PayPal code is 847291"
   β†’ OTP Code: 847291

5. joltsms_mark_read({ number_id: "+16505551234" })
   β†’ Inbox clean

6. [Agent enters 847291 on PayPal β€” verification complete]

Environment Variables

| Variable | Required | Description | |----------|----------|-------------| | JOLTSMS_API_KEY | Yes | Your API key (jolt_sk_*) | | JOLTSMS_API_URL | No | API base URL (defaults to https://api.joltsms.com) |

Requirements

  • Node.js 18+
  • A JoltSMS account with a payment method on file
  • Your first number must be ordered through the Dashboard to complete initial 3D Secure verification

Documentation

License

MIT

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use Developer Tools servers.