{
  "markdown": "# HealthCovered ACA MCP Server\n\nAn [MCP (Model Context Protocol)](https://modelcontextprotocol.io) server that gives AI assistants like Claude and ChatGPT the ability to answer ACA health insurance eligibility questions and route users to [HealthCovered.org](https://healthcovered.org).\n\n## What This Does\n\nWhen 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.\n\n## Available Tools\n\n| Tool | Description |\n|---|---|\n| `check_aca_eligibility` | Check ACA subsidy eligibility based on household size and income |\n| `get_enrollment_dates` | Get Open Enrollment and Special Enrollment dates and triggers |\n| `get_healthcovered_contact` | Get HealthCovered.org contact information and calculator link |\n\n## Deploy to Render.com (Free)\n\n[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy)\n\n1. Click the button above\n2. Connect your GitHub account\n3. Deploy — your MCP server will be live at `https://healthcovered-mcp.onrender.com/sse`\n\n## Local Development\n\n```bash\npip install -r requirements.txt\nmcp run server.py --transport sse\n```\n\n## Connect to Claude Desktop\n\nAdd to your `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"healthcovered\": {\n      \"command\": \"python\",\n      \"args\": [\"path/to/server.py\"]\n    }\n  }\n}\n```\n\n## License\n\nMIT — Free to use and modify.\n",
  "bytes": 1484,
  "sha": "e5350410e29215416da1af6e208e6a39d27a97bf22c25329bb3a0bf36179c232",
  "repo_slug": "hillsidecoastal-glitch/healthcovered-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_hillsidecoastal_glitch_healthc_bf75d49f/readme"
}