ox402 is a self-serve utility grid for AI agents and humans — the things you can't do in your own sandbox: AI text rewriting & summarization, translation, resume parsing, PDF→Word, plagiarism checks, web research, security recon, neural text-to-speech, full-page screenshots, and SSL/breach audits. Every call settles in USDC on Base — no API key, no account, no subscription.
Loading live catalog…
x402 curl https://HOST/x402/paid/crypto-price -H 'Content-Type: application/json' -d '{"ids":"bitcoin,ethereum"}'
Two ways in. Agents just get the MCP server. Humans install one CLI. Both pay per call — free-tier tools run free 10 calls/IP via /x402/trial/, no signup, no card.
{
"mcpServers": {
"ox402-utils": {
"url": "https://HOSThttps://deviant-oils-guardian-coating.trycloudflare.com/mcp402/"
}
}
}
Streamable HTTP MCP. Works with any x402-capable wallet the agent holds.
npm i -g x402 — the official x402 fetch client.export X402_PRIVATE_KEY=0x… — any Base USDC wallet.x402 curl https://HOST/x402/paid/crypto-price \
-H 'Content-Type: application/json' -d '{"ids":"bitcoin,ethereum"}'
Need USDC on Base? Coinbase Onramp Circle USDC faucet Buy USDC
Standard x402. If you've called a paid endpoint before, you already know the dance.
# POST with x402 payment (X-PAYMENT header from the 402 handshake):
curl -s https://HOST/x402/paid/crypto-price \
-H 'Content-Type: application/json' \
-d '{"ids":"bitcoin,ethereum"}'
# GET https://deviant-oils-guardian-coating.trycloudflare.com/x402/catalog → every tool with price, schema, sample body.
# MCP (streamable HTTP) at https://deviant-oils-guardian-coating.trycloudflare.com/mcp402/ for agent frameworks (Claude, LangChain, …).Live from GET https://deviant-oils-guardian-coating.trycloudflare.com/x402/catalog — rendered here, so prices are never stale. Every call settles in USDC on Base; your first 10 calls per IP are free on the free-tier tools. Search or tap a category to narrow it down.
Pick a tool, hit Run. With no wallet attached it returns a friendly 402 with the exact command to copy and pay. Attach a wallet (via the x402 CLI or MCP) and the same call just works. Agents: add the MCP server above and skip this entirely.
No. There is no signup. You pay per call directly from a Base USDC wallet via the x402 protocol. No API key is ever issued.
Yes — every visitor gets 5 free calls per IP on the free-tier tools (search, scraping, PDF, security scans, speech, and more) via the /x402/trial/<tool> endpoint. No wallet, no signup. After those, calls settle in USDC on Base via x402 — typically $0.004–$0.06 each. The first paid call is about $0.004, so trying a tool costs less than a cent.
Yes — install the one-line x402 CLI, set a Base USDC wallet key, and run any tool. The "For humans" card above has the exact commands. Use the Buy USDC links if you need funds.
Copy the MCP block in the "Start" card into your agent's MCP config. The agent gets all 94 tools and pays automatically per call. No code changes.
USDC on Base mainnet (eip155:8453). Any x402-compatible payer works — the Coinbase x402 facilitator, a self-custody EVM wallet, or your agent's own wallet.
Browser captures run in a throwaway Chromium profile with no saved logins and private-IP access blocked. Uploads are parsed in memory and never executed or retained. Nothing you send is stored after the call.
Every service has constraints. Here are ours, so your agent doesn't discover them the expensive way.