Open Food Facts✓
io.github.domdomegg/openfoodfacts-mcp · v2.5.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.domdomegg/openfoodfacts-mcp",
"description": "Search and contribute to the Open Food Facts database.",
"title": "Open Food Facts",
"repository": {
"url": "https://github.com/domdomegg/openfoodfacts-mcp.git",
"source": "github"
},
"version": "2.5.1",
"websiteUrl": "https://github.com/domdomegg/openfoodfacts-mcp#readme",
"packages": [
{
"registryType": "npm",
"identifier": "openfoodfacts-mcp",
"version": "2.5.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "User-Agent string in format 'AppName/Version (email)'. Required by the Open Food Facts API.",
"isRequired": true,
"name": "OFF_USER_AGENT"
},
{
"description": "Open Food Facts user ID (optional, needed for write operations).",
"name": "OFF_USER_ID"
},
{
"description": "Open Food Facts password (optional, needed for write operations).",
"isSecret": true,
"name": "OFF_PASSWORD"
},
{
"description": "Country subdomain (default: 'world').",
"name": "OFF_COUNTRY"
}
]
},
{
"registryType": "npm",
"identifier": "openfoodfacts-mcp",
"version": "2.5.1",
"runtimeHint": "npx",
"transport": {
"type": "streamable-http",
"url": "http://localhost:3000/mcp"
},
"environmentVariables": [
{
"description": "Transport type.",
"isRequired": true,
"value": "http",
"name": "MCP_TRANSPORT"
},
{
"description": "User-Agent string in format 'AppName/Version (email)'. Required by the Open Food Facts API.",
"isRequired": true,
"name": "OFF_USER_AGENT"
},
{
"description": "Open Food Facts user ID (optional, needed for write operations).",
"name": "OFF_USER_ID"
},
{
"description": "Open Food Facts password (optional, needed for write operations).",
"isSecret": true,
"name": "OFF_PASSWORD"
},
{
"description": "Country subdomain (default: 'world').",
"name": "OFF_COUNTRY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}