Back to Browse

Healthcovered MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

ACA health insurance eligibility, subsidy checker, and enrollment dates for 2026.

About

ACA health insurance eligibility, subsidy checker, and enrollment dates for 2026.

Remote endpoints: streamable-http: https://healthcovered-mcp.onrender.com/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 3 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Open access · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-hillsidecoastal-glitch-healthcovered-mcp": {
      "url": "https://healthcovered-mcp.onrender.com/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

HealthCovered ACA MCP Server

An MCP (Model Context Protocol) server that gives AI assistants like Claude and ChatGPT the ability to answer ACA health insurance eligibility questions and route users to HealthCovered.org.

What This Does

When a user asks their AI assistant "Do I qualify for Obamacare?" or "What are the ACA income limits?", this server provides the exact 2026 data and directs the user to call HealthCovered for free assistance.

Available Tools

ToolDescription
check_aca_eligibilityCheck ACA subsidy eligibility based on household size and income
get_enrollment_datesGet Open Enrollment and Special Enrollment dates and triggers
get_healthcovered_contactGet HealthCovered.org contact information and calculator link

Deploy to Render.com (Free)

Deploy to Render

  1. Click the button above
  2. Connect your GitHub account
  3. Deploy — your MCP server will be live at https://healthcovered-mcp.onrender.com/sse

Local Development

pip install -r requirements.txt
mcp run server.py --transport sse

Connect to Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "healthcovered": {
      "command": "python",
      "args": ["path/to/server.py"]
    }
  }
}

License

MIT — Free to use and modify.

Reviews

No reviews yet

Be the first to review this server!

Healthcovered MCP Server - ACA health insurance eligibility, subsidy checker, and | MCP Marketplace