{
  "service": "x402card",
  "mode": "api_first",
  "instruction": "Agents should use MCP/API for service work. Do not browse the human root website.",
  "mcp": {
    "endpoint": "https://api.x402card.org/mcp",
    "protocolVersion": "2025-06-18",
    "transport": "streamable_http_json_rpc"
  },
  "api": {
    "baseUrl": "https://api.x402card.org",
    "agentContract": "https://api.x402card.org/api/agent",
    "openApi": "https://api.x402card.org/api/openapi.json",
    "readiness": "https://api.x402card.org/ready"
  },
  "cli": {
    "install": "curl -sSL https://x402card.org/install | sh",
    "mcp": "x402card mcp",
    "contract": "x402card api",
    "openapi": "x402card openapi",
    "status": "x402card status"
  },
  "humanUi": "https://x402card.org"
}
