How to Use the HealthCare.gov MCP in Claude Code
Script and automate HealthCare.gov marketplace queries directly from your terminal with Claude Code. No browser, no GUI, just raw data.
Works with every AI agent you already use
…and any MCP-compatible client
Connect HealthCare.gov MCP to Claude Code
Create your Vinkius account to connect HealthCare.gov to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Automate Plan Searches in Scripts
The `search_plans` tool lets you find health plans from any shell script. You pass your household and location details as a JSON string and get back a structured list of plans. It's built for headless operation. Pipe the output directly to `jq` to filter, sort, or transform the data. You can build a cron job that emails you when a new plan matching your criteria appears. This is about repeatable, automated monitoring.
Headless Drug and Provider Lookups
Check if a plan covers a specific drug or doctor without ever opening a web page. Use `search_drugs` and `search_providers` to get entity IDs, then pass them to `get_drug_coverage` and `get_provider_coverage`. This is perfect for integration testing or data validation pipelines. You can write a script that takes a list of providers and plan IDs, then runs through every combination to generate a network coverage matrix. The entire process runs silently in your CI/CD environment.
A Command-Line HealthCare.gov MCP Server
This MCP Server connects the HealthCare.gov API to your terminal. Once you add the server, all 11 tools are available as subcommands for your Claude Code agent. You can chain commands together in any standard shell. For example, get your county FIPS with `get_counties_by_zip`, save it to a variable, and then immediately use it in a `list_issuers` call to see who operates there.
Set up HealthCare.gov MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seehealthcaregov-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest HealthCare.gov transactions." It will automatically discover and invoke the available HealthCare.gov tools.
claude mcp add --transport http healthcaregov-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about HealthCare.gov MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the HealthCare.gov MCP today
We host it, we monitor it, we maintain it. You just paste one token.