← choosehelp.com

INDIVIDUAL MCP TOOL

list_insurers

Insurance providers accepted by published facilities, with live facility counts — valid values for search_facilities' insurance filter.

choosehelp.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.choosehelp.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_insurers and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

choosehelp.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.choosehelp]
url = "https://www.choosehelp.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "choosehelp": {
      "type": "http",
      "url": "https://www.choosehelp.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: choosehelp
Remote MCP URL: https://www.choosehelp.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "choosehelp": {
      "url": "https://www.choosehelp.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "choosehelp": {
      "type": "http",
      "url": "https://www.choosehelp.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "choosehelp",
  "transport": "streamable-http",
  "url": "https://www.choosehelp.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_facilities — Search ChooseHelp's directory of published addiction-treatment and mental-health facilities — rehab centers, detox clinics, outpatient programs, sober living homes — curated from state-licensing and SAMHSA-derived data with independent verification.
  • get_facility — Full published details for one facility — by numeric id (from search_facilities) or by (partial) facility name.
  • list_states — All states with the number of currently published facilities in each, plus the state directory URL.
  • get_levels_of_care — The substance-use-disorder intensity-of-care continuum (detox, residential, IOP/PHP, outpatient, MAT, sober living): what each level is, who it suits, how many published facilities offer it, and the directory URL for each.
  • list_browse_categories — The directory's browse taxonomy with live facility counts and URLs: populations served (veterans, adolescents, women, LGBTQ+, dual-diagnosis, …) and treatment approaches (12-step, holistic, faith-based, evidence-based modalities, …).
  • search_experts — Search ChooseHelp's licensed therapists, counselors, and addiction specialists — the experts who answer questions on the site.
  • get_expert — Full public profile for one therapist/expert by username (as returned by search_experts): credentials, license type, specialties, modalities, languages, bio, and answered-question topics.
  • list_facility_types — Facility-type slugs accepted by search_facilities, with display names and directory URLs.