GTH Intelligence - Substance Abuse Treatment Finder

GTH Intelligence - Substance Abuse Treatment Finder

Search 12,338 curated, SAMHSA-sourced addiction treatment facilities across all 50 US states.

Category
Visit Server

README

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 Living
  • insurance -- 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 -- 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.
  • 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 /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.
  • Support -- questions or higher-volume access requests: cbeggroup@gmail.com

Links

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured