Buy proxies from Claude.
In plain language.
SotaProxy ships a hosted Model Context Protocol server. Connect it to Claude, Claude Code, Cursor - or any MCP-compatible client - and your AI assistant can check prices, buy, renew and export proxies for you. Every purchase is quoted first and charged only after you confirm, from a prepaid balance you control.
Things you can just ask
Set up in two minutes
Step 1 - Get your API key (once)
- Open app.sotaproxy.com/api (the API item in the dashboard sidebar).
- Under Create new key, select both scopes -
readandtrade- and click Create key. - Copy the key (starts with
sk_live_). It is shown only once.
In the snippets below, replace sk_live_YOUR_KEY with this key.
Step 2, option A - Claude.ai website or Claude Desktop
Easiest if you chat with Claude in the browser or desktop app.
- Open Settings → Connectors.
- Click Add custom connector.
- Name:
SotaProxy. URL - paste this (key inside):
https://api.sotaproxy.com/mcp?key=sk_live_YOUR_KEY- Click Add, then enable SotaProxy in the chat tools menu (sliders icon).
- Ask: “What’s my SotaProxy balance?” - an answer means you’re connected.
Step 2, option B - Claude Code (terminal)
If you use the claude CLI.
claude mcp add --transport http sotaproxy https://api.sotaproxy.com/mcp \
--header "Authorization: Bearer sk_live_YOUR_KEY"Restart claude and ask for your balance. Remove any time with claude mcp remove sotaproxy.
Step 2, option C - Cursor and other MCP clients
In Cursor: Settings → MCP → Add new global MCP server and merge this into mcpServers:
{
"mcpServers": {
"sotaproxy": {
"url": "https://api.sotaproxy.com/mcp",
"headers": { "Authorization": "Bearer sk_live_YOUR_KEY" }
}
}
}Any other MCP client works the same: the URL above plus your key as a Bearer header (or ?key= in the URL when headers aren’t supported).
Built so an agent can’t surprise you
Quote before charge
Every money-moving tool instructs the assistant to fetch the exact price first and get your explicit confirmation before buying or renewing.
Prepaid balance only
No cards, no surprise bills. Purchases draw from the balance you topped up - an agent can never spend more than what’s there.
Scoped keys, revocable
A read-only key can browse but never buy. Revoke any key in the dashboard and the connector goes dark instantly.
Retry-safe purchases
Purchases are idempotent under the hood - a network retry can never double-charge you.
All 18 tools
Account
get_balancePrepaid balance available to spendlist_productsSellable products with countries and rental periodsBuy & manage (IPv4 / IPv6 / ISP)
quote_orderExact price for a prospective order - no chargebuy_proxiesBuy proxies (asks for your confirmation first)list_ordersOrder historyget_order_proxiesIssued credentials, JSON or ip:port:login:passwordlist_proxiesEvery active proxy on the accountRenewals
quote_renewalPrice to renew a whole order - no chargerenew_orderRenew the order after you confirm the priceResidential (traffic)
residential_plansGB packages with your account pricingresidential_locationsCountries, regions, cities and ISPs for geo targetingbuy_residential_packageBuy a GB packageresidential_packagesYour packages and remaining trafficcreate_residential_endpointEndpoint with pinned geo and rotation - returns credentialslist_residential_endpointsYour endpoints with credentialsdelete_residential_endpointRemove an endpointMobile
mobile_tariffsCountry + carrier + period catalog with unit pricesbuy_mobile_proxiesBuy mobile proxies from a tariffGood to know
What is MCP? The Model Context Protocol is an open standard that lets AI assistants use external services as “tools”. Our server is hosted - nothing to install, no updates to manage; you just add the URL to your client.
Does it cost extra? No. The MCP server is free - you pay only for the proxies you buy, at the same prices as the dashboard (including your contract pricing, if any).
Something failed? An authentication error means the key is wrong or revoked - create a fresh one. A scope error on purchase means the key is missing trade. And if the balance is too low, top up in the dashboard and just ask again.
Prefer raw REST? Everything the MCP server does is also available as a documented HTTP API - see the API documentation.
Connect your assistant now
Create a free account, top up with crypto, generate an API key - and your AI can handle the rest.
Get started