General Tools
hougominsurance.com
Provides Medicare planning tools including plan comparison, IRMAA calculation, eligibility determination, and penalty estimation.
ENDPOINT 1
https://hougominsurance.com/mcp
MCP server metadata
- Name
- hougom-insurance-webmcp
- Version
- 1.0.0
Medicare Advantage plan finder for the La Crosse, WI area. Call medicare_search_plans with a 5-digit ZIP. Outputs are CMS PY2026 estimates — advise verifying with a licensed agent.
Known tools 7
medicare_plan_finderFind and rank Medicare Advantage (Part C) plans with drug coverage by ZIP.
Inferred read-onlymedicare_compare_plansCompare 2–5 Medicare Advantage plans side by side by ContractPlanID (from medicare_plan_finder).
Inferred read-onlyirmaa_calculatorEstimate your Medicare IRMAA — the income-related surcharge on Part B & Part D.
Inferred read-onlymedicare_eligibilityFind your Medicare Initial Enrollment Period (IEP) from your birth month/year.
Inferred read-onlypart_b_penaltyEstimate the lifetime Part B late-enrollment penalty for enrolling late.
Inferred read-onlydrug_cost_estimateEstimate your annual out-of-pocket drug spend under the 2026 $2,100 Part D cap.
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.hougom-insurance-webmcp]
url = "https://hougominsurance.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hougom-insurance-webmcp": {
"type": "http",
"url": "https://hougominsurance.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hougom-insurance-webmcp
Remote MCP URL: https://hougominsurance.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": {
"hougom-insurance-webmcp": {
"url": "https://hougominsurance.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hougom-insurance-webmcp": {
"type": "http",
"url": "https://hougominsurance.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hougom-insurance-webmcp",
"transport": "streamable-http",
"url": "https://hougominsurance.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.