Skip to content
Back to Hatchloop

Card snapshot

hatchloop.dev · 2026-06-02 21:33:53 UTC · 05d50badd5f87a8cb590e508207519f107032a6b220eccd1759629f3a50a3db6

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "Hatchloop",
  "description": "Hatchloop \u2014 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"
}