← theinsurance.guide

INDIVIDUAL MCP TOOL

estimate_subsidy

Estimate the 2026 ACA premium tax credit (subsidy) and marketplace plan prices for a household, from ZIP code, ages, household size, and income.

theinsurance.guidenone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.theinsurance.guide

No auth detected

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

theinsurance.guide

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.the-insurance-guide-calculators]
url = "https://mcp.theinsurance.guide"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "the-insurance-guide-calculators": {
      "type": "http",
      "url": "https://mcp.theinsurance.guide"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: the-insurance-guide-calculators
Remote MCP URL: https://mcp.theinsurance.guide

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": {
    "the-insurance-guide-calculators": {
      "url": "https://mcp.theinsurance.guide"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "the-insurance-guide-calculators": {
      "type": "http",
      "url": "https://mcp.theinsurance.guide"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "the-insurance-guide-calculators",
  "transport": "streamable-http",
  "url": "https://mcp.theinsurance.guide"
}
MCP Inspector

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

Related tools

  • ping — Health check.
  • check_sep_window — Check whether a 2026 Special Enrollment Period window is open, upcoming, or closed for a qualifying life event (losing job-based coverage, turning 26, moving, having a baby, getting married), with the exact deadline, documents to gather, and where to enroll.
  • compare_cobra — Compare the total cost of keeping COBRA against the best marketplace Silver plan after the estimated 2026 subsidy, over a chosen number of months.