Offline US medical code lookup and crosswalk — ICD-10-CM, ICD-10-PCS, HCPCS Level II. Keyless.
If you already use Medical, the medical mcp server is the piece that lets your assistant work with it directly. Offline US medical code lookup and crosswalk — ICD-10-CM, ICD-10-PCS, HCPCS Level II. Keyless.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
medcode_get_code — Decode 1–50 codes to their official descriptions. Auto-detects the system per code; partial-success found / notFoundmedcode_search_codes — Full-text search over official descriptions — go from a clinical description to the codemedcode_check_code — Validate a code's existence, currency, and billability, with a whyNot for non-billable/terminated casesmedcode_map_codes — Crosswalk a code within its hierarchy (parents/children) or a drug across RxNorm (name ↔ RXCUI, NDC ↔ RXCUI, RXCUI → ingredients/brands)medcode_browse_hierarchy — Walk a system's hierarchy for discovery without a search termmedcode_list_systems — List bundled systems with release identifiers, effective dates, and code counts (provenance)Prerequisites — The Prerequisites tool exposed by this serverInstallation — The Installation tool exposed by this serverConfiguration is passed through the environment: MCP_TRANSPORT_TYPE, MCP_LOG_LEVEL, MEDCODE_DB_PATH, MCP_HTTP_ENDPOINT_PATH. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
better-sqlite3 optional dependency when not run under Bun). - No API key, account, or network access required.Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Medical's toolset — medcode_get_code, medcode_search_codes, medcode_check_code and 5 more — is a fair guide to whether it matches your workflow. It is maintained by cyanheads; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| medcode_get_code | Decode 1–50 codes to their official descriptions. Auto-detects the system per code; partial-success found / notFound. |
| medcode_search_codes | Full-text search over official descriptions — go from a clinical description to the code. |
| medcode_check_code | Validate a code's existence, currency, and billability, with a whyNot for non-billable/terminated cases. |
| medcode_map_codes | Crosswalk a code within its hierarchy (parents/children) or a drug across RxNorm (name ↔ RXCUI, NDC ↔ RXCUI, RXCUI → ingredients/brands). |
| medcode_browse_hierarchy | Walk a system's hierarchy for discovery without a search term. |
| medcode_list_systems | List bundled systems with release identifiers, effective dates, and code counts (provenance). |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Installation | The Installation tool exposed by this server. |
{
"mcpServers": {
"medical-codes-mcp-server": {
"type": "streamable-http",
"url": "https://medical-codes.caseyjhand.com/mcp"
}
}
}Configuration as documented by the project. Restart the client after saving.
better-sqlite3 optional dependency when not run under Bun). - No API key, account, or network access required.| Variable | Description | Required |
|---|---|---|
| MCP_TRANSPORT_TYPE | Configuration value read at startup. | Optional |
| MCP_LOG_LEVEL | Configuration value read at startup. | Optional |
| MEDCODE_DB_PATH | Filesystem location the server is allowed to use. | Optional |
| MCP_HTTP_ENDPOINT_PATH | Filesystem location the server is allowed to use. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.