@pipeworx/mcp-medical-codes
v0.1.0
Published
Medical codes MCP.
Maintainers
Readme
mcp-medical-codes
Medical codes MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 1176+ live data sources.
Tools
| Tool | Description |
|------|-------------|
| search_icd10 | Type 2 diabetes mellitus without complications"}]. |
| search_loinc | Search LOINC codes (lab tests & clinical observations) by keyword (keyless). E.g. "hemoglobin a1c" -> LOINC number + long common name. |
| search_medical_terms | Search clinical term lists by keyword (keyless): system = "conditions" (problem/diagnosis names), "procedures" (procedure names), or "drugs" (RxTerms drug display names). |
Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"medical-codes": {
"url": "https://gateway.pipeworx.io/medical-codes/mcp"
}
}
}Or connect to the full Pipeworx gateway for access to all 1176+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}Using with ask_pipeworx
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Medical Codes data" })The gateway picks the right tool and fills the arguments automatically.
More
License
MIT
