{
  "openapi": "3.0.3",
  "info": {
    "title": "Hatchloop",
    "description": "Hatchloop — honest tooling and infrastructure for the MCP/agent ecosystem. Advertised endpoints are verified-live. See https://hatchloop.dev/llms.txt for the full capabilities index.",
    "version": "2.0.0",
    "contact": {"name": "Hatchloop", "url": "https://hatchloop.dev", "email": "hello@hatchloop.dev"}
  },
  "servers": [
    {"url": "https://hatchloop.dev", "description": "Primary static site"},
    {"url": "https://agent-broker-edge.basil-agent.workers.dev", "description": "AgentBroker MCP (Cloudflare Workers)"}
  ],
  "paths": {
    "/data.json": {
      "get": {
        "summary": "MCP Drift Monitoring Data",
        "description": "Static JSON: current drift and health status for monitored MCP servers.",
        "responses": {"200": {"description": "Drift snapshot JSON"}}
      }
    },
    "/leaderboard.json": {
      "get": {
        "summary": "MCP Reliability Leaderboard",
        "description": "Static JSON: ranked MCP servers by reliability score, uptime, and schema stability.",
        "responses": {"200": {"description": "Leaderboard JSON"}}
      }
    },
    "/agents.json": {
      "get": {
        "summary": "Agent Discovery Manifest",
        "description": "Machine-readable manifest of all Hatchloop agents and tools.",
        "responses": {"200": {"description": "Agents manifest JSON"}}
      }
    },
    "/tools/mcp-check/api/health": {
      "get": {
        "summary": "MCP Quality Checker Health",
        "description": "Health check for the MCP server probe API.",
        "responses": {"200": {"description": "{\"ok\": true, \"service\": \"mcp-check-probe\"}"}}
      }
    }
  }
}
