Handles configuration through environment variables loaded from a .env file, managing API tokens and authentication details.
Implements a web API interface to access the agent's functionality, with interactive documentation available at /docs and /redoc endpoints.
References GitHub for project repository hosting, providing version control and collaboration features.
Provides external search capabilities through the search_engine tool that leverages Google for validation and complementary information.
Used as the WSGI HTTP server for production deployment, handling the scaling of worker processes for the web application.
Offers content extraction from web pages in Markdown format through the scrape_as_markdown tool for structured data processing.
Integrates with OpenAI's API for powering the agent's intelligence, requiring an API key for operation.
Supports deployment to Render cloud platform with included render.yaml file for automatic configuration and deployment options.
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 :
Installer les dépendances :
Related MCP server: WebSearch-MCP
Utilisation
Lancer le serveur :
Le serveur sera disponible sur ws://localhost:8000.
Outils disponibles
get_variants_for_gene: Récupère les variants DBSNP associés à un gèneParamètre :
gene(array de strings) - Tuple [namespace, id], ex: ["HGNC", "9896"]