{
  "schema_version": "1.0",
  "provider": "Hatchloop",
  "url": "https://hatchloop.dev",
  "description": "Hatchloop — honest tooling and infrastructure for the MCP/agent ecosystem. Verified-live offerings: AgentBroker (agent-callable commerce MCP, 14 tools), MCP quality checker, MCP config auditor, mcp-config-lint, and MCP ecosystem drift-monitoring data.",
  "last_updated": "2026-06-02",
  "agents": [
    {
      "name": "AgentBroker",
      "type": "mcp_server",
      "transport": "streamable-http",
      "endpoint": "https://agent-broker-edge.basil-agent.workers.dev/mcp",
      "description": "Agent-callable commerce MCP (14 tools): find_business, verify_business, schedule_appointment, send_message, capture_lead, send_transactional_confirmation, handle_inbound, escalate_to_human, get_status, get_outcome, preview_cost, self_test, import_booking_url, call_business. Zero auth for read ops; state-changing ops require X-Agent-Identity token.",
      "auth": "optional",
      "tools": ["find_business","verify_business","schedule_appointment","send_message","capture_lead","send_transactional_confirmation","handle_inbound","escalate_to_human","get_status","get_outcome","preview_cost","self_test","import_booking_url","call_business"],
      "quality_score": 98,
      "protocol": "MCP 2024-11-05"
    }
  ],
  "tools": [
    {
      "name": "MCP Quality Checker",
      "type": "web_ui",
      "endpoint": "https://hatchloop.dev/tools/mcp-check/",
      "description": "Interactive tool to probe and score any MCP server for quality, schema validity, and tool coverage.",
      "auth": "none"
    },
    {
      "name": "MCP Config Auditor",
      "type": "web_ui",
      "endpoint": "https://hatchloop.dev/tools/mcp-audit/",
      "description": "Audit and lint MCP client config files (claude_desktop_config.json, .cursor/mcp.json, etc.) for errors, duplicates, and dead servers.",
      "auth": "none"
    },
    {
      "name": "mcp-config-lint",
      "type": "cli_tool",
      "install": "pip install mcp-config-lint",
      "github_action": "uses: basilalshukaili/mcp-config-lint@v1",
      "description": "PyPI package + GitHub Action for linting MCP config files in CI/CD pipelines.",
      "auth": "none"
    }
  ],
  "data": [
    {
      "name": "MCP Ecosystem Drift Data",
      "type": "static_json",
      "endpoint": "https://hatchloop.dev/data.json",
      "description": "Current drift and health status for monitored MCP servers.",
      "auth": "none"
    },
    {
      "name": "MCP Server Reliability Leaderboard",
      "type": "static_json",
      "endpoint": "https://hatchloop.dev/leaderboard.json",
      "description": "Ranked MCP servers by reliability score, uptime, and schema stability.",
      "auth": "none"
    }
  ],
  "discovery": {
    "llms_txt": "https://hatchloop.dev/llms.txt",
    "agent_card": "https://hatchloop.dev/.well-known/agent-card.json",
    "openapi": "https://hatchloop.dev/openapi.json"
  }
}
