search_files

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

Search NCI GDC genomic data files by project and/or data category (e.g. “Transcriptome Profiling”, “Simple Nucleotide Variation”, “DNA Methylation”). Returns file_id, file_name, data category/type/format, access level and file size. Keyless, open-access metadata.

Parameters

NameTypeRequiredDescription
project_idstringnoRestrict to a GDC project, e.g. “TCGA-BRCA”.
data_categorystringnoData category, e.g. “Transcriptome Profiling”, “Simple Nucleotide Variation”.
sizenumbernoNumber of files to return (default 20).

Example call

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

Connect

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

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

See Getting Started for client-specific install steps.

Regenerated from source · build June 8, 2026