Skip to main content
Glama

gnomAD MCP Server

by shukwong

search

Query genes, variants, or regions in the gnomAD database to retrieve genetic variant data, population frequencies, and gene constraint scores. Supports GRCh37 and GRCh38 reference genomes for in-depth genomic analysis.

Instructions

Search for genes, variants, or regions in gnomAD

Input Schema

NameRequiredDescriptionDefault
datasetNoDataset ID (gnomad_r4, gnomad_r3, gnomad_r2_1, etc.)gnomad_r4
queryYesSearch query (gene symbol, gene ID, variant ID, rsID, etc.)
reference_genomeNoReference genome (GRCh37 or GRCh38)GRCh38

Input Schema (JSON Schema)

{ "properties": { "dataset": { "default": "gnomad_r4", "description": "Dataset ID (gnomad_r4, gnomad_r3, gnomad_r2_1, etc.)", "type": "string" }, "query": { "description": "Search query (gene symbol, gene ID, variant ID, rsID, etc.)", "type": "string" }, "reference_genome": { "default": "GRCh38", "description": "Reference genome (GRCh37 or GRCh38)", "type": "string" } }, "required": [ "query" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/shukwong/gnomad-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server