streamable-httpMITupdated 9d ago
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 find care.
What can you do with GTH Intelligence Substance Abuse Treatment Finder?
GTH Intelligence - Substance Abuse Treatment Finder
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 find care.
What It Does
The 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.
Tools
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.
Parameters:
state(required) -- US state name or two-letter abbreviation (e.g. "California" or "CA")city-- City name (partial match supported)treatment_type-- One of: Inpatient Rehab, Outpatient, Detox, IOP (Intensive Outpatient), PHP (Partial Hospitalization), MAT (Medication-Assisted Treatment), Counseling, Sober Livinginsurance-- Insurance provider accepted (e.g. "Medicaid", "Aetna", "Medicare")limit-- Max results to return (1-20, default 5)
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.
Parameters:
name(required) -- Full or partial facility name
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.
Usage
MCP Endpoint
https://gth-mcp-server.pages.dev/mcp
Connect via Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"gth-intelligence": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://gth-mcp-server.pages.dev/mcp"]
}
}
}
No API key required.
Data Coverage
- 12,338 curated addiction treatment facilities, sourced from SAMHSA
- All 50 states + DC
- Programs, insurance accepted, phone numbers, and browse links per facility
- Monthly data refreshes from SAMHSA
Use Cases
- Help people find nearby treatment options
- Build facility-finder features into healthcare apps
- Power competitive intelligence tools for treatment operators
- Research treatment availability by geography or program type
API Access
Free: 100 calls per IP per day, no API key required.
For higher-volume access, get in touch via gettreatmenthelp.com/api-access/
Troubleshooting
- No results returned --
stateis required forsearch_facilities, so make sure it is set; then broaden by removing thecity/treatment_type/insurancefilters or trying a different state. Calllist_statesto see where coverage exists. - 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.
- Can't connect -- point your client at the remote endpoint, no API key required:
npx -y mcp-remote https://gth-mcp-server.pages.dev/mcp - 403 from a browser -- the
/mcpendpoint validates theOriginheader to prevent DNS rebinding. Standard MCP clients (Claude Desktop,mcp-remote, server-to-server) send noOriginheader and connect fine; only disallowed browser origins are blocked. - Support -- questions or higher-volume access requests: cbeggroup@gmail.com
Links
- Homepage: gettreatmenthelp.com
- For Operators: gettreatmenthelp.com/for-operators/
- MCP Registry: registry.modelcontextprotocol.io
- Privacy: gth-mcp-server.pages.dev/privacy
License
MIT
Install
Add GTH Intelligence Substance Abuse Treatment Finder to your client. Pick the one you use.
claude mcp add --transport http gth-intelligence-substance-abuse-treatme https://gth-mcp-server.pages.dev/mcpcodex mcp add gth-intelligence-substance-abuse-treatme --url https://gth-mcp-server.pages.dev/mcp{
"mcpServers": {
"gth-intelligence-substance-abuse-treatme": {
"url": "https://gth-mcp-server.pages.dev/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"gth-intelligence-substance-abuse-treatme": {
"type": "http",
"url": "https://gth-mcp-server.pages.dev/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"gth-intelligence-substance-abuse-treatme": {
"url": "https://gth-mcp-server.pages.dev/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"gth-intelligence-substance-abuse-treatme": {
"serverUrl": "https://gth-mcp-server.pages.dev/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation25/25
- Maintenance25/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 1 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.1.1Latest | Jun 18, 2026 |
| 1.1.0 | May 5, 2026 |
| 1.0.0 | Mar 31, 2026 |