Look up US healthcare providers in the NPPES NPI registry and resolve NUCC specialty codes.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Search NPPES providers and resolve NUCC specialty codes via MCP over STDIO or Streamable HTTP.
Public Hosted Server: https://npi-providers.caseyjhand.com/mcp
Three tools covering the provider directory β search the registry, decode an NPI to its full record, and resolve plain-language specialties through the bundled taxonomy:
| Tool | Description |
|---|---|
npi_search_providers | Search the NPPES registry by name, organization, location, provider type, and specialty. Plain-language specialties resolve through the bundled NUCC taxonomy before searching. |
npi_get_provider | Fetch the complete NPPES record for up to 10 NPIs β taxonomies, addresses, credentials, identifiers, endpoints, and status. |
npi_lookup_taxonomy | Resolve, fetch, or browse the NUCC Healthcare Provider Taxonomy β fully offline. |
npi_search_providersSearch the registry for individual practitioners and organizations, with specialty resolution and honest pagination disclosure.
name_search shortcut, explicit first_name / last_name, organization_name, city / state / postal_code, and provider_type (individual / organization)specialty (e.g. "cardiologist") resolves through the bundled NUCC taxonomy to the registry's exact descriptions before searching; the resolved taxonomy is echoed back so you can see what was actually searchedtaxonomy_description escape hatch for callers who already hold an exact NUCC description (mutually exclusive with specialty)*) name matching, with the registry's β₯2-leading-character rule documented inlinenpi_get_providerDecode one or more NPIs into fully populated provider profiles β the tool to turn an NPI from a claim, prescription, or another health data source into a known provider.
notFound rather than failing the whole callnpi_lookup_taxonomyResolve and browse the NUCC Healthcare Provider Taxonomy β the specialty code set NPPES uses β fully offline from the bundled code set.
resolve β turn a plain-language specialty into matching taxonomy codes and canonical descriptions (the value the search tools filter on); plain-language phrasing ("heart doctor", "eye doctor") and common abbreviations ("ent", "obgyn") resolve to the right physician entryget β return the full entry for an exact taxonomy codebrowse β walk the hierarchy (grouping β classification β specialization), filterable by grouping and by NPI section (Individual/NPI-1 vs Non-Individual/NPI-2)resolve and browse cap results at limit (β€50) and disclose truncated; page past the cap with skip (raise it by limit each call, same query/filters) so every bundled entry stays reachable. skip is ignored for get.
| Type | Name | Description |
|---|---|---|
| Resource | npi://provider/{npi} | A single provider's full decoded record by NPI β the resource twin of npi_get_provider. |
| Resource | npi://taxonomy/{code} | A single NUCC taxonomy entry by code β the resource twin of npi_lookup_taxonomy mode get. |
All resource data is also reachable via tools. The resources are convenience twins for resource-capable clients; tool-only clients lose nothing.
Built on @cyanheads/mcp-ts-core:
none, jwt, oauthin-memory, filesystem, Supabase, Cloudflare KV/R2/D1NPI/NPPES-specific:
Errors[] body on validation failure and maps it to typed, recoverable error reasonsAgent-friendly output:
taxonomy_description sent to the registry are echoed back, so agents can see what was actually searched and re-run with a different codenpi_get_provider returns per-NPI found / notFound rows instead of failing the whole batch when some NPIs are deactivated or never enumeratedA public instance is available at https://npi-providers.caseyjhand.com/mcp β no installation required. Point any MCP client at it via Streamable HTTP, with this client config:
Add the following to your MCP client configuration file. No API key is required β the upstream NPPES registry is keyless.
Or with npx (no Bun required):
Or with Docker:
For Streamable HTTP, set the transport and start the server:
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/npi-providers-mcp-server)<a href="https://allmcps.com/mcp/npi-providers-mcp-server"><img src="https://allmcps.com/api/badge/npi-providers-mcp-server?style=directory" alt="Npi Providers MCP Server on AllMCPs" /></a>