Content Tools
texashealthhelp.com
Provides search and retrieval of Texas healthcare guides, local county resources, and blog articles for Texas Health Help.
ENDPOINT 1
https://texashealthhelp.com/mcp
MCP server metadata
- Name
- texas-health-help
- Version
- 0.1.0
Public tools for Texas Health Help, a free healthcare navigation nonprofit for rural Texas families. Use `search_guides` for statewide benefit guides (Medicaid, CHIP, SNAP, WIC, free clinics, transportation, senior and respite care). Use `list_counties` and `find_county_resources` for local clinics, hospitals, mental health, transportation and community organizations in covered Texas counties. Use `search_blog_posts` and `get_blog_post` for published articles. Use `get_contact_info` when someone needs to reach a navigator. All content is public information published on texashealthhelp.com; always share the returned URL so people can verify details, and remind users that eligibility rules change and a navigator can confirm their situation.
Known tools 6
search_guidesSearch Texas Health Help's public benefit and healthcare guides (Medicaid, CHIP, SNAP, WIC, free clinics, transportation, senior and respite care) by topic or question.
Inferred read-onlyfind_county_resourcesLook up local healthcare resources for a covered Texas county by county name, city, or ZIP code.
Inferred read-onlylist_countiesList every Texas county with a dedicated Texas Health Help resource hub, including county seat, cities served, ZIP codes and page URL.
Inferred read-onlyget_blog_postRead the full text of a published Texas Health Help blog article by its slug (from search_blog_posts or a /blog/<slug> URL).
Inferred read-onlyget_contact_infoGet Texas Health Help's public contact details and the ways a Texan can request free one-on-one navigation help.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for texashealthhelp.com was fetched 2026-08-11T11:09:08.901Z.
texashealthhelp.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.