# elder-days

Find US government and nonprofit benefit programs that seniors qualify for. Returns matched programs with estimated dollar values, application links, and eligibility explanations. Covers Medicare, Me…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add elder-days-benefits/elder-days

# Browse available tools
npx -y @smithery/cli@latest tool list elder-days-benefits/elder-days

# Get full schema for a tool
npx -y @smithery/cli@latest tool get elder-days-benefits/elder-days find_senior_benefits

# Call a tool
npx -y @smithery/cli@latest tool call elder-days-benefits/elder-days find_senior_benefits '{}'
```

## Direct MCP Connection

Endpoint: `https://elder-days--elder-days-benefits.run.tools`

**Optional config:**
- `apiKey` (query) — Your Elder Days API key. Get a free key at https://elderdays.com/developers

## Tools (1)

- `find_senior_benefits` — Find US government and nonprofit benefit programs that a senior (age 55+) or their caregiver may qualify for. Returns m…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get elder-days-benefits/elder-days <tool-name>
```
