
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
aproxproxy-mcp
Advanced tools
MCP server for AproxPay residential proxy — pay-per-request and session passes via x402 (optional exit country)
MCP server for AproxPay — residential proxy built for autonomous AI agents, paid with x402 (USDC on Base).
| Tool | Pays | Description |
|---|---|---|
list_countries | free | ISO exit countries accepted by create_session region |
proxy_get | ~$0.003 | Fetch a URL through residential IP (2MB cap, sticky by default) |
create_session | ~$0.50 | Buy a 30/60‑min session pass + ephemeral CONNECT credentials (~250MB); optional region |
extend_session | ~$0.50 | Top up TTL/byte cap without changing exit IP or country |
close_session | free | Revoke credentials early (no automatic refund in MVP) |
list_countries (free) → curated ISO 3166-1 alpha-2 codes (OFAC codes excluded).create_session with region: "us" (or another code) — no surcharge; the CONNECT gateway pins DataImpulse cr.{code} for the whole session.extend_session keeps the same country and sticky exit IP.proxy_get still accepts region for forward-compat, but product A does not enforce it yet — use a session pass when you need a country-pinned IP.
Every request to the proxy API includes X-Client-Source: mcp for channel attribution.
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"aproxproxy": {
"command": "npx",
"args": ["-y", "aproxproxy-mcp"],
"env": {
"APROXPROXY_PRIVATE_KEY": "0xYOUR_BUYER_PRIVATE_KEY",
"APROXPROXY_BASE_URL": "https://proxy.aproxpay.com"
}
}
}
}
Then ask Claude to call list_countries, or create_session with region: "us", or proxy_get with url: "https://example.com".
| Variable | Required | Default | Notes |
|---|---|---|---|
APROXPROXY_PRIVATE_KEY | yes | — | 0x + 64 hex chars. Signs x402 payments. Never commit. |
APROXPROXY_BASE_URL | no | https://proxy.aproxpay.com | Point at local proxy for testnet: http://localhost:8080 |
APROXPROXY_HTTP_PORT | no | 3100 | Only used with --http |
APROXPROXY_HTTP_HOST | no | 127.0.0.1 | Only used with --http |
APROXPROXY_BASE_URL=http://localhost:8080 and the testnet private key.list_countries, then create_session with a region, or proxy_get.npx -y aproxproxy-mcpnpx -y aproxproxy-mcp --http listens on http://127.0.0.1:3100/mcpRemote HTTP is self-hosted only. The payment private key must stay on the operator's machine. AproxPay does not host a shared remote MCP endpoint (that would be custodial).
close_session does not refund: x402 exact-scheme settlements are irreversible; manual refunds go through admin.MIT
FAQs
MCP server for AproxPay residential proxy — pay-per-request and session passes via x402 (optional exit country)
The npm package aproxproxy-mcp receives a total of 7 weekly downloads. As such, aproxproxy-mcp popularity was classified as not popular.
We found that aproxproxy-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.