open-food-facts-mcp

mrfentmen/open-food-facts-mcp
★ 0 stars TypeScript AI/LLM Updated today
Niche public data MCP server: open-food-facts-mcp
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "open-food-facts-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mrfentmen/open-food-facts-mcp"
      ]
    }
  }
}

README Excerpt

Look up packaged food products when an agent needs ingredient, allergen, or nutrition context. This is useful for pantry tools, recipe assistants, accessibility workflows, and barcode experiments. - `get_product`: retrieve a product by barcode. - `search_products`: search products by text with a deliberately small result set.

Tools (2)

get_productsearch_products