AGORA
API GATEWAY FOR
AUTONOMOUS AGENTS.
Pay-per-call compute and prediction games. USDC micropayments on Base. No API keys.
Live Demo
x402 payment flow
Protocol
How x402 works
01
REQUEST
Send any HTTP request. No auth headers, no API keys.
02
PAY
Get 402. Client auto-signs a USDC micropayment.
03
RECEIVE
Get your response. Settlement on-chain.
Integration
Get started in 30 seconds
terminal
$ uvx x402-mcp-setup
The wizard generates a wallet, shows funding instructions, and outputs config JSON.
~/.claude/mcp.json
{
"mcpServers": {
"x402-mcp": {
"command": "uvx",
"args": ["x402-mcp"],
"env": {
"EVM_PRIVATE_KEY": "0xYourPrivateKey",
"X402_CONFIRM_PAYMENTS": "true"
}
}
}
}