streamable-httpupdated 5mo ago
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 can you do with healthcovered 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.
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)
- 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 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.
Install
Add healthcovered mcp to your client. Pick the one you use.
claude mcp add --transport http healthcovered-mcp https://healthcovered-mcp.onrender.com/mcpcodex mcp add healthcovered-mcp --url https://healthcovered-mcp.onrender.com/mcp{
"mcpServers": {
"healthcovered-mcp": {
"url": "https://healthcovered-mcp.onrender.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"healthcovered-mcp": {
"type": "http",
"url": "https://healthcovered-mcp.onrender.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"healthcovered-mcp": {
"url": "https://healthcovered-mcp.onrender.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"healthcovered-mcp": {
"serverUrl": "https://healthcovered-mcp.onrender.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
3 tools
healthcovered mcp exposes 3 tools to a connected agent.
- 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
Score
50 / 100
Adequate
- Documentation15/25
- Maintenance13/25
- Trust6/20
- Capability4/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 153 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 3 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Mar 31, 2026 |