list_projects

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

List NCI Genomic Data Commons cancer-genomics projects (TCGA, TARGET, CPTAC, etc.), ranked by case count. Returns project_id, name, program, primary site(s) and disease type(s). Keyless, open-access metadata.

Parameters

NameTypeRequiredDescription
sizenumbernoNumber of projects to return (default 20, max 100).
fromnumbernoOffset into the result set for pagination (default 0).

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":"list_projects","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