← busysms.net

INDIVIDUAL MCP TOOL

get_billing_model

What an active device is, dual-SIM, gateway-off still bills, Play 1-seat vs Stripe extras, how to remove a number.

busysms.netnone authenticationAvailability not checked

LIVE ENDPOINT

https://busysms.net/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_billing_model and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a deletion term.

Parent server

busysms.net

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.busysms]
url = "https://busysms.net/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "busysms": {
      "type": "http",
      "url": "https://busysms.net/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: busysms
Remote MCP URL: https://busysms.net/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "busysms": {
      "url": "https://busysms.net/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "busysms": {
      "type": "http",
      "url": "https://busysms.net/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "busysms",
  "transport": "streamable-http",
  "url": "https://busysms.net/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_product_overview — What BusySMS is, who it is for, how the SMS gateway works, and important limits.
  • get_pricing — Public price: $5 per unique verified phone number / month, 7-day trial.
  • get_download_info — Where to get BusySMS — Google Play URL, Chrome Web Store OTP Autofill URL, website, and dashboard.
  • get_getting_started — Step-by-step: install from Play, phone OTP, verify SIMs, start the gateway, read codes via API/MCP/Chrome.
  • get_faq — Frequently asked questions about BusySMS, billing, privacy, API, and the Chrome extension.
  • get_troubleshooting — Common problems and fixes (not capturing, login OTP, Chrome fill, API 402, billing count).
  • get_support_contact — Public support email, phone, terms, privacy, and account-deletion URLs.
  • get_service_status — Public operational status of BusySMS (aggregate only — no infra secrets).