# HealthCare.gov MCP for AI Agents AI Agent Connect

> HealthCare.gov lets you automate ACA marketplace research. Use your AI agent to find health plans, check drug coverage, and verify provider networks without digging through complex government websites.

## Overview
- **Category:** government-public-data
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_TJ6AC9zZyneE5TpaUWawu0iKriPS7CvgGfPJtDV1/ai-agent-connect
- **Tags:** aca-plans, health-insurance, provider-network, drug-coverage, public-data, marketplace-api

## Description

Dealing with the ACA marketplace is a headache. You usually have to juggle dozens of tabs, filter through endless rows of insurance plans, and cross-reference drug formularies just to see if a patient's medication is actually covered. This Connector changes that by giving your AI agent a direct line to the HealthCare.gov Marketplace API. Instead of manual searching, you can just tell your agent to find all dental plans in a specific ZIP code or check if a certain hospital is in-network for a specific policy. It handles the heavy lifting of data retrieval so you can focus on the actual consulting. You'll find this works great because it's part of the Vinkius catalog, which means you get a reliable connection to official data without the usual friction. It's about moving from "how do I find this?" to "here is the answer" in a single conversation.

## Tools

### get_counties_by_zip
Get the County FIPS code for any ZIP code. This helps ensure your pricing data is accurate for the right region.

### get_plan_crosswalk
See how plans transition between different years. This is useful for tracking coverage changes over time.

### get_drug_coverage
Check if a specific medication is covered by a selected plan. It also tells you which tier the drug falls under.

### get_api_metadata
Get technical details about the Marketplace API data. Use this to understand the structure of the information you're pulling.

### list_issuers
See all the insurance companies operating in a specific state. It helps you understand the local competitive landscape.

### list_market_states
Get a list of all states currently served by the Marketplace. This is a quick way to check regional availability.

### get_plan_details
Get deep info on a specific health plan. This is the go-to for seeing every detail of a single policy.

### get_provider_coverage
Check if a specific doctor or facility is in-network for a plan. This prevents patients from getting hit with surprise bills.

### search_drugs
Search the marketplace drug database for medications. Use this to find the correct name for a drug before checking coverage.

### search_plans
Find health and dental plans using household data and location. This is the main way to get a list of available options.

### search_providers
Search for doctors, hospitals, and other medical facilities. This helps you find where patients can actually go for care.

## Prompt Examples

**Prompt:** 
```
Find all health plans in ZIP code 22102 for a 30-year-old.
```

**Response:** 
```
I've pulled the available health plans for ZIP code 22102 for a 30-year-old individual. Here are the current options:

| Plan Type | Issuer | Network Status |
| :--- | :--- | :--- |
| Silver | Anthem Health | In-Network |
| Silver | CareFirst BlueCross | In-Network |
| Gold | Kaiser Permanente | In-Network |

Would you like to see the specific premiums for any of these?
```

**Prompt:** 
```
Is 'Lipitor' covered by plan ID 12345VA001?
```

**Response:** 
```
I checked the coverage for plan 12345VA001. Here is what I found for Lipitor:

* **Medication:** Atorvastatin (Generic Lipitor)
* **Coverage Status:** Covered
* **Tier:** Tier 1 (Generic)
* **Estimated Cost:** $10 Copay

Would you like me to check another medication for this plan?
```

**Prompt:** 
```
List the insurance companies in Virginia.
```

**Response:** 
```
There are 8 main insurance issuers currently operating in the Marketplace for Virginia (VA). These include:

* Anthem Health
* CareFirst BlueCross BlueShield
* Kaiser Permanente
* UnitedHealthcare
* and 4 others.

Would you like to see the plan counts for a specific issuer?
```

## Capabilities

### Find health and dental plans
Retrieve available options based on specific household demographics and location.

### Check drug coverage
Verify if a medication is covered by a plan and see which tier it falls under.

### Verify provider networks
Check if a doctor, hospital, or clinic is in-network for a specific plan.

### Get regional pricing
Pull County FIPS codes from ZIP codes to ensure accurate regional pricing.

### List state issuers
See every insurance company operating in a specific state.

### Track plan transitions
Monitor how plans change between different enrollment years.

## Use Cases

### Quick plan comparison for a new client
A benefits consultant needs to find all Silver plans for a 30-year-old in a specific ZIP code. They ask the agent to search and get a list of options.

### Verifying medication costs for a patient
A patient asks if their new plan covers a specific generic drug. The navigator uses get_drug_coverage to find the tier and cost.

### Mapping the state insurance landscape
A researcher wants to see which insurance companies are in Virginia. They use list_issuers to get a full list of local providers.

### Confirming hospital network status
A navigator needs to know if a specific hospital is in-network. They use get_provider_coverage to confirm the status before the patient visits.

## Benefits

- Stop manual searching by using search_plans to get all local options in one go.
- Avoid coverage surprises by using get_provider_coverage to verify doctor networks instantly.
- Speed up medication checks with get_drug_coverage to see exact tiers and costs.
- Get accurate regional pricing by using get_counties_by_zip for precise FIPS codes.
- Track policy changes over time using get_plan_crosswalk to stay ahead of enrollment updates.
- Identify local competition quickly with list_issuers to see who's operating in a state.

## How It Works

The bottom line is you get instant access to official marketplace data through a natural chat interface.

1. Subscribe to the HealthCare.gov MCP on Vinkius.
2. Enter your Marketplace API Key from developer.cms.gov in the configuration.
3. Ask your AI client to find plans, check drugs, or verify providers.

## Frequently Asked Questions

**Can the HealthCare.gov MCP find health plans for specific ZIP codes?**
Yes, it uses the search_plans tool to find local options based on the area you provide, making it easy to see what's available nearby.

**How does the HealthCare.gov MCP check if a drug is covered?**
The agent uses the get_drug_coverage tool to check a specific medication against a plan to see its tier and cost, so you don't have to dig through a PDF.

**Can I use the HealthCare.gov MCP to verify if a doctor is in-network?**
Yes, the get_provider_coverage tool checks if a specific facility or doctor is covered by a selected plan to help avoid surprise bills.

**Does the HealthCare.gov MCP show which insurance companies operate in my state?**
You can use the list_issuers tool to get a complete list of all companies currently active in the Marketplace for that specific state.

**Can the HealthCare.gov MCP help with drug pricing?**
It retrieves the coverage tier, which tells you how much a medication will cost under a specific plan, helping you give accurate quotes to clients.

**Can I see how plans change from year to year with the HealthCare.gov MCP?**
The get_plan_crosswalk tool provides information on how plans transition between enrollment years, which is great for staying updated on coverage changes.

**How do I obtain a HealthCare.gov API Key?**
You must request a free API key through the **CMS Marketplace API** portal (developer.cms.gov/marketplace-api). Keys are typically sent via email and must be renewed every 60 days.

**Can I check if my doctor is in-network for a specific plan?**
Yes! Use the `get_provider_coverage` tool by providing the plan ID and the provider ID. The agent will confirm the network status for that specific combination.

**What geographic information is required for plan searches?**
Most searches require a 5-digit ZIP code and a 5-digit County FIPS code. You can use the `get_counties_by_zip` tool to retrieve the FIPS code for any ZIP code.

**Is the integration secure for searching health data?**
Absolutely. The integration uses official CMS API keys over HTTPS. Your credentials are encrypted and stored securely within the Vinkius Cloud infrastructure.