@proxies-sx/mcp-server
Allows AI agents to purchase and manage mobile proxies autonomously by paying with USDC on the Solana blockchain through the x402 protocol.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@proxies-sx/mcp-serverCreate a new US mobile proxy with 2 GB and rotate the IP."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
π°οΈ @proxies-sx/mcp-server
The Model Context Protocol server that lets AI agents buy and run mobile proxies β by themselves.
Quickstart Β· Two modes Β· Tool catalog Β· x402 Β· Docs Β· AI hub
Give Claude (or any MCP client) the keys to a real mobile-proxy network: create ports, rotate IPs, buy traffic, check status, open support tickets β all through natural language. Two ways to pay: a normal API key, or x402 so an agent pays USDC on-chain with no account at all.
You: "Get me a US mobile proxy with 2 GB and rotate the IP."
Claude β x402_get_proxy(country=US, trafficGB=2) β pays $8 USDC on Base β returns live creds
Claude β x402_rotate_ip() β fresh carrier IPMobile proxies, metered honestly. Real 4G/5G carrier IPs across 6+ countries. $4 / GB, GB never expires. Duration is always free β you only pay for data.
π₯ Two audiences β pick your door
You are⦠| You want to⦠| Use |
An AI agent / developer / buyer | Buy and operate proxies programmatically | This MCP server (or the REST API) |
A device owner / farmer | Earn by sharing bandwidth from phones | The Peer SDK β agents.proxies.sx/peer |
This server is the buyer / consumer side. Farming and peer registration is a separate flow with its own SDK β see the peer hub above. (No peer-registration tools live here by design.)
Related MCP server: Fluora MCP
β‘ 30-second quickstart
# No install needed β just run it
npx @proxies-sx/mcp-serverThen drop it into your MCP client. For Claude Desktop, edit
~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"proxies-sx": {
"command": "npx",
"args": ["-y", "@proxies-sx/mcp-server"],
"env": {
// Pick ONE mode (see below)
"PROXIES_API_KEY": "psx_your_api_key_here"
// β or β autonomous on-chain payments:
// "AGENT_WALLET_KEY": "0xYOUR_PRIVATE_KEY"
}
}
}
}Restart Claude Desktop β you'll see 55 tools available. Works the same in Cursor, Cline, Continue, or any MCP-compatible client.
π Two ways to authenticate
Mode 1 β API key (you have an account)
Log in to client.proxies.sx β Account β API Keys.
Create a key with the scopes you need:
ports:readports:writeports:rotatebilling:readbilling:writeaccount:readtraffic:read.Set
PROXIES_API_KEY=psx_β¦.
Best for: existing customers, dashboards, scripts, persistent automation.
Mode 2 β x402 (no account, the agent pays on-chain) π€
Create a wallet on Base or Solana.
Fund it with USDC (min $0.40 for 0.1 GB) + a few cents of ETH/SOL for gas.
Set
AGENT_WALLET_KEY=<private key>.
The agent now buys proxies autonomously β it signs a USDC payment, the server verifies it on-chain (~2 s on Base, ~400 ms on Solana), and returns live credentials. No signup, no card, no human.
Variable | Mode | Required | Default |
| API key | yes (this mode) | β |
| x402 | yes (this mode) | β |
| both | no |
|
π§° Tool catalog (55 tools)
Tool | What it does |
| Balance, email, slot & traffic usage |
| Traffic breakdown (shared vs private) |
| Live pricing β $4/GB shared, $8/GB private, volume discounts |
| Price a GB amount with volume discount applied |
| Buy shared GB from balance (also raises your free slot tier) |
| Buy private (dedicated-modem) GB from balance |
Tool | What it does |
| All ports with filters (type, status, location) |
| Full detail for one port |
| New port in a country (optional carrier/city) |
| Move a port to a new country/carrier/city |
| Change a port's login/password |
| p0f OS spoofing for a port |
| Remove a port |
Tool | What it does |
| Online check, current IP, latency, speed |
| Ready-to-paste HTTP/SOCKS5 strings, every common format |
| Spoofing options, live country availability |
Tool | What it does |
| Swap to a new modem/IP, keep credentials |
| Cooldown / circuit-breaker check |
| Auto-rotate every N minutes |
| Audit trail Β· public no-auth rotate URL |
Tool | What it does |
| Open a hosted crypto order Β· poll it |
| Manage pending orders, supported coins |
create_support_ticket Β· list_my_tickets Β· get_ticket Β· reply_to_ticket Β· close_ticket
Tool | What it does |
| Session detail, all ports, per-port status |
| Recover sessions by wallet Β· quick status |
| Swap an offline port to a new device β free, max 3/session |
| Preview top-up Β· pay USDC to add traffic/duration |
Tool | What it does |
| Buy a proxy with USDC on-chain β returns creds + session token |
| Quote a purchase ($4/GB, duration free) |
| USDC balance + wallet address |
| Free IP rotation via rotation token |
| Pay USDC to add traffic/duration |
| List / inspect your wallet's sessions |
| Live geo + carrier targeting |
| Health check |
πΈ x402 β autonomous on-chain payments
x402 revives HTTP 402 Payment Required for the agent economy. Your agent requests a proxy, gets a price, signs a USDC transfer, and retries with the transaction β the server verifies on-chain and provisions instantly.
agent βββΆ x402_get_proxy(US, 2GB)
β 402 Payment Required β pay $8 USDC
βΌ
Base (eip155:8453) or Solana βββΆ on-chain verify βββΆ live proxy creds + session tokenPricing: $4 / GB (shared) Β· $8 / GB (private). Duration is free. Min $0.40.
Networks: Base (USDC, ~2 s) and Solana (USDC, ~400 ms).
No account, no card, no human. The wallet is the identity.
Build agents directly on the protocol with the open-source SDK: @proxies-sx/x402-core, @proxies-sx/x402-hono, @proxies-sx/x402-solana.
π Recipes & deeper docs
In-app docs & setup wizard: client.proxies.sx/mcp-server
AI-agent hub (x402, skill files, marketplace): agents.proxies.sx
Agent skill file (drop-in for Claude): agents.proxies.sx/skill.md
Live system map: agents.proxies.sx/system-map
Pool Gateway DSL & docs: client.proxies.sx/pool-proxy
Want to earn instead of buy? agents.proxies.sx/peer
Ready-made flows live in
recipes/; machine-readable catalog inSKILL.mdandllm.txt.
π οΈ Install options
npx @proxies-sx/mcp-server # zero-install (recommended)
npm i -g @proxies-sx/mcp-server # global β `proxies-sx-mcp`
npm i @proxies-sx/mcp-server # local dependencyFrom source:
git clone https://github.com/bolivian-peru/proxies-sx-mcp-server
cd proxies-sx-mcp-server && npm install && npm run build && npm startVerify: npx @proxies-sx/mcp-server --version (it should report 55 tools available).
π€ Contributing & support
Issues and PRs welcome. Need a human? Use the create_support_ticket tool, or reach the team at client.proxies.sx. Licensed MIT.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bolivian-peru/proxies-sx-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server