An MCP server that gives AI agents access to 12,338 curated US addiction treatment facilities, sourced from SAMHSA, across all 50 states. Built for
An MCP server that gives AI agents access to 12,338 curated US addiction treatment facilities, sourced from SAMHSA, across all 50 states. Built for treatment operators, healthcare AI developers, and anyone building tools that help people. The gth mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 4 defined tools rather than through you.
Everything the assistant can do here goes through one of these:
search_facilities — Search for addiction treatment facilities. Filter by US state (required), city, treatment type, and insurance accepted. Returns facility namesget_facility_detail — Get the full profile of one treatment facility by name: location, phone, programs offered, insurance accepted, and a browse URL. Partial namelist_states — List every US state with treatment facility data, with per-state facility countsget_treatment_types — Get definitions of all treatment program types (Inpatient Rehab, Detox, PHP, IOP, Outpatient, MAT, Counseling, Sober Living) with durationBeing a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Gth's toolset — search_facilities, get_facility_detail, list_states and 1 more — is a fair guide to whether it matches your workflow. It is maintained by crindo2; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| search_facilities | Search for addiction treatment facilities. Filter by US state (required), city, treatment type, and insurance accepted. Returns facility names, locations, programs, insurance, phone numbers, and a browse URL. |
| get_facility_detail | Get the full profile of one treatment facility by name: location, phone, programs offered, insurance accepted, and a browse URL. Partial name matching supported. |
| list_states | List every US state with treatment facility data, with per-state facility counts. |
| get_treatment_types | Get definitions of all treatment program types (Inpatient Rehab, Detox, PHP, IOP, Outpatient, MAT, Counseling, Sober Living) with duration, intensity, and typical fit. |
{
"mcpServers": {
"gth": {
"command": "npx",
"args": ["-y", "mcp-remote"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.