allele-registry-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@allele-registry-mcp-serverresolve HGVS NM_000546.5:c.100G>A to a CA ID"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
allele-registry-mcp-server
MCP server wrapping the ClinGen Allele Registry (https://reg.clinicalgenome.org) — canonical allele identity for genetic variants. Resolves any HGVS / dbSNP / ClinVar / gnomAD reference to a stable ClinGen Allele Registry ID (CA#) and its cross-references, so a variant keeps one identity across genome builds and transcript versions.
Cloudflare Worker built on McpAgent (agents/mcp), REST + Code Mode via @bio-mcp/shared. Read endpoints only; no auth. Dev port 8905.
Why it exists
tmVar3's ~550 GB of chromosome-sharded SQLite exists to turn an HGVS string into a canonical allele. The Allele Registry does the same thing over a free public REST API — so we wrap the API instead of re-hosting the index. Every allele_registry_execute result carries a verifiable _meta.citation, and a CA# is a content-addressed allele identifier that drops straight into the fleet's attestation story.
Related MCP server: OpenCRAVAT
Tools (Code Mode)
allele_registry_search— discover endpoints in the curated catalogallele_registry_execute— run JS against the API in a V8 isolate (api.get/api.post,searchSpec, no network/keys); results carry_meta.citationallele_registry_get_schema/allele_registry_query_data— inspect + SQL-query staged results
Develop
./scripts/dev-servers.sh allele-registry # wrangler dev on :8905
pnpm --filter allele-registry-mcp-server run testUpstream
Base:
https://reg.clinicalgenome.org—GET /allele?hgvs=…,GET /allele/{CAid}, resolution by dbSNP / ClinVar / gnomAD / MyVariantInfo.Source descriptor:
ClinGen Allele Registry(ClinGen / NIH, freely available).
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceProvides a programmatic interface to the Genome Aggregation Database (gnomAD) API across versions v2.1.1, v3.1.2, and v4.1.0. It enables users to query gene metadata, variant information, population frequencies, and ClinVar data through a unified schema.Last updated125Apache 2.0

OpenCRAVATofficial
Flicense-qualityCmaintenanceAnnotate variants by with a deep and rich set of data. Can annotate: genetic change, rsID, CAid, HGVS (g./c./p.), protein change.Last updated5- FlicenseAqualityDmaintenanceProvides interpretable variant effect predictions for 4.2 million ClinVar variants using the EVEE API. Enables searching, comparing, and analyzing genetic variants with AI-generated mechanistic interpretations and disruption profiles.Last updated615
- Alicense-qualityDmaintenanceEnables real-time pharmacogenomics analysis, including variant clinical significance, drug-gene interactions, and dosing guidelines, by connecting to ClinVar, PharmGKB, gnomAD, and other databases.Last updated1MIT
Related MCP Connectors
Broad Institute gnomAD genomic variant database (GraphQL)
MCP gateway federating 21 biomedical MCP servers behind one endpoint: gnomAD, ClinVar, HPO, VEP.
Canine genomics for agents: breed allele frequencies, AI pathogenicity + OMIA clinical disease layer
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/QuentinCody/allele-registry-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server