# gettreatmenthelp

Search 11,271 SAMHSA-verified US addiction treatment and mental health facilities by location, treatment type, and insurance.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list cbeggroup/gettreatmenthelp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get cbeggroup/gettreatmenthelp search_facilities

# Call a tool
npx -y @smithery/cli@latest tool call cbeggroup/gettreatmenthelp search_facilities '{}'
```

## Direct MCP Connection

Endpoint: `https://gettreatmenthelp--cbeggroup.run.tools`

## Tools (4)

- `search_facilities` — Search for addiction treatment and mental health facilities. Filter by US state, city, treatment type, and insurance. R…
- `get_facility_detail` — Get detailed information about a specific treatment facility by name.
- `list_states` — List all US states with available treatment facility data and counts.
- `get_treatment_types` — Get definitions and explanations of all treatment program types to help users understand their options.

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