{
  "markdown": "# GTH Intelligence - Substance Abuse Treatment Finder\n\nAn 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 find care.\n\n## What It Does\n\nThe GTH Intelligence MCP server provides structured access to GetTreatmentHelp's directory of addiction treatment facilities -- enriched with descriptions, phone numbers, websites, programs offered, and insurance accepted.\n\n## Tools\n\n### `search_facilities`\nSearch 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.\n\n**Parameters:**\n- `state` (required) -- US state name or two-letter abbreviation (e.g. \"California\" or \"CA\")\n- `city` -- City name (partial match supported)\n- `treatment_type` -- One of: Inpatient Rehab, Outpatient, Detox, IOP (Intensive Outpatient), PHP (Partial Hospitalization), MAT (Medication-Assisted Treatment), Counseling, Sober Living\n- `insurance` -- Insurance provider accepted (e.g. \"Medicaid\", \"Aetna\", \"Medicare\")\n- `limit` -- Max results to return (1-20, default 5)\n\n### `get_facility_detail`\nGet the full profile of one treatment facility by name: location, phone, programs offered, insurance accepted, and a browse URL. Partial name matching supported.\n\n**Parameters:**\n- `name` (required) -- Full or partial facility name\n\n### `list_states`\nList every US state with treatment facility data, with per-state facility counts.\n\n### `get_treatment_types`\nGet definitions of all treatment program types (Inpatient Rehab, Detox, PHP, IOP, Outpatient, MAT, Counseling, Sober Living) with duration, intensity, and typical fit.\n\n## Usage\n\n### MCP Endpoint\n```\nhttps://gth-mcp-server.pages.dev/mcp\n```\n\n### Connect via Claude Desktop\nAdd to your `claude_desktop_config.json`:\n```json\n{\n  \"mcpServers\": {\n    \"gth-intelligence\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"mcp-remote\", \"https://gth-mcp-server.pages.dev/mcp\"]\n    }\n  }\n}\n```\nNo API key required.\n\n## Data Coverage\n\n- **12,338** curated addiction treatment facilities, sourced from SAMHSA\n- **All 50 states** + DC\n- Programs, insurance accepted, phone numbers, and browse links per facility\n- Monthly data refreshes from SAMHSA\n\n## Use Cases\n\n- Help people find nearby treatment options\n- Build facility-finder features into healthcare apps\n- Power competitive intelligence tools for treatment operators\n- Research treatment availability by geography or program type\n\n## API Access\n\nFree: 100 calls per IP per day, no API key required.\n\nFor higher-volume access, get in touch via [gettreatmenthelp.com/api-access/](https://www.gettreatmenthelp.com/api-access/)\n\n## Troubleshooting\n\n- **No results returned** -- `state` is required for `search_facilities`, so make sure it is set; then broaden by removing the `city`/`treatment_type`/`insurance` filters or trying a different state. Call `list_states` to see where coverage exists.\n- **HTTP 429 (rate limited)** -- the free tier allows 100 calls per IP per day, resetting at 00:00 UTC. For higher volume, see API Access above.\n- **Can't connect** -- point your client at the remote endpoint, no API key required:\n  ```\n  npx -y mcp-remote https://gth-mcp-server.pages.dev/mcp\n  ```\n- **403 from a browser** -- the `/mcp` endpoint validates the `Origin` header to prevent DNS rebinding. Standard MCP clients (Claude Desktop, `mcp-remote`, server-to-server) send no `Origin` header and connect fine; only disallowed browser origins are blocked.\n- **Support** -- questions or higher-volume access requests: cbeggroup@gmail.com\n\n## Links\n\n- **Homepage:** [gettreatmenthelp.com](https://www.gettreatmenthelp.com)\n- **For Operators:** [gettreatmenthelp.com/for-operators/](https://www.gettreatmenthelp.com/for-operators/)\n- **MCP Registry:** [registry.modelcontextprotocol.io](https://registry.modelcontextprotocol.io)\n- **Privacy:** [gth-mcp-server.pages.dev/privacy](https://gth-mcp-server.pages.dev/privacy)\n\n## License\n\nMIT\n",
  "bytes": 4137,
  "sha": "e46a0baa1c7c387d8f757c6a2ff5df5ddbb0f537c6d567ebe4ab12506f8b6987",
  "repo_slug": "crindo2/gth-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_gettreatmenthelp_gettreatmenthelp_78946879/readme"
}