# 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

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add checklist-day/registry

# Browse available tools
npx -y @smithery/cli@latest tool list checklist-day/registry

# Get full schema for a tool
npx -y @smithery/cli@latest tool get checklist-day/registry get_entry

# Call a tool
npx -y @smithery/cli@latest 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 slug
- `search_registry` — Search the registry by keyword, version, or tag. Use when you don't know
- `search_checklists` — Search operational checklists by keyword, category, or region. Use when an agent

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get checklist-day/registry <tool-name>
```
