Connects Claude to the NIH Clinical Tables Search API for medical coding and terminology lookups. No API key required. You get direct access to ICD-10 and ICD-9 diagnosis codes, RxTerms drug names, LOINC lab codes, NPI provider data, and condition searches. Part of the Pipeworx gateway ecosystem, so you can either use the standalone clinicaltables endpoint or connect to the full gateway for 673+ data sources. Includes an ask_pipeworx tool that handles natural language queries instead of making you construct exact tool calls. Reach for this when you're building healthcare workflows, parsing medical records, or need to validate clinical terminology without managing authentication.
NIH Clinical Tables Search Service MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"clinicaltables": {
"url": "https://gateway.pipeworx.io/clinicaltables/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Clinicaltables data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-search
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp