# sickslip-verify

Verify the authenticity of a SickSlip doctor's note from your AI assistant.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add adam-nntd/sickslip-verify

# Browse available tools
npx -y @smithery/cli@latest tool list adam-nntd/sickslip-verify

# Get full schema for a tool
npx -y @smithery/cli@latest tool get adam-nntd/sickslip-verify verify_sickslip_note

# Call a tool
npx -y @smithery/cli@latest tool call adam-nntd/sickslip-verify verify_sickslip_note '{}'
```

## Direct MCP Connection

Endpoint: `https://sickslip-verify--adam-nntd.run.tools`

## Tools (1)

- `verify_sickslip_note` — Verify the authenticity of a SickSlip doctor's note by its verification code. Returns the issued date, absence window, …

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get adam-nntd/sickslip-verify <tool-name>
```
