elonmsk/mcp
3.2
If you are the rightful owner of mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The MCP Indra Variants Server is a specialized server designed to retrieve DBSNP variants associated with genes using the Indra Discovery API.
Tools
1
Resources
0
Prompts
0
MCP Indra Variants Server
Un serveur MCP (Model Context Protocol) qui récupère les variants DBSNP associés aux gènes via l'API Indra Discovery.
Installation
- Créer et activer l'environnement virtuel :
python3 -m venv venv
source venv/bin/activate # Sur macOS/Linux
# ou
venv\Scripts\activate # Sur Windows
- Installer les dépendances :
pip install -r requirements.txt
Utilisation
Lancer le serveur :
python server.py
Le serveur sera disponible sur ws://localhost:8000
.
Outils disponibles
get_variants_for_gene
: Récupère les variants DBSNP associés à un gène- Paramètre :
gene
(array de strings) - Tuple [namespace, id], ex: ["HGNC", "9896"]
- Paramètre :