US healthcare data for AI agents on one MCP + REST endpoint: hospital and payer negotiated prices, Medicare Advantage benefits, Stars and enrollment, Medicaid, providers, drugs. Every answer carries its source file, vintage and a replay hash.

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

Client Endpoint Auth
Claude.ai, ChatGPT (developer mode) https://mcp-secure.vladahealth.com/mcp OAuth, sign in once
Claude Code, Claude Desktop, Cursor, VS Code https://mcp.vladahealth.com/mcp bearer API key
Any HTTP client https://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

[email protected]. Privacy: https://www.vladahealth.com/privacy. Terms: https://www.vladahealth.com/terms.

MCP Server ยท Populars

MCP Server ยท New

    SylphxAI

    anymd

    Any file โ†’ clean Markdown for AI agents: PDF, Word, PowerPoint, Excel, EPUB, HTML and web pages, images (OCR), audio and video (metadata, subtitles, transcripts). A fast Rust MCP server and CLI that runs on your machine. No API key.

    Community SylphxAI
    nokia-steward

    Redfish MCP Server

    MCP Server

    Community nokia-steward
    getsentry

    mobilebuildmcp

    A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.

    Community getsentry
    feder-cr

    invisible_playwright_mcp

    Your AI agent browses the web without captchas: self-hosted Python MCP server on undetected anti-detect stealth Firefox, for browser automation, scraping, computer use.

    Community feder-cr
    odds-api

    odds-api/odds-api

    OpenAPI sports betting odds API for coding agents with REST examples, SDKs, MCP, mock mode, arbitrage, positive EV, and bookmaker comparison.

    Community odds-api