Back to Home
opentargets icon

open-targets-platform-mcp

Verified Safe

by opentargets

Overview

This server acts as a Model Context Protocol (MCP) endpoint, enabling AI assistants to interact with the Open Targets Platform GraphQL API for drug discovery and target-disease association data.

Installation

Run Command
docker run -d -p 8000:8000 -e OTP_MCP_HTTP_HOST=0.0.0.0 ghcr.io/opentargets/open-targets-platform-mcp

Security Notes

The server uses `jq.compile()` to process JSON responses based on user-provided `jq_filter` strings. While `jq` is a domain-specific language for JSON transformation and not arbitrary code execution, a malicious or overly complex filter could potentially lead to resource exhaustion (Denial of Service) if not adequately rate-limited or validated. However, the project includes adaptive rate limiting middleware and error detail masking, which helps mitigate some risks. No obvious hardcoded secrets were found.

Similar Servers

Stats

Interest Score42
Security Score7
Cost ClassMedium
Avg Tokens750
Stars12
Forks1
Last Update2026-01-11

Tags

AIGraphQLDrug DiscoveryBioinformaticsAPI Integration