Connects Claude to a database of 12,373 SAMHSA-verified substance abuse treatment facilities with enriched data including verified phone numbers, websites, and program descriptions. Exposes four tools: search_facilities for filtering by location, treatment type, and insurance; get_facility_detail for full facility info; list_states for coverage overview; and get_treatment_types for program definitions. Free tier gives you 10 API calls per month with no key required. Reach for this when building patient-facing treatment finders, researching geographic availability of specific programs like MAT or detox, or pulling competitive intelligence for treatment operators. Data covers all 50 states and refreshes monthly from SAMHSA.
Public tool metadata for what this MCP can expose to an agent.
search_facilitiesSearch for addiction treatment and mental health facilities. Filter by US state, city, treatment type, and insurance. Returns facility names, locations, programs, insurance, phone numbers, and direct links.5 paramsSearch for addiction treatment and mental health facilities. Filter by US state, city, treatment type, and insurance. Returns facility names, locations, programs, insurance, phone numbers, and direct links.
citystringlimitnumberstatestringinsurancestringtreatment_typestringInpatient Rehab · Outpatient · Detox · IOP (Intensive Outpatient) · PHP (Partial Hospitalization) · MAT (Medication-Assisted Treatment)get_facility_detailGet detailed information about a specific treatment facility by name. Returns programs offered, insurance accepted, phone number, website, and a description.1 paramsGet detailed information about a specific treatment facility by name. Returns programs offered, insurance accepted, phone number, website, and a description.
namestringlist_statesList all US states that have treatment facility data available, along with the count of facilities in each state. Useful for understanding geographic coverage before searching.1 paramsList all US states that have treatment facility data available, along with the count of facilities in each state. Useful for understanding geographic coverage before searching.
_unusedstringget_treatment_typesGet definitions and explanations of all treatment program types (Inpatient, Detox, IOP, PHP, Outpatient, MAT, Counseling, Sober Living) to help users understand their options and choose the right level of care.1 paramsGet definitions and explanations of all treatment program types (Inpatient, Detox, IOP, PHP, Outpatient, MAT, Counseling, Sober Living) to help users understand their options and choose the right level of care.
_unusedstringAn 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.
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.
search_facilitiesSearch 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_detailGet 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 namelist_statesList every US state with treatment facility data, with per-state facility counts.
get_treatment_typesGet definitions of all treatment program types (Inpatient Rehab, Detox, PHP, IOP, Outpatient, MAT, Counseling, Sober Living) with duration, intensity, and typical fit.
https://gth-mcp-server.pages.dev/mcp
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.
Free: 100 calls per IP per day, no API key required.
For higher-volume access, get in touch via gettreatmenthelp.com/api-access/
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.npx -y mcp-remote https://gth-mcp-server.pages.dev/mcp
/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.MIT
com.mcparmory/google-search
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp