checklist
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 …
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add checklist-day/registry
# Browse available tools
npx -y smithery tool list checklist-day/registry
# Get full schema for a tool
npx -y smithery tool get checklist-day/registry get_entry
# Call a tool
npx -y smithery tool call checklist-day/registry get_entry '{}'Direct MCP Connection
Endpoint: https://registry--checklist-day.run.tools
Tools (3)
get_entry— Get the complete registry entry for a Python library by its exact slugsearch_registry— Search the registry by keyword, version, or tag. Use when you don't knowsearch_checklists— Search operational checklists by keyword, category, or region. Use when an agent
# Get full input/output schema for a tool
npx -y smithery tool get checklist-day/registry