OpenFoodTox Food Chemical Hazards
MCP server providing tools to access EFSA's comprehensive OpenFoodTox Chemical Hazards in food dataset
🧪 MCP OpenFoodTox
Accessing EFSA's Chemical Hazards Database using natural language
A Model Context Protocol (MCP) providing access to EFSA's comprehensive OpenFoodTox database containing 8,006 chemical substances, 45,582 alternative names, and 54,621 study records from 2,437 scientific assessments across 8 interconnected data tables with over 138,000 entries.
This OpenFoodTox MCP server uses the latest EFSA dataset (updated 14 September 2023) (OpenFoodTox, data report, Zenodo) and addresses the critical need for accessible chemical safety data by consolidating EFSA's authoritative risk assessments of regulated food products, contaminants, pesticides, and feed additives. Unlike hard to use toxicological databases and spreadsheets scattered across various sources, OpenFoodTox provides structured hazard characterization data—including 11,357 risk assessments (ADI/TDI values), 11,698 toxicity endpoints (NOAEL, LD50), and 246 genotoxicity studies. This MCP makes EFSA's scientifically validated safety assessments readily available through natural language queries (via a large language model such as Claude Deesktop) for scientists, regulators, food manufacturers, and public health stakeholders.
🛠️ Tools
- Search Substance - Find substances by name, E-number, or description. Answers: "What is [substance]?"
- Get Substance Safety Assessment - Get safety flags (mutagenic, genotoxic, carcinogenic) for a substance. Answers: "Is [substance] safe?"
- Get Toxicity Endpoints - Get toxicity study data including NOAEL, LD50, and target organs. Answers: "What are the toxicity effects of [substance]?"
- Get Risk Assessments - Get safe intake limits (ADI/TDI values) and safety factors. Answers: "How much [substance] is safe daily?"
- Get Genotoxicity Details - Get detailed genotoxicity study information including test guidelines and results. Answers: "Is [substance] genotoxic?"
- Get Opinions - Retrieve EFSA opinion documents with publication dates, DOIs, and regulation information. Answers: "What EFSA opinions exist for [substance]?"
- List Substances by Class and Safety - Filter substances by category (food additive, pesticide, etc.) and safety criteria. Answers: "List all [category] substances" or "Show me carcinogenic food additives"
- List Substances by Assessment - Find substances matching specific risk assessment criteria (ADI/TDI ranges, assessment types, population groups). Answers: "List substances with ADI > 5 mg/kg" or "Find substances assessed for children"
🧾 Data Attribution
This project uses data from EFSA OpenFoodTox, the European Food Safety Authority’s chemical hazards database. Data source:
European Food Safety Authority (EFSA). OpenFoodTox – The EFSA Chemical Hazards Database. Zenodo, DOI: 10.5281/zenodo.8120114 . © European Food Safety Authority. Licensed under Creative Commons Attribution 4.0 International (CC BY 4.0) .
Official EFSA dataset page: https://www.efsa.europa.eu/en/data-report/chemical-hazards-database-openfoodtox
Disclaimer: OpenFoodTox compiles toxicological reference values and hazard data extracted from EFSA’s scientific opinions. The dataset is provided for transparency and research purposes; for regulatory or legal use, always consult the original EFSA scientific outputs.
📋 Requirements
- Python 3.12+
- uv package manager
- More details
⚡ Quick Installation in 2 steps
- Create virtual environment, install dependencies and setup the database (required on first run)
make setup
No virtual environment activation is required
- Install MCP server in Claude Desktop (optional)
# Automated installation
make claude
If you prefer to install manually, add to Claude Desktop user -> settings -> Developer -> Local MCP servers -> Edit Config:
{
"mcp-openfoodtox": {
"command": "absolute/path/to/mcp-openfoodtox/.venv/bin/python",
"args": ["absolute/path/to/mcp-openfoodtox/main.py"]
}
}
The config file location:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%/Claude/claude_desktop_config.json - Linux:
~/.config/Claude/claude_desktop_config.json
📦 Prerequisites Installation Details
📦 Install uv
Mac/Linux
curl -LsSf https://astral.sh/uv/install.sh | sh
Or via HomeBrew (Mac)
brew install uv
Windows
winget install astral-sh.uv
🐍 Install Python 3.12+
uv python install 3.12
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
©️ Copyright
Copyright (c) 2025 Spyros Zevelakis, Phoebe AI Limited
This software is open source and available under the MIT License.
관련 서버
N.I.N.A. Advanced API
Control the N.I.N.A. (Nighttime Imaging 'N' Astronomy) software through its Advanced API.
mcp-server-openai-bridge
Bridge to OpenAI API. Access GPT, GPT-o and other OpenAI models through MCP.
Chia Health MCP Server
Chia Health MCP Server — Patient workflow integration for a licensed US telehealth platform. Browse GLP-1 medications (semaglutide, tirzepatide), peptide therapies (sermorelin, NAD+, glutathione), and longevity treatments. Check eligibility, complete intake, sign consents, and manage treatment plans. 30 tools, HIPAA-compliant. All prescriptions evaluated by licensed US healthcare providers and delivered from FDA-regulated pharmacies across 50 states + DC.
Transkribus MCP Server
MCP server for the Transkribus REST API — manage collections, documents, HTR/OCR recognition, models, and more. 290 tools across 22 resource domains.
Upstox MCP Server
A Model Context Protocol (MCP) server that integrates with the Upstox Trading API, enabling AI agents like Claude to securely access Indian stock market data, perform technical analysis, and view account information in read-only mode.
Etsy
A TypeScript-based MCP server for interacting with the Etsy API, featuring a simple notes system.
OctoEverywhere For 3D Printing
A 3D Printing MCP server that allows for querying for live state, webcam snapshots, and 3D printer control.
Skillbase/spm
npm for AI skills. Create, share, and discover reusable AI instructions for any model via MCP.
Audio Player
An MCP server for controlling local audio file playback.
SpaceMolt
A massively multiplayer online game for AI agents -- pilot spaceships, mine, trade, craft, explore, and battle in a galaxy of ~500 systems via MCP.