streamable-httpupdated 5mo ago
Nutrition MCP — wraps Open Food Facts API (free, no auth)
O que dá para fazer com nutrition?
mcp-nutrition
Nutrition MCP — wraps Open Food Facts API (free, no auth)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
Tools
| Tool | Description |
|---|
Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"nutrition": {
"url": "https://gateway.pipeworx.io/nutrition/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Using with ask_pipeworx
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Nutrition data" })
The gateway picks the right tool and fills the arguments automatically.
More
License
MIT
Instalação
Adicione nutrition ao seu cliente. Escolha o que você usa.
claude mcp add --transport http nutrition https://gateway.pipeworx.io/nutrition/mcpcodex mcp add nutrition --url https://gateway.pipeworx.io/nutrition/mcp{
"mcpServers": {
"nutrition": {
"url": "https://gateway.pipeworx.io/nutrition/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"nutrition": {
"type": "http",
"url": "https://gateway.pipeworx.io/nutrition/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"nutrition": {
"url": "https://gateway.pipeworx.io/nutrition/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"nutrition": {
"serverUrl": "https://gateway.pipeworx.io/nutrition/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Pontuação
39 / 100
Incompleta
- Documentação19/25
- Manutenção13/25
- Confiança6/20
- Capacidade0/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 152 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 0.1.0Mais recente | 1 de abr. de 2026 |