← texashealthhelp.com

INDIVIDUAL MCP TOOL

find_county_resources

Look up local healthcare resources for a covered Texas county by county name, city, or ZIP code.

texashealthhelp.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://texashealthhelp.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for find_county_resources 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

texashealthhelp.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.texas-health-help]
url = "https://texashealthhelp.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "texas-health-help": {
      "type": "http",
      "url": "https://texashealthhelp.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: texas-health-help
Remote MCP URL: https://texashealthhelp.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": {
    "texas-health-help": {
      "url": "https://texashealthhelp.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "texas-health-help": {
      "type": "http",
      "url": "https://texashealthhelp.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "texas-health-help",
  "transport": "streamable-http",
  "url": "https://texashealthhelp.com/mcp"
}
MCP Inspector

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

Related tools

  • search_guides — Search Texas Health Help's public benefit and healthcare guides (Medicaid, CHIP, SNAP, WIC, free clinics, transportation, senior and respite care) by topic or question.
  • list_counties — List every Texas county with a dedicated Texas Health Help resource hub, including county seat, cities served, ZIP codes and page URL.
  • search_blog_posts — Search published Texas Health Help blog articles by keyword.
  • get_blog_post — Read the full text of a published Texas Health Help blog article by its slug (from search_blog_posts or a /blog/<slug> URL).
  • get_contact_info — Get Texas Health Help's public contact details and the ways a Texan can request free one-on-one navigation help.