nutri (vryahn/nutri) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 11 tools. No publisher has claimed this listing.
Production nutrition-tracking PWA (React, Supabase) built and operated inside Claude Code: production RAG pipeline, hybrid semantic search (pgvector), self-built remote MCP server (OAuth 2.1 + PKCE, RLS-enforced), three-model AI fallback chain, and an LLM eval harness gating every release.
Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.
How we verified
Verified is a snapshot. Live keeps it current, and builds your track record.
⚡ Connect GitHub → continuous verification on every pushwhy connect →Who stands behind it
vryahn
Source: github_repo_search
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →
Install from
The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.
These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.
search_catalogBusca alimentos y recetas por nombre/marca (ilike). Valores por 100 g. is_mine indica si el ítem es propio (owner del food/receta); el catálogo base compartido (owner NULL) aparece con is_mine:false.
log_entryRegistra un consumo (cantidad SIEMPRE en gramos; el agua se registra con el food "Agua", grams = ml). Preferir food_id/recipe_id (de search_catalog); item (nombre) es fallback y puede enganchar un homónimo.
delete_entryBorra un registro de consumo por id (RLS limita a los propios).
get_dayTotales del día (daily_totals) + registros individuales (entry_nutrients), con etiqueta y nombre. Default hoy.
get_targetsObjetivo resuelto para una fecha (día específico si existe, si no la fase dow vigente), con label/goal de la fase y `bounds` ({clave:{min,max}} explícitos por nutriente; vacío = arquetipo por defecto). Default hoy.
set_target_boundsFija límites explícitos mín/máx por nutriente en el objetivo que aplica a una fecha: su día específico si existe, si no TODA la fase vigente/programada (las fases pasadas se rechazan). Patch por clave: {min,max} reemplaza el bound de ese nutriente, null lo quita, las claves no enviadas se conservan;…
create_foodCrea un alimento en tu catálogo, TODO por 100 g. Guarda bajo responsabilidad del usuario; los avisos ⚠ (kcal vs macros, valores implausibles, componentes inconsistentes) se muestran también en la app y NO bloquean el guardado. Las claves de micros inválidas SÍ bloquean (error).
create_recipeCrea una receta a partir de ingredientes existentes en el catálogo (food_id + gramos). cooked_weight_g es el peso final tras cocinar; si se omite o es 0 se usa la suma de gramos de los ingredientes. Devuelve los valores por 100 g calculados.
update_foodEdita un food. Si es propio, actualiza en sitio (portions-only no cambia la fuente; cualquier otro campo marca source:"ia_personal" y limpia reviewed_at). Si es del catálogo base o de otro dueño (no editable), crea tu propia copia (forked:true) sin tocar el original. Prohibido: borrar foods o editar…
log_measurementGuarda mediciones corporales (bioimpedancia, circunferencias) del día en la tab Medidas. Claves EXACTAS de BODY_METRICS en domain.js (peso_kg, grasa_pct, musculo_kg, agua_pct, grasa_visceral, metabolismo_basal_kcal, …); claves libres se rechazan. Merge con lo ya guardado ese día: solo pisa las clave…
get_measurementsMediciones corporales por rango de fechas (ambos extremos opcionales), orden descendente por día.
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
Vitest: Path Traversal / Arbitrary File Read via @vitest/mocker Redirect Mock
EVAL_MODELFDC_KEYenables USDA FoodData Central match chips ([free key](https://fdc.nal.usda.gov/api-key-signup)); in production it stays server-side behind /api/ai, in dev the VITE_ one calls FDC directlyGEMINI_KEYGROQ_KEYMISTRAL_KEYVITE_FDC_KEYenables USDA FoodData Central match chips ([free key](https://fdc.nal.usda.gov/api-key-signup)); in production it stays server-side behind /api/ai, in dev the VITE_ one calls FDC directlyVITE_GEMINI_KEYenables "Datos con IA", semantic search, and "ask your log" ([Google AI Studio](https://aistudio.google.com/apikey) free tier, no billing); without it those modules are hiddenVITE_GROQ_KEYVITE_MISTRAL_KEYenables the Mistral tail of the AI fallback cascade; skipped if absentVITE_SUPABASE_ANON_KEYanon/publishable keyVITE_SUPABASE_URLSupabase project URLPORTAll four hints declared on every tool
10/11 tools missing one or more hints — search_catalog (missing: destructiveHint, idempotentHint); log_entry (missing: idempotentHint); get_day (missing: destructiveHint, idempotentHint), +7 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.
For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.
Destructive tools are labelled
4 tools perform destructive updates without destructiveHint — set_target_bounds overwrites at line 188 (supabase.from('targets').update({ bounds: merged })); create_recipe deletes at line 273 (supabase.from('recipes').delete()); update_food overwrites at line 321 (supabase.from('foods').update(updatePayload))
Add destructiveHint:true to any tool whose handler calls .delete(), .upsert(), .update(), unlink, rm, DELETE, DROP, REPLACE INTO, or any operation that overwrites existing data.
License file
No license file
Add a LICENSE file (MIT, Apache-2.0, etc.).
Tool test coverage
Only 1/11 tools referenced in tests (9%)
Write tests that reference each tool by name so every tool has at least one test.
Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.
[](https://m8ven.ai/mcp/vryahn/nutri)?variant=verified from the URL.Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.
https://m8ven.ai/api/mcp/tool-check