allele-registry-mcp-server
Enables resolving genetic variant identifiers (HGVS, dbSNP, ClinVar, gnomAD) to stable ClinGen Allele Registry IDs (CA#) and cross-references, providing a canonical allele identity across genome builds.
README
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.
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 test
Upstream
- 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).
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.