{
  "name": "checklist.day",
  "description": "Machine-first beacon of operational ground truth for AI agents — library registry (correct imports, quickstart, known footguns) and operational checklists. Currently covers Python; expanding to more languages.",
  "mcp_url": "https://mcp.checklist.day/mcp",
  "transport": "http",
  "tools": [
    {
      "name": "get_entry",
      "description": "Get the complete registry entry for a Python library by its exact slug (e.g. 'chromadb', 'pinecone'). Returns install command, correct imports, quickstart code, and known footguns."
    },
    {
      "name": "search_registry",
      "description": "Full-text search across the registry by keyword, tag, or status. Returns slim list of matches — call get_entry() for the full doc."
    }
  ]
}
