- Mcp Healthcare — Icd 10, Npi, Ndc, Dea Tools
Mcp Healthcare — Icd 10, Npi, Ndc, Dea Tools
Healthcare data tools for AI agents. Search 74,000+ ICD-10 diagnosis codes, look up providers in the NPI registry, search 111,000+ drugs in the FDA NDC directory, and validate DEA registration numbers.
Overview
MCP Healthcare Server
A Model Context Protocol (MCP) server that bundles healthcare data tools for use with Claude Desktop, Cursor, and other MCP clients.
Tools (10 total)
ICD-10-CM Diagnosis Codes (74,260 codes from CMS 2025)
| Tool | Description |
|---|---|
icd10_lookup | Look up an ICD-10-CM code by code string (e.g., E11.9) |
icd10_search | Search codes by keyword (e.g., "diabetes", "chest pain") |
icd10_validate | Check if a code exists in the 2025 code set |
NPI Provider Registry (live NPPES queries)
| Tool | Description |
|---|---|
npi_search | Search providers by name, specialty, city, state, ZIP |
npi_lookup | Look up a provider by 10-digit NPI number |
NDC Drug Directory (111,655 FDA products)
| Tool | Description |
|---|---|
ndc_lookup | Look up a drug by NDC code (e.g., 0002-1433-80) |
ndc_search | Search drugs by name, generic name, or manufacturer |
ndc_search_ingredient | Search drugs by active ingredient |
DEA Number Validation (algorithm-based)
| Tool | Description |
|---|---|
dea_validate | Validate a DEA number using the official checksum algorithm |
dea_generate_test | Generate a valid test DEA number for development |
Setup
Prerequisites
- Node.js 18+
- The ICD-10 and NDC data files from sibling API directories
Install
cd mcp-healthcare
npm install
npm run link-data # creates symlinks to ICD-10 and NDC data files
Claude Desktop Configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"healthcare": {
"command": "node",
"args": ["/absolute/path/to/mcp-healthcare/src/index.js"]
}
}
}
Cursor Configuration
Add to .cursor/mcp.json in your project:
{
"mcpServers": {
"healthcare": {
"command": "node",
"args": ["/absolute/path/to/mcp-healthcare/src/index.js"]
}
}
}
Data Sources
| Dataset | Source | Update Frequency |
|---|---|---|
| ICD-10-CM | CMS (Centers for Medicare & Medicaid) | Annually (October) |
| NDC | FDA National Drug Code Directory | Weekly |
| NPI | NPPES Registry (live API) | Real-time |
| DEA | Checksum algorithm (no dataset) | N/A |
Transport
This server uses stdio transport (stdin/stdout), which is the standard for local MCP integrations with Claude Desktop and Cursor. No HTTP server is started.
Architecture
The server imports pure business logic extracted from four Express-based REST APIs:
src/tools/icd10.js— ICD-10 code lookup, search, validation (loads 6MB JSON dataset)src/tools/ndc.js— NDC drug lookup and search (loads 53MB JSON dataset)src/tools/npi.js— NPI provider search via live NPPES APIsrc/tools/dea.js— DEA number validation (pure algorithm, no dataset)
Data files are symlinked from sibling API directories to avoid duplication.
Server Config
{
"mcpServers": {
"healthcare": {
"command": "npx",
"args": [
"-y",
"@easysolutions906/mcp-healthcare"
]
}
}
}Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
ChatWiseThe second fastest AI chatbot™
Serper MCP ServerA Serper MCP Server
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Tavily Mcp
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
DeepChatYour AI Partner on Desktop
Playwright McpPlaywright MCP server
Amap Maps高德地图官方 MCP Server
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
WindsurfThe new purpose-built IDE to harness magic
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题;
Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
CursorThe AI Code Editor
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.