{
  "schema": "agent-directory/v1",
  "site": "https://hatchloop.dev",
  "name": "Hatchloop",
  "tagline": "Honest tooling and infrastructure for the MCP/agent ecosystem",
  "description": "Hatchloop builds and maintains production-grade tools for the MCP/agent ecosystem: AgentBroker (commerce MCP), MCP quality checker, MCP config auditor, mcp-config-lint, and drift-monitoring data for MCP servers.",
  "last_updated": "2026-06-02",
  "contact": "hello@hatchloop.dev",
  "pricing": "free",
  "auth_required": false,
  "mcp_servers": [
    {
      "name": "AgentBroker",
      "url": "https://agent-broker-edge.basil-agent.workers.dev/mcp",
      "transport": "streamable-http",
      "auth": "optional",
      "tool_count": 14,
      "quality_score": 98,
      "description": "Commerce and SMB transaction MCP: find businesses, schedule appointments, send messages, manage leads."
    }
  ],
  "tools": [
    {
      "id": "mcp-quality-checker",
      "name": "MCP Quality Checker",
      "endpoint": "https://hatchloop.dev/tools/mcp-check/",
      "type": "web_ui",
      "auth": "none",
      "description": "Probe and score any MCP server — reachability, schema validity, tool coverage, protocol compliance."
    },
    {
      "id": "mcp-config-auditor",
      "name": "MCP Config Auditor",
      "endpoint": "https://hatchloop.dev/tools/mcp-audit/",
      "type": "web_ui",
      "auth": "none",
      "description": "Audit MCP client configs for errors, dead servers, and duplicates."
    },
    {
      "id": "mcp-config-lint",
      "name": "mcp-config-lint",
      "install": "pip install mcp-config-lint",
      "github_action": "uses: basilalshukaili/mcp-config-lint@v1",
      "type": "cli_package",
      "auth": "none",
      "description": "PyPI package and GitHub Action to lint MCP configs in CI/CD."
    }
  ],
  "data_endpoints": [
    {
      "id": "drift-data",
      "name": "MCP Drift Data",
      "endpoint": "https://hatchloop.dev/data.json",
      "method": "GET",
      "auth": "none",
      "description": "Current drift and health status for monitored MCP servers."
    },
    {
      "id": "leaderboard",
      "name": "MCP Reliability Leaderboard",
      "endpoint": "https://hatchloop.dev/leaderboard.json",
      "method": "GET",
      "auth": "none",
      "description": "Ranked MCP servers by reliability, uptime, and schema stability."
    }
  ],
  "discovery_urls": {
    "llms_txt": "https://hatchloop.dev/llms.txt",
    "openapi": "https://hatchloop.dev/openapi.json",
    "agent_card": "https://hatchloop.dev/.well-known/agent-card.json",
    "agents": "https://hatchloop.dev/agents.json"
  }
}
