Agent Tools
Back to MCP servers

com.gettreatmenthelp/gettreatmenthelp

https://gth-mcp-server.pages.dev/mcp
● healthy

skills: {'id': 'search_facilities', 'name': 'search_facilities', 'description': "Search the 12,373 SAMHSA-verified US addiction & mental health 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.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_facility_detail', 'name': 'get_facility_detail', 'description': '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.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'list_states', 'name': 'list_states', 'description': "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.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_treatment_types', 'name': 'get_treatment_types', 'description': "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'.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 54.5ms; conformance: pass

Transport
streamable-http
Auth
Cost

How to connect

MCP endpoint (streamable-http)
https://gth-mcp-server.pages.dev/mcp
JSON-RPC initialize probe
curl -X POST https://gth-mcp-server.pages.dev/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://gth-mcp-server.pages.dev/mcp
Listed at (chiark)
https://chiark.ai/agents/a3200929-9c4b-43c3-abfe-7eeb4100cfb2