Connects Claude to Open Food Facts, the collaborative database of food products from around the world. Exposes five tools: look up products by barcode, run full-text searches, filter by category, brand, or country of origin. Runs as a hosted service through the Pipeworx gateway, so no local setup required. Useful when you need to pull nutritional data, ingredient lists, or allergen information into your workflow. Part of a larger gateway that includes 673+ other data sources if you need to combine food data with other APIs. Free to use, MIT licensed.
Open Food Facts MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
product | Product by barcode. |
search | Full-text search. |
category | Products by category. |
brand | Products by brand. |
country | Products from a country. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"openfoodfacts": {
"url": "https://gateway.pipeworx.io/openfoodfacts/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Openfoodfacts data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
hovecapital/read-only-local-postgres-mcp-server
cocaxcode/database-mcp
io.github.infoinlet-marketplace/mcp-mysql
io.github.cybeleri/database-admin
io.github.yash-0620/postgres-mcp-secured