Registry Detail · v0.3
Agent Tool API
Structured registry metadata for this demo x402 API — static preview only. No real payment execution.
Demo · static metadata preview
Example agent tool endpoint for MCP-ready workflow research.
Example curl request
curl -i "https://server.api20.xyz/agent"
Example HTTP 402 response
{
"x402Version": 1,
"error": "Payment Required",
"message": "This is a demo x402 endpoint on server.api20.xyz",
"accepts": [
{
"scheme": "exact",
"network": "base",
"maxAmountRequired": "5000",
"resource": "https://server.api20.xyz/agent",
"description": "Agent Tool API — demo endpoint (0.005 USDC per request)",
"payTo": "0x0000000000000000000000000000000000000000",
"asset": "USDC",
"mimeType": "application/json"
}
]
}
Registry metadata JSON
{
"id": "agent-tool-api",
"name": "Agent Tool API",
"category": "AI Agent",
"endpoint": "https://server.api20.xyz/agent",
"network": "base",
"asset": "USDC",
"price": "0.005",
"paymentProtocol": "x402",
"mcpReady": "demo",
"builderCode": "research",
"attributionStandard": "ERC-8021 research",
"status": "demo",
"description": "Example agent tool endpoint for MCP-ready workflow research."
}
Disclaimer: Demo/static registry preview only. No real payment execution. MCP support and Builder Codes support are research/planned only. API20 is not affiliated with Coinbase, Base, or any official x402 organization.