ACA health insurance eligibility, subsidy checker, and enrollment dates for 2026.
{
"mcpServers": {
"io-github-hillsidecoastal-glitch-healthcovered-mcp": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
ACA health insurance eligibility, subsidy checker, and enrollment dates for 2026.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 8 days ago.
Will it work with my client?
Transport: . Compatibility not confirmed.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for io.github.hillsidecoastal-glitch/healthcovered-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
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.
| 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 |
https://healthcovered-mcp.onrender.com/ssepip install -r requirements.txt
mcp run server.py --transport sse
Add to your claude_desktop_config.json:
{
"mcpServers": {
"healthcovered": {
"command": "python",
"args": ["path/to/server.py"]
}
}
}
MIT — Free to use and modify.