agr-mcp-server-js
Verified Safeby nuin
Overview
Provides a Model Context Protocol (MCP) server for accessing genomics data from the Alliance of Genome Resources across multiple model organisms.
Installation
npx agr-mcp-serverSecurity Notes
The server uses Zod for robust input validation for all tool arguments. It interacts with public, read-only external APIs (Alliance of Genome Resources). No hardcoded secrets were found in the provided source code. Docker deployments are configured with strong security hardening (read-only filesystem, no-new-privileges). The `CHANGELOG.md` mentions query and error message sanitization, although explicit implementation details for all types of injections beyond Zod validation were not fully visible in the truncated `client.ts`. As it primarily makes HTTP requests and does not execute arbitrary code or interact with local databases based on user input, the risk is minimal.
Similar Servers
knowledgebase-mcp
A standardized Model Context Protocol (MCP) server that aggregates and provides AI systems with access to diverse biomedical knowledge bases and analysis tools.
opentargets-mcp
Serves as a Model Context Protocol (MCP) server exposing the Open Targets Platform GraphQL API as a set of structured tools for AI agents and other MCP-compatible clients to access biomedical data.
data-commons-search
Provides a natural language search interface over open-access scientific datasets and tools, assisted by a Large Language Model (LLM) through the Model Context Protocol (MCP).
data-commons-mcp
A server that facilitates natural language search for open-access scientific datasets and tools using a Large Language Model (LLM) and the Model Context Protocol (MCP).