{
  "payment_rails": [
    "x402 Base native USDC",
    "manual Base native USDC receipt verification"
  ],
  "services": [
    {
      "id": "agent-card-validation",
      "title": "Agent Card Validation",
      "price_usdc": 0.01,
      "method": "POST",
      "endpoint": "/api/v1/agent-card-validation",
      "accepts": [
        "source_url",
        "manifest",
        "payment_tx_hash (manual only)"
      ]
    },
    {
      "id": "mcp-manifest-audit",
      "title": "MCP Manifest Audit",
      "price_usdc": 0.03,
      "method": "POST",
      "endpoint": "/api/v1/mcp-manifest-audit",
      "accepts": [
        "source_url",
        "manifest",
        "payment_tx_hash (manual only)"
      ]
    },
    {
      "id": "agent-safety-scan",
      "title": "Combined Agent Audit",
      "price_usdc": 0.05,
      "method": "POST",
      "endpoint": "/api/v1/agent-safety-scan",
      "accepts": [
        "source_url",
        "manifest",
        "payment_tx_hash (manual only)"
      ]
    },
    {
      "id": "hyperliquid-funding-extremes",
      "title": "Hyperliquid Funding Extremes",
      "price_usdc": 0.001,
      "method": "GET",
      "endpoint": "/api/v1/hyperliquid-funding-extremes",
      "accepts": [
        "payment_tx_hash (manual only)"
      ]
    }
  ]
}