search_loinc
Pack: medical-codes · Endpoint: https://gateway.pipeworx.io/medical-codes/mcp
Search LOINC codes (lab tests & clinical observations) by keyword (keyless). E.g. “hemoglobin a1c” -> LOINC number + long common name.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | A lab test / observation name. |
limit | number | no | Max results (1-100, default 15). |
Example call
curl -X POST https://gateway.pipeworx.io/medical-codes/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_loinc","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"medical-codes": {
"url": "https://gateway.pipeworx.io/medical-codes/mcp"
}
}
}
See Getting Started for client-specific install steps.