← medicareonmain.com

INDIVIDUAL MCP TOOL

part_b_penalty

Estimate the lifetime Part B late-enrollment penalty for enrolling late.

medicareonmain.comnone authenticationAvailability not checked

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 endpoint

medicareonmain.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.medicare-webmcp-demo]
url = "https://medicareonmain.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "medicare-webmcp-demo": {
      "type": "http",
      "url": "https://medicareonmain.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: medicare-webmcp-demo
Remote MCP URL: https://medicareonmain.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://medicareonmain.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "medicare-webmcp-demo": {
      "type": "http",
      "url": "https://medicareonmain.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "medicare-webmcp-demo",
  "transport": "streamable-http",
  "url": "https://medicareonmain.com/mcp"
}
MCP Inspector

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

Related tools

  • medicare_plan_finder — Find and rank Medicare Advantage (Part C) plans with drug coverage by ZIP.
  • medicare_compare_plans — Compare 2–5 Medicare Advantage plans side by side by ContractPlanID (from medicare_plan_finder).
  • irmaa_calculator — Estimate your Medicare IRMAA — the income-related surcharge on Part B & Part D.
  • medicare_eligibility — Find your Medicare Initial Enrollment Period (IEP) from your birth month/year.
  • part_d_penalty — Estimate the Part D (drug coverage) late-enrollment penalty.
  • drug_cost_estimate — Estimate your annual out-of-pocket drug spend under the 2026 $2,100 Part D cap.