{
  "schema_version": "2025-06-18",
  "name": "Paddock",
  "description": "Neutral data layer for AI agent commerce. Live on-chain data on what AI agents buy across the x402 and MPP payment protocols. Free read-only tools; paid tools via API key or x402 micropayment.",
  "documentation": "https://paddock.finance/docs",
  "llms_txt": "https://paddock.finance/llms.txt",
  "contact": "hello@paddock.finance",
  "servers": [
    {
      "name": "paddock",
      "transport": "streamable-http",
      "url": "https://paddock.finance/api/mcp/mcp",
      "authentication": {
        "type": "none",
        "note": "Free tools (get_market_summary, get_category_detail) require no auth. Paid tools require a Paddock API key in the X-Paddock-Key header, or an x402 micropayment in USDC on Base (eip155:8453)."
      },
      "tools": [
        { "name": "get_market_summary", "tier": "free" },
        { "name": "get_category_detail", "tier": "free" },
        { "name": "get_niche_gaps", "tier": "paid", "price_usdc": 0.01 },
        { "name": "get_best_value_provider", "tier": "paid", "price_usdc": 0.02 },
        { "name": "get_liveness", "tier": "paid", "price_usdc": 0.001 },
        { "name": "get_changes", "tier": "paid", "price_usdc": 0.10 },
        { "name": "get_report_data", "tier": "paid", "price_usdc": 0.99 }
      ]
    }
  ]
}
