OpenCRAVAT
Genetic variant annotation
OpenCRAVAT MCP Server
This repository contains an MCP (Model Context Protocol) server that exposes OpenCRAVAT-powered variant annotation as callable tools. It runs as a Cloudflare Worker (via Wrangler) and proxies requests to public OpenCRAVAT services.
What this server provides
It exposes MCP tools that let an MCP client:
- Discover which OpenCRAVAT annotators are being run (a curated default set).
- Inspect annotator output schemas (field names/types/descriptions).
- Annotate variants by:
- genomic coordinates (chrom/pos/ref/alt). Accepts only GRCh38/hg38 coordinates.
- dbSNP rsID
- ClinGen Allele Registry ID (CAid)
- HGVS (g./c./p.)
- Convert a protein missense notation (e.g., BRAF V600E) into candidate GRCh38 genomic HGVS changes (via SynVar), which you can then pass to HGVS annotation.
Connecting
This MCP server is hosted remotely at
https://mcp.opencravat.org/sse
It can also be run locally.
Claude
To connect to Claude, follow these instructions. Use the URL above, and do not set up auth. No user-specific data is needed for the MCP to work. Remember to enable the MCP for your chat.
ChatGPT
To connect with ChatGPT, you must enable developer mode, then add a custom app:
- Open Settings
- Go to Apps
- In Advanced Settings, use the toggle to turn on “Developer Mode”
- Click Create App
- Use the URL above as the “MCP Server URL”
- Set Authentication to “No Auth”
- Add a name to the MCP App that you’ll easily recognize, such as “OpenCRAVAT”
You will have to add the MCP to a new chat using the + icon in the lower left of the chat box.
Running Locally
Prerequisites:
- Node.js (recent enough for modern TypeScript tooling; Node 18+ recommended)
- npm
Install dependencies:
npm install
Start the dev server (Wrangler):
npm start
By default, your MCP endpoint will be:
http://localhost:8787/sse
Connect Claude Desktop
To connect to your MCP server from Claude Desktop, follow Anthropic's Quickstart and within Claude Desktop go to Settings > Developer > Edit Config.
Update with this configuration:
{
"mcpServers": {
"OpenCRAVAT": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:8787/sse"
]
}
}
}
Restart Claude and you should see the tools become available.
Related Servers
Bitnovo Pay
MCP server for Bitnovo Pay integration with AI agents. Provides cryptocurrency payment capabilities through Bitnovo Pay API. Features include payment creation, status checking, QR code generation, and webhook management with support for multiple tunnel providers (ngrok, zrok, manual).
WoWok
A server for the WoWok platform, designed for co-creation, transactions, and empowering potential.
Hava Durumu
Provides weather data using the Open-Meteo API.
MCP-TFT
Provides accurate Teamfight Tactics (TFT) analysis using Data Dragon and community meta insights.
Fundamental Labs/Minecraft Client
Control Minecraft bots with AI integration. Requires a Java Edition Minecraft server.
Tickory MCP Server
Scheduled scans across all Binance spot and perpetual pairs using CEL rules (RSI, volume, MAs, price action). Runs server-side 24/7, fires webhooks on match, with delivery proof and alert explainability.
Simple Animal Data MCP Server
A simple MCP server providing static information about animals like cats, dogs, and birds.
Tripletex MCP Server
MCP server for Tripletex — Norwegian ERP and accounting platform. Invoices, customers, employees, projects, and ledger entries.
Decision Anchor
Non-judgmental external anchoring for AI agent decisions. Records accountability boundaries.
Currency And Oil
Zenrus MCP Server 是一个提供实时货币汇率和石油价格的服务器,支持多种计算功能,适用于金融分析和自动化工具集成。