ICD-10 Codes
The ICD-10 Codes Connector gives Claude access to the complete ICD-10-CM (diagnosis) and ICD-10-PCS (procedure) code sets for medical classification and billing.
- Homepage
- https://claude.com/resources/tutorials/using-the-icd-10-connector-in-claude
- Remote URL
https://hcls.mcp.claude.com/icd10_codes/mcp- Transport
- streamable-http
Tools (6)
Extracted live via the executor SDK.
-
lookup_codeLook up a specific ICD-10 code by its code number. Returns full details including descriptions and HIPAA transaction validity status. Use this for exact code lookups when you have the complete code.
-
search_codesSearch ICD-10-CM diagnosis and ICD-10-PCS procedure codes. Unified tool that supports searching by code or description. Use this for all ICD-10 search needs.
-
validate_codeValidate an ICD-10 code to check if it exists and is valid for HIPAA-covered transactions. Returns detailed validation status including whether the code is valid for HIPAA transactions or just a category header.
-
get_hierarchyGet the full hierarchy of codes under a category. Returns the category header and all child codes. Use this to explore related codes within a disease category or code family.
-
get_by_categoryGet diagnosis codes by ICD-10-CM chapter or category. Use chapter (single letter) for broad categories or category (3 characters) for specific disease groups. Useful for exploring codes within a clinical area.
-
get_by_body_systemGet ICD-10-PCS procedure codes for a specific body system, optionally filtered by section. Body system is identified by the second character of the code for most sections (fourth character for Section F). Example: '0' for Central Nervous System (Section 0), '0' for Neurological System (Section F). Useful for finding all procedures related to an anatomical system.