API Tools
sotaproxy.com
MCP server for purchasing and managing IPv4, IPv6, and ISP proxy products, including balance checks, quotes, and order history.
ENDPOINT 1
https://api.sotaproxy.com/mcp
MCP server metadata
- Name
- sotaproxy
- Version
- 1.0.0
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_order_proxiesGet the issued proxies (ip, ports, login, password) for an order.
Inferred read-onlyrenew_orderRenew a proxy's ENTIRE order (all proxies bought together), charging the balance.
Inferred read-onlyresidential_plansList residential traffic packages (GB) with this account's pricing.
Inferred read-onlyresidential_packagesList the account's residential packages with remaining traffic.
Inferred read-onlycreate_residential_endpointCreate a proxy endpoint inside a residential package — THIS is where geo targeting is set.
Potential side effectsresidential_universal_accessGet 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-onlylist_residential_endpointsList the account's residential endpoints with their credentials.
Inferred read-onlydelete_residential_endpointDelete a residential endpoint (its credentials stop working).
Potential side effectsmobile_tariffsList mobile proxy tariffs (country + carrier + rental period + unit price + stock).
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.