MCP Server
Agent MCP BrightData
An intelligent agent using the Model Context Protocol to iteratively explore and analyze websites in a structured way, with built-in duplicate protection and conversational interface.
0
GitHub Stars
11/23/2025
Last Updated
No Configuration
Please check the documentation below.
README Documentation
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 :
Quick Actions
Key Features
Model Context Protocol
Secure Communication
Real-time Updates
Open Source