Skip to main content
Glama
ayeyouok

a207-meal-plan-mcp

by ayeyouok

a207-meal-plan-mcp(M7 · 食谱生成)

儿童 CKD 食谱生成 MCP(营养师可调)。按 M3 的 PRNT 目标(能量/蛋白/钾/磷/钠)生成多日食谱(3 餐 + 加餐),并给出每项目标的达成率。纯计算、无跨包依赖。

工具清单

工具

读写

调用方

说明

generate_meal_plan

营养师

按 PRNT 目标生成多日食谱 + 达成率

get_meal_plan_nutrients

营养师

从已生成 plan 重新汇总平均每日营养素(校验)

Related MCP server: nutrition_db

输入来源

  • 目标值(能量/蛋白/钾/磷/钠)来自 M3 calc_prnt_targets

  • 食物数据:本包内置 data/foods_ckd.json(CKD 适宜食物子集,约 40 项)。

集成说明(重要):为满足「零跨包 import」工程纪律,M7 不调用 M5。生产环境应将内置子集替换为调用 M5 lookup_food_nutrients(1752 食物库)实时取数,使食谱养分与 M5 单一事实源一致。本内置子集数值为常见食物成分近似值,仅供离线演示。

回写约定

生成的食谱条目养分须经 M5 计算后,通过 M3 upsert_food_diary 回写 diet_diary_3d,才能被 M3 assess_intake_vs_target 校验(D 约定见 docs/05)。

运行与部署

与其他 4 个 MCP 一致,发 PyPI 后裸 uvx 可用:

python -m build
python -m twine check dist/*
python -m twine upload dist/*     # 用同一个 NFYY 凭据
uvx --refresh a207-meal-plan-mcp

测试

python tests/test_tools.py

已知缺口(非阻断)

  • 生成策略为确定性启发式(主食供 50% 能量、蛋白源供 70% 蛋白、蔬果固定 100g、油脂补能),非多目标优化求解;多样化仅通过每日轮换食物实现。

  • 未做「食物相克 / 口味偏好 / 烹饪方式」约束,后续可由营养师 Skill 叠加。

  • 未内嵌 M5 全量食物库(见上方集成说明)。

Install Server
F
license - not found
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    B
    quality
    B
    maintenance
    Enables AI agents to generate budget-disciplined, allergy-safe weekly meal plans, shopping lists, and meal swaps using a fully local deterministic engine.
    Last updated
    20
  • A
    license
    A
    quality
    B
    maintenance
    This MCP server generates individualized meal plans for children with chronic kidney disease (CKD) based on KDIGO 2024/PRNT 2020/KRCP 2025 guidelines, incorporating patient age, CKD stage, allergies, dietary culture, and diet diary analysis. It provides deterministic nutrient computations and tools for meal plan generation, food database lookup, and risk analysis.
    Last updated
    13
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Provides deterministic parental guidance for children with chronic kidney disease, including food safety checks, lab report interpretation, and nutrient-aware food substitutions based on authoritative guidelines and the Chinese Food Composition Table.
    Last updated
    MIT

View all related MCP servers

Related MCP Connectors

  • Patient, meal plan, prescription, chart and anthropometry management for dietitians.

  • Patient, prescription, anthropometry, scheduling, chat and food diary management for dietitians.

  • Spoonacular food API: recipes, nutrition, ingredients, meal plans. Free 150/day.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ayeyouok/a207-meal-plan-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server