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 :
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"]
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
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.
Related MCP Servers
- AsecurityAlicenseAqualityAI-driven browser automation server that implements the Model Context Protocol to enable natural language control of web browsers for tasks like navigation, form filling, and visual interaction.Last updated -12MIT License
- AsecurityFlicenseAqualityA Model Context Protocol server that enables AI assistants to perform real-time web searches, retrieving up-to-date information from the internet via a Crawler API.Last updated -123517
- AsecurityAlicenseAqualityA Model Context Protocol server enabling AI assistants to scrape web content with high accuracy and flexibility, supporting multiple scraping modes and content formatting options.Last updated -4292MIT License
- AsecurityFlicenseAqualityA Model Context Protocol server that intelligently fetches and processes web content, transforming websites and documentation into clean, structured markdown with nested URL crawling capabilities.Last updated -2255