Connects Claude to the National Cancer Institute's Genomic Data Commons, the central repository for cancer genomics data from programs like TCGA and TARGET. The source documentation is sparse on specific tools, but GDC's API typically handles queries for cases, files, mutations, and clinical data across thousands of cancer patients. Part of the Pipeworx gateway ecosystem, which routes requests through a unified endpoint and includes an ask_pipeworx function that translates natural language questions into the appropriate API calls. Reach for this when you need programmatic access to large scale cancer genomics datasets without managing authentication and API pagination yourself.
NCI Genomic Data Commons (GDC) MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 808+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"gdc": {
"url": "https://gateway.pipeworx.io/gdc/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 808+ 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 Gdc data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json