MCP server exposing 2 tools for openfoodtox.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/openfoodtox/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
openfoodtox_hazard_profile — Get EFSA's derived toxicological reference values for a chemical substance in food or feed — acceptable daily intake (ADI), acute reference dose (ARfD), tolerable intakes, and operator exposure levels — each with the assessment body that set it and the critical endpoint it was based on. Use for questions like "what is the ADI for glyphosate" or "what tolerable intake has EFSA set for cadmium". Covers 3,437 substances that have at least one reference value, from EFSA OpenFoodTox 3.0.openfoodtox_search — Search EFSA OpenFoodTox for assessed substances by name fragment, returning each match with how many reference values it carries. Use to find the exact substance name before requesting a hazard profile, or to see which related compounds EFSA has assessed.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/openfoodtox/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io