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

NameTypeRequiredDescription
querystringyesA lab test / observation name.
limitnumbernoMax 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.

Regenerated from source · build July 2, 2026