Skip to main content
Glama
hillsidecoastal-glitch

HealthCovered ACA MCP

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.

Related MCP server: Benefits Agent MCP Server

Available Tools

Tool

Description

check_aca_eligibility

Check ACA subsidy eligibility based on household size and income

get_enrollment_dates

Get Open Enrollment and Special Enrollment dates and triggers

get_healthcovered_contact

Get 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.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    Enables healthcare benefits management by providing member eligibility verification, coverage details for medical/dental/vision/pharmacy services, and service coverage verification through natural language queries.
  • A
    license
    A
    quality
    B
    maintenance
    Enables AI assistants to answer mortgage-related queries by providing tools for lender search, loan limit lookup, down-payment assistance programs, and more, with data sourced from real wholesale lenders and broker-curated intel.
    8
    20
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hillsidecoastal-glitch/healthcovered-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server