# cancersupport

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list sigai/cancersupport

# Get full schema for a tool
npx -y @smithery/cli@latest tool get sigai/cancersupport search_resources

# Call a tool
npx -y @smithery/cli@latest tool call sigai/cancersupport search_resources '{}'
```

## Direct MCP Connection

Endpoint: `https://cancersupport--sigai.run.tools`

## Tools (4)

- `search_resources` — Search cancer support resources in Washington State. Filter by category (housing, food, mental-health, financial, legal…
- `get_resource` — Get full details for a single cancer support resource by ID, including locations, hours, and match criteria.
- `list_categories` — List all 11 support categories with names, descriptions, and resource counts. Use this to understand what types of reso…
- `list_counties` — List all 39 Washington State counties. Use this to find the correct county name for filtering search results.

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