MCP Connector

Query Cancer Genomics Data with Natural Language

Explore NCI Genomic Data Commons cancer genomics data in natural language - no programming needed, hosted and ready to connect.

Maintainer of this project? Claim this page to edit the listing.


90
Spark score
out of 100
Updated 5 months ago
Version 1.0.0
Models
universal

Add to Favorites

Why it matters

Access and analyze cancer genomics data from the National Cancer Institute's Genomic Data Commons (GDC) using natural language queries. Explore data, get summaries, and perform basic analysis without needing to write code.

Outcomes

What it gets done

01

Ask questions about cancer genomics data in natural language.

02

Explore available data types and fields in the GDC database.

03

Get summaries, counts, and perform data analysis on harmonized genomic and clinical cancer data.

04

Retrieve schema information for GDC data types.

Install

Add it to your toolbox

Run in your project directory:

curl -fsSL https://spark.entire.vc/get/vb-nci-gdc | bash

Overview

NCI GDC MCP Server

NCI GDC MCP Server gives an AI assistant natural-language access to NCI Genomic Data Commons cancer genomics and clinical data, letting researchers explore projects, cases, and schemas without programming. Use it for conversational exploration of GDC cancer research data via the hosted server. Academic and research publications using this tool are asked to provide attribution per its MIT license terms.

What it does

NCI GDC MCP Server gives an AI assistant access to harmonized genomic and clinical cancer data from the National Cancer Institute's Genomic Data Commons (GDC), letting researchers explore projects, cases, and data schemas in natural language instead of writing GDC API queries.

When to use - and when NOT to

Use it when you want to explore cancer research data conversationally - listing projects related to a cancer type, discovering what fields are available for a data type like "cases," counting cases matching a criterion, or inspecting the schema for a GDC type like "Project." It requires no programming knowledge and connects to a hosted, ready-to-use server. Do not use it for data outside the GDC's scope, and note the licensing terms: it's MIT-licensed, but academic and research publications using this tool are asked to provide appropriate attribution - commercial use follows standard MIT terms without that citation requirement.

Capabilities

  • Answer natural-language questions about cancer genomics data.
  • Explore available data types and fields in the GDC database.
  • Provide summaries, counts, and basic data analysis.
  • Access harmonized genomic and clinical cancer data for research.

Example queries: "Show me all projects related to kidney cancer," "What fields are available for cases?," "List all available data types in GDC," "How many breast cancer cases are there?," "Show me the schema for the 'Project' type."

How to install

Connect to the hosted server directly - no local deployment needed:

{
  "mcpServers": {
    "nci-gdc": {
      "command": "npx",
      "args": ["mcp-remote", "https://nci-gdc-mcp-server.quentincody.workers.dev/mcp"]
    }
  }
}

An SSE transport variant is also available at https://nci-gdc-mcp-server.quentincody.workers.dev/sse. For local development, point mcp-remote at http://localhost:8787/mcp instead.

Who it's for

Cancer researchers, bioinformaticians, and students who want to explore GDC genomic and clinical data conversationally without writing GDC API queries or scripts.

Source README

An MCP server that provides access to cancer genomics data from the National Cancer Institute's Genomic Data Commons (GDC) using natural language, enabling users to explore and analyze cancer research data without programming.

Configuration

Claude Desktop

{
  "mcpServers": {
    "nci-gdc": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://nci-gdc-mcp-server.quentincody.workers.dev/mcp"
      ]
    }
  }
}

Claude Desktop (SSE Transport)

{
  "mcpServers": {
    "nci-gdc-sse": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://nci-gdc-mcp-server.quentincody.workers.dev/sse"
      ]
    }
  }
}

Local Development

{
  "mcpServers": {
    "nci-gdc-local": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "http://localhost:8787/mcp"
      ]
    }
  }
}

Capabilities

  • Ask questions about cancer genomics data in natural language
  • Explore available data types and fields in the GDC database
  • Get summaries, counts, and data analysis
  • Access harmonized genomic and clinical cancer data for cancer research
  • No programming knowledge required

Usage Examples

Show me all projects related to kidney cancer
What fields are available for cases?
List all available data types in GDC
How many breast cancer cases are there?
Show me the schema for the 'Project' type

Notes

The server is deployed and ready to use at https://nci-gdc-mcp-server.quentincody.workers.dev/mcp. Available under the MIT license with an academic attribution requirement - academic and research publications must provide appropriate attribution. Commercial use follows standard MIT license terms without a citation requirement.

FAQ

Common questions

Discussion

Questions & comments · 0

Sign In Sign in to leave a comment.