Sms Gateway using your phone

SMS MCP server for AI coding tools and developers to integrate SMS messaging, notifications, OTPs, alerts, reminders, and automations into apps using real…

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

  • Create Webhook: Register a webhook URL that SMS8 will POST inbound messages and delivery events to. Returns the configured webhook + a sample payload schema the AI can use to scaffold the receiving ha
  • Get Balance: Return the user's remaining SMS credits, plan name, expiry date and a one-line human summary. Lightweight, safe to call any time before a bulk send to check whether the account has enough
  • Get Messages: Fetch recent SMS messages on the user's account. Filter by direction (received|sent|all) and limit. Useful for showing inbox state, debugging delivery, or building reply flows.

What data it sees

Do you need an account

No: the server works without sign-in

SMS MCP server for AI coding tools and developers to integrate SMS messaging, notifications, OTPs, alerts, reminders, and automations into apps using real Android devices via SMS8.io.

How to connect

How to connect Sms Gateway using your phone to Claude

The server address to paste into Claude settings:

https://sms-gateway--sms8.run.tools

  1. Open Claude (claude.ai or the desktop app).
  2. Go to Settings → Connectors.
  3. Click Add custom connector.
  4. Paste the server address copied below into Remote MCP server URL and click Add.
  5. In a chat, click + → Connectors and switch the new connector on.

Custom connectors are available on Free, Pro, Max, Team and Enterprise plans (Free is limited to one). On Team and Enterprise an organization Owner adds the connector first under Organization settings → Connectors.

Authorization

After you click Add, a sign-in window for the service opens. Sign in with your own account and approve access. Claude never sees your password.

How to connect Sms Gateway using your phone to ChatGPT

The server address to paste into ChatGPT settings:

https://sms-gateway--sms8.run.tools

  1. Open ChatGPT in a browser (chatgpt.com). A Plus, Pro, Business, Enterprise or Edu plan is required.
  2. Turn on developer mode once: Settings → Apps → Advanced settings → Developer mode.
  3. Open Settings → Connectors and click Create.
  4. Fill in the form: Name (anything), Description (one line about what the service does), MCP server URL (copy it below).
  5. Under Authentication choose OAuth if the service requires sign-in, otherwise None. Click Create.
  6. In a new chat open + → Apps/Connectors and enable the connector.

OpenAI has renamed this section before (Connectors → Apps/Plugins). If the label differs, search settings for "developer mode". On Business/Enterprise workspaces an admin must allow custom connectors first.

Authorization

On first use ChatGPT opens the service's sign-in window. Sign in and approve access.

How to connect Sms Gateway using your phone to Cursor

The server address to paste into Cursor settings:

https://sms-gateway--sms8.run.tools

Fastest: click Open in Cursor below and confirm the prompt.

Manually:

  1. In Cursor open Settings → Cursor Settings → MCP and click Add new global MCP server.
  2. Paste the JSON copied below into ~/.cursor/mcp.json (per project: .cursor/mcp.json in the repo root).
  3. Save the file. The server appears in the MCP list; authorize it there if asked.

Authorization

If the service needs sign-in, an authorize button appears next to the server in the MCP list.

Server tool list (9)

Raw names from tools/list. Only developers need these.

create_webhookRegister a webhook URL that SMS8 will POST inbound messages and delivery events to. Returns the configured webhook + a sample payload schema the AI can use to scaffold the receiving handler. Pass `enabled: false` to remove the webhook.
get_balanceReturn the user's remaining SMS credits, plan name, expiry date and a one-line human summary. Lightweight, safe to call any time before a bulk send to check whether the account has enough credits left for the job.
get_messagesFetch recent SMS messages on the user's account. Filter by direction (received|sent|all) and limit. Useful for showing inbox state, debugging delivery, or building reply flows.
list_devicesList the user's paired SMS8 devices (phones running the SMS8 Android app). Returns each device's ID, model, primary flag, and enabled status. If the list is empty, the user needs to install + pair the Android app at app.sms8.io/devices.php.
send_otpSend a one-time verification code to a phone number. Stores the code server-side; verify later with verify_otp. 5-minute expiry, 5 attempts, 60-second resend cooldown by default. Hard per-phone cap of 5 OTPs per 24h.
verify_otpVerify a code the user typed against the most recent OTP issued for that phone. Returns { verified: true|false, reason }.
send_smsSend an SMS to one phone number through the user's paired SMS8 device(s). Returns the message ID. Supports per-device + per-SIM routing identical to the SMS8 dashboard.
setup_sms8Start here. Validate the user's SMS8 API key and return everything needed to integrate SMS, OTP, and webhooks into their app — including code samples and dashboard links. Pass api_key once via this tool to set up the session.
wait_for_otpBlock until a one-time-password SMS arrives on the user's paired Android, or the timeout elapses. Returns the extracted numeric code plus the raw SMS body and sender. Use this when an agent has just submitted a form that triggers an OTP and needs to read it back to complete a signup or 2FA flow. Polls the user's real inbox; no disposable numbers, no third-party VoIP rental.
Sms Gateway using your phone: connect to Claude, ChatGPT, Cursor · Connectors.fun