General Tools
bemismedicareinsurance.com
Provides Medicare plan comparison, eligibility, and penalty estimation tools.
ENDPOINT 1
https://bemismedicareinsurance.com/mcp
MCP server metadata
- Name
- medicare-webmcp-demo
- Version
- 1.0.0
Medicare Advantage plan finder for selected demo ZIPs. 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.medicare-webmcp-demo]
url = "https://bemismedicareinsurance.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"medicare-webmcp-demo": {
"type": "http",
"url": "https://bemismedicareinsurance.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: medicare-webmcp-demo
Remote MCP URL: https://bemismedicareinsurance.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": {
"medicare-webmcp-demo": {
"url": "https://bemismedicareinsurance.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"medicare-webmcp-demo": {
"type": "http",
"url": "https://bemismedicareinsurance.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "medicare-webmcp-demo",
"transport": "streamable-http",
"url": "https://bemismedicareinsurance.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 bemismedicareinsurance.com was fetched 2026-08-24T06:43:52.559Z.
bemismedicareinsurance.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.