GTH Intelligence - Substance Abuse Treatment Finder
Server Details
Search 12,338 curated, SAMHSA-sourced addiction treatment facilities across all 50 US states.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- Crindo2/gth-mcp-server
- GitHub Stars
- 0
- Server Listing
- GTH Intelligence - Substance Abuse Treatment Finder
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.6/5 across 4 of 4 tools scored.
Each tool targets a distinct aspect of the domain: discovering coverage, searching by criteria, retrieving details, and understanding treatment types. No overlapping purposes.
All tool names follow a consistent verb_noun pattern in snake_case (list_states, search_facilities, get_facility_detail, get_treatment_types), making them predictable.
With 4 tools, the server is well-scoped for its purpose—covering discovery, search, detail, and education without unnecessary complexity.
The tool surface covers the full workflow: listing states for context, searching facilities by multiple criteria, retrieving full profiles, and explaining treatment types. No obvious gaps.
Available Tools
4 toolsget_facility_detailGet Facility DetailRead-onlyIdempotentInspect
Get the full profile of one specific treatment facility: address, phone, programs offered, insurance plans accepted, SAMHSA verification status, and a direct browse URL. Supports partial name matching — returns the best match if multiple facilities contain the query string. Use after search_facilities when the user wants to drill into a named facility.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Full or partial facility name (e.g. 'Betty Ford' or 'Hazelden Betty Ford Center') |
get_treatment_typesGet Treatment Type DefinitionsRead-onlyIdempotentInspect
Get definitions of all treatment program types (Inpatient Rehab, Detox, PHP, IOP, Outpatient, MAT, Counseling, Sober Living) with duration, intensity, and typical fit. Returns markdown-formatted explanations. Use when the user is uncertain which treatment_type to pass to search_facilities, or asks 'what's the difference between X and Y'.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
list_statesList States with CoverageRead-onlyIdempotentInspect
List every US state that has treatment facility data in this directory, with per-state facility counts. Returns an array of {state, stateAbbr, count}. Use as a first step when the user's location is unclear, or to discover where coverage exists before calling search_facilities.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
search_facilitiesSearch Treatment FacilitiesRead-onlyIdempotentInspect
Search the 12,338 curated, SAMHSA-sourced US addiction treatment facility directory by state, city, treatment type, and insurance. Returns matched facilities with name, city/state, programs offered, insurance accepted, phone, and browse URL. Use this to find candidates — then call get_facility_detail for one facility's full profile. If the user is uncertain about location coverage, call list_states first.
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City name (partial match supported — 'san fran' matches 'San Francisco') | |
| limit | No | Max results to return (1-20, default 5) | |
| state | Yes | US state name or 2-letter abbreviation (e.g. "California" or "CA"). Required — searches are scoped to one state at a time. | |
| insurance | No | Insurance provider accepted (e.g. "Medicaid", "Aetna", "Blue Cross", "Medicare", "Private Pay"). Partial match supported. | |
| treatment_type | No | Type of treatment program. Call get_treatment_types if the user is unsure which applies. |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Alicense-qualityCmaintenanceEnables searching and comparing GLP-1 medication providers, medications, side effects, and FAQs across a directory of 18,344 US clinics, telehealth programs, and pharmacies.Last updated47MIT
- AlicenseAqualityBmaintenanceFind 76,000+ curated healthcare service vendors across 25 categories and all 50 US states. Search by category, specialty, city, state, and EHR system to identify billing, credentialing, EHR, and practice-consulting vendors that serve medical practices.Last updated3MIT
- Flicense-qualityCmaintenanceProvides unified access to drug formulary data from US ACA marketplace health insurance plans, enabling drug search, coverage details, restriction info, and plan comparison across thousands of plans.Last updated
- AlicenseAqualityDmaintenanceWheelchair accessibility data for 105,000+ locations across 15 US states. Enables search, details, and feedback submission through natural language.Last updated5631MIT
Your Connectors
Sign in to create a connector for this server.