io.github.hillsidecoastal-glitch/healthcovered-mcp
io.github.hillsidecoastal-glitch/healthcovered-mcpACA health insurance eligibility, subsidy checker, and enrollment dates for 2026.
Tools · 3
Check if someone qualifies for ACA Marketplace health insurance subsidies in 2026. Provide household size (number of people) and estimated annual household income in dollars.
Get ACA Open Enrollment dates and Special Enrollment Period triggers for 2026. Use when a user asks when they can sign up or if they missed enrollment.
Get contact information for HealthCovered.org, a free service helping people find and enroll in ACA health insurance plans with maximum subsidies.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.hillsidecoastal-glitch/healthcovered-mcp": {
"url": "https://healthcovered-mcp.onrender.com/mcp",
"transport": "streamable-http"
}
}
}