INDIVIDUAL MCP TOOL
get_download_info
Where to get BusySMS — Google Play URL, Chrome Web Store OTP Autofill URL, website, and dashboard.
LIVE ENDPOINT
https://busysms.net/mcp
Connect to this endpoint to inspect the live schema for get_download_info and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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_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).get_safety_and_privacy— What BusySMS captures (OTP/verification SMS on your own phones) and what it does not (full inbox, other people's numbers).