mcp-openfoodtox
Verified Safeby sakkkysaka
Overview
Access, search, and analyze EFSA's OpenFoodTox chemical hazards dataset to explore food safety information, toxicity endpoints, risk assessments, and substance safety profiles.
Installation
make runSecurity Notes
The server uses `sqlite3` and `pandas.read_sql_query` for database interactions. All queries observed utilize parameterized inputs (`params=...`), which effectively prevents SQL injection vulnerabilities. No `eval` or `exec` functions were found, nor were any hardcoded secrets or malicious patterns detected. The `FastMCP` server is configured to run with `transport='stdio'`, implying local communication typically used for LLM agent integration, which limits its direct network attack surface. However, `httpx` is a dependency, and the README mentions 'Active internet connection for updates and dataset access', suggesting external network calls might occur as part of a broader system or initial setup not directly within the provided server runtime logic.
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.
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).
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).
OpenFoodFacts-MCP
Provides contextual information and specialized tools for Open Food Facts data and development tasks to AI-powered development tools using the Model Context Protocol.