connect

Pack: medlineplus · Endpoint: https://gateway.pipeworx.io/medlineplus/mcp

Map a clinical code (ICD-10-CM, SNOMED CT, RxCUI, LOINC, NDC, MeSH, HGNC) to MedlinePlus consumer-health topics.

Parameters

NameTypeRequiredDescription
codestringyesCode value (e.g. “J00” for ICD-10-CM acute nasopharyngitis)
code_systemstringyesShort name or OID — ICD-10-CM | SNOMED | RxNorm | LOINC | NDC | MeSH | HGNC | ICD-9-CM
langstringnoen (default) | es

Example call

curl -X POST https://gateway.pipeworx.io/medlineplus/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"connect","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "medlineplus": {
      "url": "https://gateway.pipeworx.io/medlineplus/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 21, 2026