io.github.cyanheads/npi-providers-mcp-server
io.github.cyanheads/npi-providers-mcp-serverSearch NPPES providers and resolve NUCC specialty codes via MCP over STDIO or Streamable HTTP.
Tools · 3
Search the NPPES NPI registry for individual practitioners and healthcare organizations by name, organization name, location, provider type, and specialty. Plain-language specialty terms (e.g. "cardio…
Fetch the complete NPPES record for one or more NPI numbers (up to 10 per call). Decodes an NPI from a claim, prescription, or another health data source into a fully populated provider profile: every…
Resolve and browse the NUCC Healthcare Provider Taxonomy — the specialty code set NPPES uses — fully offline (bundled). Mode `resolve` turns a plain-language specialty (e.g. "cardiologist", "heart doc…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.cyanheads/npi-providers-mcp-server": {
"url": "https://npi-providers.caseyjhand.com/mcp",
"transport": "streamable-http"
}
}
}