← Registry

API Tools

sotaproxy.com

MCP server for purchasing and managing IPv4, IPv6, and ISP proxy products, including balance checks, quotes, and order history.

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

ENDPOINT 1

https://api.sotaproxy.com/mcp

No auth detected

MCP server metadata

Name
sotaproxy
Version
1.0.0
Capabilities
tools
Server instructions

SotaProxy — buy and manage proxies with a prepaid balance. Money-moving tools (buy_*, renew_order) charge real funds: ALWAYS quote first (quote_order / residential_plans / mobile_tariffs / quote_renewal), show the user the exact price, and get explicit confirmation before buying. Top-ups are manual in the dashboard at https://app.sotaproxy.com.

Known tools 19

get_balance

Get the prepaid account balance (USD).

Inferred read-only
list_products

List sellable proxy products.

Inferred read-only
quote_order

Price an ipv4/ipv6/isp order WITHOUT buying.

Inferred read-only
buy_proxies

Buy ipv4/ipv6/isp proxies, charging the prepaid balance.

Inferred read-only
list_orders

List the account's orders, newest first.

Inferred read-only
get_order_proxies

Get the issued proxies (ip, ports, login, password) for an order.

Inferred read-only
list_proxies

List all active proxies on the account (ipv4/ipv6/isp/mobile).

Inferred read-only
quote_renewal

Price a renewal WITHOUT charging.

Inferred read-only
renew_order

Renew a proxy's ENTIRE order (all proxies bought together), charging the balance.

Inferred read-only
residential_plans

List residential traffic packages (GB) with this account's pricing.

Inferred read-only
residential_locations

Geo catalog for residential targeting.

Inferred read-only
buy_residential_package

Buy a residential GB package, charging the balance.

Inferred read-only
residential_packages

List the account's residential packages with remaining traffic.

Inferred read-only
create_residential_endpoint

Create a proxy endpoint inside a residential package — THIS is where geo targeting is set.

Potential side effects
residential_universal_access

Get the package's UNIVERSAL geo login: one stable login/password where targeting is appended as login suffixes per request — `login_c_US`, `login_c_US_city_New-York`, sticky sessions via `_s_{id}_ttl_{30s|15m|1h}`.

Inferred read-only
list_residential_endpoints

List the account's residential endpoints with their credentials.

Inferred read-only
delete_residential_endpoint

Delete a residential endpoint (its credentials stop working).

Potential side effects
mobile_tariffs

List mobile proxy tariffs (country + carrier + rental period + unit price + stock).

Inferred read-only
buy_mobile_proxies

Buy mobile proxies from a tariff, charging the balance.

Inferred read-only

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

.mcp.json

{
  "mcpServers": {
    "sotaproxy": {
      "type": "http",
      "url": "https://api.sotaproxy.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "sotaproxy",
  "transport": "streamable-http",
  "url": "https://api.sotaproxy.com/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.