{
  "name": "Hatchloop",
  "description": "Hatchloop — honest tooling and infrastructure for the MCP/agent ecosystem. Live offerings: AgentBroker (14-tool commerce MCP), MCP quality checker, MCP config auditor, and MCP ecosystem monitoring data.",
  "url": "https://hatchloop.dev",
  "version": "2.0.0",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text"],
  "defaultOutputModes": ["text", "data"],
  "skills": [
    {
      "id": "agent_broker_mcp",
      "name": "AgentBroker MCP",
      "description": "Agent-callable commerce MCP server with 14 tools for finding businesses, scheduling appointments, sending messages, and managing SMB transactions. Connect via POST to https://agent-broker-edge.basil-agent.workers.dev/mcp using MCP 2024-11-05 protocol.",
      "tags": ["mcp", "commerce", "appointments", "businesses", "agents"],
      "examples": ["Find a dentist in London open Saturdays", "Schedule a haircut appointment", "Send a booking confirmation SMS"]
    },
    {
      "id": "mcp_quality_checker",
      "name": "MCP Quality Checker",
      "description": "Probe and score any MCP server for quality, reachability, schema validity, and tool coverage. Interactive UI at https://hatchloop.dev/tools/mcp-check/",
      "tags": ["mcp", "quality", "monitoring", "devtools"]
    },
    {
      "id": "mcp_config_auditor",
      "name": "MCP Config Auditor",
      "description": "Audit MCP client config files for errors, duplicate entries, and dead server references. Available at https://hatchloop.dev/tools/mcp-audit/",
      "tags": ["mcp", "config", "lint", "devtools"]
    },
    {
      "id": "drift_data",
      "name": "MCP Drift Monitoring Data",
      "description": "Current drift and reliability status for monitored MCP servers. JSON data at https://hatchloop.dev/data.json and leaderboard at https://hatchloop.dev/leaderboard.json",
      "tags": ["mcp", "monitoring", "drift", "reliability", "data"]
    }
  ],
  "provider": {
    "organization": "Hatchloop",
    "url": "https://hatchloop.dev"
  },
  "documentationUrl": "https://hatchloop.dev/llms.txt"
}
