Catalog
AproxPay Proxy
Officialby aproxpay
Residential proxy for AI agents via x402 — fetch, sessions, exit country
Residential proxy for AI agents via x402 — fetch, sessions, exit country
README not available yet.
Install
Configuration
Environment variables
APROXPROXY_PRIVATE_KEYrequiredsecretBuyer wallet private key (0x…) used to sign x402 EIP-3009 USDC payments. Keep this on your machine — never share it.
APROXPROXY_BASE_URLdefault https://proxy.aproxpay.comAproxPay proxy API base URL
claude_desktop_config.json
{
"mcpServers": {
"aproxproxy": {
"command": "npx",
"args": [
"-y",
"aproxproxy-mcp@0.1.2"
],
"env": {
"APROXPROXY_PRIVATE_KEY": "<YOUR_APROXPROXY_PRIVATE_KEY>",
"APROXPROXY_BASE_URL": "https://proxy.aproxpay.com"
}
}
}
}