# coverage

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add alexandria-shai-eden/coverage

# Browse available tools
npx -y @smithery/cli@latest tool list alexandria-shai-eden/coverage

# Get full schema for a tool
npx -y @smithery/cli@latest tool get alexandria-shai-eden/coverage search_cfr

# Call a tool
npx -y @smithery/cli@latest tool call alexandria-shai-eden/coverage search_cfr '{}'
```

## Direct MCP Connection

Endpoint: `https://coverage--alexandria-shai-eden.run.tools`

## Tools (6)

- `search_cfr` — Search the Code of Federal Regulations (eCFR) for insurance-related regulations.
- `get_cfr_section` — Get the full text of a specific CFR section.
- `search_federal_register` — Search the Federal Register for rules, proposed rules, and notices.
- `get_federal_register_document` — Get full details for a specific Federal Register document.
- `lookup_ncd` — Look up a National Coverage Determination (NCD) by ID from the CMS Coverage Database.
- `coverage_policy_search` — Comprehensive search for coverage policies across CFR regulations and Federal Register rulemaking.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get alexandria-shai-eden/coverage <tool-name>
```
