Mcp Healthcare — Icd 10, Npi, Ndc, Dea Tools
@easysolutions906
About 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.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"healthcare": {
"command": "npx",
"args": [
"-y",
"@easysolutions906/mcp-healthcare"
]
}
}
}Tools
10Look up an ICD-10-CM diagnosis code. Returns the code description, formatted code, and chapter information. Example: "E11.9" returns "Type 2 diabetes mellitus without complications".
Search 74,260 ICD-10-CM codes by keyword. Returns matching codes sorted by relevance. Useful for finding diagnosis codes when you know the condition name but not the code.
Validate whether an ICD-10-CM code exists in the 2025 code set. Returns validity status, description if found, and chapter info.
Search the NPPES NPI Registry for healthcare providers by name, specialty, or location. Queries the live CMS registry in real-time.
Look up a specific healthcare provider by their 10-digit NPI number. Returns full provider details including name, addresses, taxonomies, and identifiers from the live NPPES registry.
Look up a drug product by its National Drug Code (NDC). Searches 111,655 products from the FDA NDC directory. Returns drug name, ingredients, manufacturer, dosage form, and more.
Search 111,655 FDA drug products by name, generic name, or manufacturer. Returns matching products sorted by relevance.
Search FDA drug products by active ingredient name. Useful for finding all formulations containing a specific drug compound.
Validate a DEA (Drug Enforcement Administration) registration number using the official Luhn-variant checksum algorithm. Identifies registrant type and detects formatting errors.
Generate a valid test DEA number for development and testing. The generated number passes checksum validation but is NOT a real DEA registration.
Overview
What is Mcp Healthcare — Icd 10, Npi, Ndc, Dea Tools?
Mcp Healthcare — Icd 10, Npi, Ndc, Dea Tools is a Model Context Protocol (MCP) server that bundles ten healthcare data tools for use with Claude Desktop, Cursor, and other MCP clients. It provides lookup, search, validation, and test generation for ICD-10-CM codes, NPI provider records, NDC drug products, and DEA numbers.
How to use Mcp Healthcare — Icd 10, Npi, Ndc, Dea Tools?
Requires Node.js 18+. Install via npm install and run npm run link-data to symlink ICD-10 and NDC data files. Configure in claude_desktop_config.json or .cursor/mcp.json with the command node and the path to src/index.js.
Key features of Mcp Healthcare — Icd 10, Npi, Ndc, Dea Tools
- 10 tools across four healthcare data categories
- ICD-10-CM lookup, search, and validation (74,260 2025 codes)
- NPI provider search and lookup via live NPPES API
- NDC drug lookup, search by name, and ingredient search
- DEA number validation and test number generation
Use cases of Mcp Healthcare — Icd 10, Npi, Ndc, Dea Tools
- Validate and retrieve ICD-10-CM diagnosis codes for medical coding
- Search for healthcare providers by name, specialty, or location
- Look up drug information using NDC codes or active ingredients
- Validate DEA numbers using the official checksum algorithm during development
FAQ from Mcp Healthcare — Icd 10, Npi, Ndc, Dea Tools
What dependencies and runtime are required?
Node.js 18+ is required. The server loads local JSON files for ICD-10 (6 MB) and NDC (53 MB) via symlinked data directories.
Where does the data live?
ICD-10 and NDC data files are stored locally and symlinked from sibling API directories. NPI data is queried live from the NPPES registry via API. DEA validation uses a pure algorithm with no external dataset.
What transport does the server use?
The server uses stdio transport (stdin/stdout) as standard for local MCP integrations. No HTTP server is started.
How are the data sources updated?
ICD-10-CM codes are updated annually by CMS (October). NDC data is updated weekly by the FDA. NPI data is queried in real time from NPPES. DEA validation does not require updates.
Are there any authentication or authorization mechanisms?
The README does not mention any authentication or authorization for the server's tools.
Frequently asked questions
What dependencies and runtime are required?
Node.js 18+ is required. The server loads local JSON files for ICD-10 (6 MB) and NDC (53 MB) via symlinked data directories.
Where does the data live?
ICD-10 and NDC data files are stored locally and symlinked from sibling API directories. NPI data is queried live from the NPPES registry via API. DEA validation uses a pure algorithm with no external dataset.
What transport does the server use?
The server uses stdio transport (stdin/stdout) as standard for local MCP integrations. No HTTP server is started.
How are the data sources updated?
ICD-10-CM codes are updated annually by CMS (October). NDC data is updated weekly by the FDA. NPI data is queried in real time from NPPES. DEA validation does not require updates.
Are there any authentication or authorization mechanisms?
The README does not mention any authentication or authorization for the server's tools.
Basic information
More Other MCP servers
Codelf
unbugA search tool helps dev to solve the naming things problem.

EverArt
modelcontextprotocolModel Context Protocol Servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
ghidraMCP
LaurieWiredMCP Server for Ghidra
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments