{
  "$schema": "https://www.x402.org/schemas/facilitator-v1.json",
  "name": "MCPAGENT x402 Facilitator",
  "version": "1.0.0",
  "protocol": "x402",
  "chain": "base",
  "chainId": 8453,
  "stablecoin": {
    "symbol": "USDC",
    "address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "decimals": 6
  },
  "endpoints": [
    {
      "path": "/mcp/inference",
      "method": "POST",
      "price": "0.001",
      "description": "Single LLM inference call routed through MCPAGENT agent network"
    },
    {
      "path": "/mcp/tools/list",
      "method": "GET",
      "price": "0.0001",
      "description": "List available MCP tools registered in the agent network"
    },
    {
      "path": "/agent/spawn",
      "method": "POST",
      "price": "0.01",
      "description": "Spawn an ERC-8004 agent instance with CDP wallet"
    }
  ],
  "settlement": {
    "type": "instant",
    "mode": "USDC_on_base",
    "protocolFee": "0.01",
    "feeRecipient": "0x9659bbc7a3e69c16da9dd2db133b2353eb894768"
  },
  "documentation": "https://mcpagent.broke2builtai.com/docs/x402"
}
