HealthCovered ACA MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@HealthCovered ACA MCPDo I qualify for ACA subsidies with $50k income and household of 2?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 subsidy eligibility based on household size and income |
| Get Open Enrollment and Special Enrollment dates and triggers |
| Get HealthCovered.org contact information and calculator link |
Deploy to Render.com (Free)
Click the button above
Connect your GitHub account
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 sseConnect 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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceProvides AI agents access to Medicare coverage policies, prior authorization requirements, and medical code lookups (CPT, HCPCS, ICD-10, NDC) through the Verity healthcare API.861MIT
- Flicense-quality-maintenanceEnables healthcare benefits management by providing member eligibility verification, coverage details for medical/dental/vision/pharmacy services, and service coverage verification through natural language queries.
- Alicense-qualityCmaintenanceEnables AI assistants to access Medikode's medical coding platform for validating CPT/ICD-10 codes, performing chart quality assurance, parsing EOBs, calculating RAF scores, and extracting HCC codes from clinical documentation.102ISC
- AlicenseAqualityBmaintenanceEnables 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.817MIT
Related MCP Connectors
Search US grants + federal contracts (Grants.gov + SAM.gov) from any LLM.
Validate EU, UK, AU VAT numbers for AI agents. EU ViDA e-invoicing compliance.
Search companies, enrich contacts, and reveal emails and phones from your AI agent.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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