P
Proxies.sx Agents
x402 Enabled

Real Mobile Proxies for AI Agents

4G/5G mobile proxies from 15+ countries. Pay per request with USDC on Base or Solana. Built for autonomous AI agents.

Explore Agents View Pricing
15+
Countries
$0.40
Min Purchase
2
Payment Rails
~2s
Settlement

x402 Agents

Pay-per-request proxy services for AI agents

📱
LIVE

Mobile Proxy

Real 4G/5G mobile proxy with HTTP & SOCKS5. Includes IP rotation token.

Base Solana
$0.40 + /GB
Try API
🔄
LIVE

IP Rotation

Rotate your proxy to a fresh mobile IP instantly. No auth required.

Token Auth
FREE included
Docs
💰
LIVE

Pricing Info

Get current pricing, available networks, and cost calculation.

No Auth
🌍
LIVE

Available Countries

List countries with available mobile devices and capacity.

No Auth
📋
LIVE

Master Info

Complete service info: pricing, countries, MCP config, all in one call.

No Auth
🔐
LIVE

Session Manager

Manage your x402 session: check status, list ports, get credentials.

Session Token
FREE
Docs

Payment Networks

Pay with USDC on your preferred chain

B

Base (Ethereum L2)

Coinbase's Layer 2

USDC Contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
Settlement ~2 seconds
Gas Cost ~$0.01
S

Solana

Mainnet Beta

USDC Contract EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v
Settlement ~400ms
Gas Cost ~$0.0001

Quick Start

Get a mobile proxy in 3 steps

# 1. Get pricing info
curl https://api.proxies.sx/v1/x402/pricing

# 2. Send USDC payment on Base or Solana to our recipient

# 3. Request proxy with payment signature
curl -X POST https://api.proxies.sx/v1/x402/proxy \
  -H "Payment-Signature: YOUR_TX_SIGNATURE" \
  -H "Content-Type: application/json" \
  -d '{
    "country": "US",
    "duration": 3600,
    "traffic": 1,
    "tier": "shared"
  }'

# Response includes:
# - HTTP/SOCKS5 proxy credentials
# - Rotation URL for IP changes
# - Session token for management

MCP Integration

Use with Claude, ChatGPT, or any MCP-compatible client

{
  "mcpServers": {
    "proxies-sx": {
      "command": "npx",
      "args": ["-y", "@proxies-sx/mcp-server"],
      "env": {
        "PROXIES_API_URL": "https://api.proxies.sx/v1",
        "AGENT_WALLET_KEY": "0x..."
      }
    }
  }
}