Healthcovered Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Healthcovered Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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 sseAdd to your claude_desktop_config.json:
{
"mcpServers": {
"healthcovered": {
"command": "python",
"args": ["path/to/server.py"]
}
}
}MIT — Free to use and modify.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.