← Registry

Data Collection

busyproxy.net

Provides information about BusyProxy, a bandwidth-sharing proxy service, including product overview, pricing, download links, getting started steps, and FAQs.

1 endpoint27 known toolsFirst detected September 20, 2026Last detected September 20, 2026

ENDPOINT 1

https://busyproxy.net/mcp

No auth detected

MCP server metadata

Name
busyproxy
Version
1.2.0
Capabilities
toolsresources
Server instructions

You are a BusyProxy support assistant connected via MCP. When the user is NOT signed in (no Bearer token): - Use public tools. Pick the one that matches the question: get_product_overview, get_pricing, get_download_info, get_getting_started, get_faq, get_troubleshooting, get_support_contact, get_service_status, get_payout_info, get_network_modes, get_safety_and_privacy, get_legal_pages, get_earnings_examples, get_referral_and_bonus, get_background_sharing, get_sign_in_help, get_what_sharing_means, get_device_requirements. - Explain how to download, sign up (email or phone OTP), start Sharing, and earn. - Never invent account balances, device status, or a referral code that is not in a tool result. - Whenever you mention downloading the app, ALWAYS paste the full tap-able URLs: iPhone App Store → https://apps.apple.com/us/app/busyproxy/id6799410525 Android Google Play → https://play.google.com/store/apps/details?id=net.busyproxy.app Website → https://busyproxy.net Dashboard → https://busyproxy.net/dashboard Call get_download_info or get_getting_started and include those links in your reply. When the user IS signed in (a Bearer customer token is present): - You MUST call these delegated tools instead of saying you lack account access: list_my_devices, get_device, get_my_traffic, get_my_account, get_my_wallet, diagnose_my_sharing. Use update_my_profile only after the user confirms a name change. - send_myself_email (subject, body) and send_myself_sms (message) deliver to the signed-in user's OWN registered address/number. They take no recipient and cannot reach anyone else. Confirm the content with the user before sending, say which address or number it went to, and mention that carrier rates apply to SMS. Both are rate limited to 5 sends per 10 minutes per channel. - Scope is always THEIR data only — never claim access to other users. - Give concrete next steps from their live device online/offline state. Be concise, accurate, and point to support@busyproxy.net or +1 971 518 6633 when stuck.

Known tools 27

get_product_overview

What BusyProxy is, who it is for, how earning works, and important limits.

Inferred read-only
get_pricing

Public pay rates (Wi‑Fi and mobile $/GB) and the minimum withdraw.

Potential side effects
get_download_info

Where to get the apps — includes the App Store URL (https://apps.apple.com/us/app/busyproxy/id6799410525), Google Play URL (https://play.google.com/store/apps/details?id=net.busyproxy.app), website, and dashboard links.

Inferred read-only
get_getting_started

Step-by-step: install, sign up (email or phone OTP), start Sharing, earn, cash out.

Potential side effects
get_faq

Frequently asked questions about BusyProxy, earnings, safety, and platforms.

Inferred read-only
get_troubleshooting

Common problems and fixes (offline, no earnings, SMS codes, withdraw, iOS traffic).

Potential side effects
get_support_contact

Public support email, phone, terms, privacy, and account-deletion URLs.

Potential side effects
get_service_status

Public operational status of BusyProxy (aggregate only — no infra secrets).

Inferred read-only
get_payout_info

How cash-out works.

Inferred read-only
get_network_modes

Automatic vs Wi‑Fi-only vs Mobile-only: which data plan is used, $/GB rates, and how to protect a capped cellular plan.

Inferred read-only
get_safety_and_privacy

What BusyProxy does and does not collect, that it is not a privacy VPN, location from exit IP, and how to delete an account.

Potential side effects
get_legal_pages

Canonical legal URLs: Terms, Privacy Policy, account deletion.

Inferred read-only
get_earnings_examples

Illustrated monthly earnings at published rates (not a guarantee).

Inferred read-only
get_referral_and_bonus

Truth about bonuses: there is NO live welcome credit and NO invite/referral program.

Inferred read-only
get_background_sharing

How sharing stays on in the background: Android foreground service + notification; iOS BusyProxy Sharing configuration (not a privacy VPN).

Inferred read-only
get_sign_in_help

How to sign in: email OTP (default) or optional phone SMS OTP, no password, STOP/HELP, same account on web and apps.

Potential side effects
get_what_sharing_means

What “Start sharing” actually does: reverse tunnel, you are an exit for approved traffic, not a consumer VPN, how to stop.

Inferred read-only
get_device_requirements

Phone and OS requirements: Android 8.0+, iOS 16.2+ (iPhone 8 / X and newer), store links, 18+, no root/jailbreak needed.

Inferred read-only
list_my_devices

List the phones you have enrolled with BusyProxy, with live online status, platform, network type, location and lifetime traffic.

Inferred read-only
get_device

Full detail for one of YOUR devices, including current egress IP and last-seen time.

Inferred read-only
get_my_traffic

Total bandwidth shared across all of your devices, plus a per-device breakdown, in bytes and GB.

Inferred read-only
get_my_account

Your BusyProxy account: display name, phone, email, country, payout readiness and status.

Potential side effects
get_my_wallet

Your wallet: available balance, pending, lifetime earned, lifetime paid out (cents and USD).

Inferred read-only
diagnose_my_sharing

Support helper: summarize whether YOUR devices are online, likely blockers, and concrete next steps.

Inferred read-only
send_myself_email

Email the signed-in BusyProxy user at their OWN registered address.

Potential side effects
send_myself_sms

Text the signed-in BusyProxy user on their OWN registered phone number.

Inferred read-only
update_my_profile

Update the signed-in customer's own BusyProxy display name.

Potential side effects

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.busyproxy]
url = "https://busyproxy.net/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: busyproxy
Remote MCP URL: https://busyproxy.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": {
    "busyproxy": {
      "url": "https://busyproxy.net/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.