Vlada Health

Данные системы здравоохранения США для ИИ-агентов: согласованные цены больниц и страховщиков, льготы Medicare Advantage, Stars и охват, Medicaid, поставщики, лекарства. Каждый ответ содержит файл-источник, дату актуальности и хэш воспроизведения. Только чтение, OAuth, бесплатный аккаунт с $5 на запросы.

Размещённый MCP-сервер

npx add-mcp 'https://mcp-secure.vladahealth.com/mcp'

Устанавливается в Claude Code, Codex, Cursor и другие

Документация

Vlada

Vlada MCP: US healthcare data for AI agents, with receipts

Vlada Health serves the public record of US healthcare as typed tools on one remote MCP server and one REST API. Hospital and payer negotiated prices, Medicare fee-for-service payment, Medicare Advantage benefits, Star ratings and county enrollment, Part D, the ACA Marketplace, Medicaid managed-care enrollment, provider and facility identity, quality measures, and drug pricing. Every answer names its source file, its vintage, how the number was computed and its coverage, and carries a hash you can replay. A number the data cannot support comes back as "not in the data", never as zero.

This repository is the public home of the connector: how to connect, runnable examples, and the registry manifests. The server itself is hosted; you do not run it.

Connect in one minute

ClientEndpointAuth
Claude.ai, ChatGPT (developer mode)https://mcp-secure.vladahealth.com/mcpOAuth, sign in once
Claude Code, Claude Desktop, Cursor, VS Codehttps://mcp.vladahealth.com/mcpbearer API key
Any HTTP clienthttps://api.vladahealth.com/v1/tools/{name}bearer API key; schemas need no key

One-click connect and a free account with $5 of starting queries: https://www.vladahealth.com/data-access

Claude Code:

claude mcp add --transport http vlada https://mcp.vladahealth.com/mcp --header "Authorization: Bearer $VLADA_API_KEY"

Gemini CLI:

gemini extensions install https://github.com/btenner84/vlada-mcp

Claude Code plugin (OAuth, no key to paste):

/plugin marketplace add btenner84/vlada-mcp
/plugin install vlada@vlada

Cursor, VS Code, or any client that reads an mcp.json: see examples/mcp.json.

One-click install:

Install in Cursor Install in VS Code Official MCP Registry

What you can ask

  • Which payers pay a named hospital for CPT 70553, and how that compares with Medicare.
  • A Medicare Advantage plan's filed benefits (dental, OTC, MOOP, inpatient, 19 categories) for a year, with the CMS source row and its hash.
  • A contract's Star rating for a rating year, as published.
  • Medicare Advantage enrollment by county, parent organization and plan, monthly.
  • Medicaid managed-care enrollment by state and plan, with the reporting period stated.
  • Provider identity by NPI, resolved to facility and CCN.

The tool reference (42 tools, inputs, sources, known gaps) is public at https://www.vladahealth.com/tools. The REST quickstart is at https://www.vladahealth.com/tools/rest-quickstart.

A worked example: Medicare Advantage benefits, Stars and enrollment, joined

The three CMS sources sit on three clocks (a month, a plan year, a rating year) and two keys (contract-plan for benefits and enrollment, contract alone for Stars). examples/ma_join.py reproduces the Los Angeles County join from the write-up at https://www.vladahealth.com/data/medicare-advantage/ca-los-angeles: the four largest non-dual HMO plans, their April 2026 enrollment, the contract's 2026 Star rating, and the filed OTC allowance, including the two plans that file the benefit as offered with no maximum amount. That case comes back as offered_status: offered and numeric_amount_observability: offered_without_numeric_amounts, not as zero.

What every answer carries

source.source_url, vintage, method, caveats, response_hash, audit_id. Prove and replay tools (prove_hospital_price, replay_hospital_price, prove_commercial_price, replay_commercial_price_proof, prove_ma_enrollment_trend) turn any number into a re-runnable receipt.

What it is not

Not patient records, not a FHIR server, not an EHR connector. Public market, price, coverage, enrollment, provider, quality and drug records only. Read-only: every tool declares readOnlyHint: true.

Registry manifests

server.json is the official MCP registry manifest (remote, Streamable HTTP), published automatically by .github/workflows/publish-mcp.yml on every change. glama.json claims the Glama listing.

Support

ben@vladahealth.com. Privacy: https://www.vladahealth.com/privacy. Terms: https://www.vladahealth.com/terms.