ClinicalTrials.gov registrations
health.trials
Trial registrations, status, and sponsor detail — providers named as investigators can be cross-referenced by name.
Every US healthcare provider in CMS's National Plan & Provider Enumeration System (the NPI Registry) — identity, practice location, taxonomy/specialty, licensure, and OIG exclusion status. Query by NPI, name + state, or taxonomy + state.
Records
—
Active + deactivated NPIs, individuals and organizations
History
—
—
Cadence
Weekly
Monthly full snapshot + weekly incrementals
Exclusion screen
OIG LEIE
Joined by NPI · JSON · included in subscription
Coverage syncing from the live ingestion pipeline…
NPPES is public data that CMS publishes for provider lookup (the same fields power the public NPI Registry). For solo practitioners a business practice-location address can be a home address. To stay at parity with the public registry — and no further — the health.providers tool supports only NPI, name + state, and taxonomy + state queries. There is no bare-address reverse lookup, and no SSN/DOB (never in NPPES) or EIN (masked in the public file) is served.
npistringExact 10-digit NPI lookup
name + statestringProvider or organization name — required with state
taxonomy + statestringProvider taxonomy code — required with state
is_excludedbooleanFilter to providers on the OIG LEIE exclusion list
limitnumberMax records per response (default 25, max 50)
A name-only or taxonomy-only query with no state is rejected — this mirrors the public NPI Registry and prevents bulk person lookups.
{
"tool": "health.providers",
"params": {
"taxonomy": "207Q00000X",
"state": "KS",
"limit": 25
}
}
One-click .mcpb bundle — adds the health.providers tool to Claude Desktop. Prompts for your API key on install; nothing is baked in.
Install in Claude Desktop (.mcpb)| Field | Type | Description |
|---|---|---|
| npi | string | 10-digit National Provider Identifier |
| entity_type | string | individual | organization |
| provider_name | string | Org legal name, else "LAST, FIRST" (name-search key) |
| credential | string | MD, DO, NP, … (self-reported) |
| primary_taxonomy_code | string | Primary provider taxonomy (specialty), filterable with state |
| taxonomy_codes | string | All taxonomy slots, ";"-joined |
| primary_license_number | string | License for the primary taxonomy + its state |
| practice_state | string | Business practice-location state, filterable |
| practice_city | string | Practice-location city (result field, not a WHERE key) |
| is_excluded | boolean | Currently on the OIG LEIE exclusion list |
| exclusion_type | string | OIG exclusion authority (e.g. 1128a1) |
| enumeration_date | ISO date | Date the NPI was enumerated |
| last_update_date | ISO date | NPPES last-update date |
| exclusion_date | ISO date | Date added to the OIG LEIE exclusion list, when excluded (deactivation reason is not published by CMS) |
{
"npi": "1710670039",
"entity_type": "individual",
"provider_name": "HUNTER, HEATHER",
"credential": "",
"primary_taxonomy_code": "101YP2500X",
"primary_license_number": "04558",
"primary_license_state": "KS",
"practice_state": "KS",
"practice_city": "WICHITA",
"is_excluded": false,
"enumeration_date": "2023-06-01",
"last_update_date": "2026-07-06"
}
health.trials
Trial registrations, status, and sponsor detail — providers named as investigators can be cross-referenced by name.
health.nih_grants
NIH RePORTER awards by organization, PI, and institute — joinable to providers by organization and state.