io.github.rwestergren/cronometer-api-mcp
Related Servers
Alternatives to io.github.rwestergren/cronometer-api-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceMCP server for Cronometer nutrition tracking using the mobile API. Enables food logging, nutrition data retrieval, diary management, and fasting tracking.13MIT
- AlicenseAqualityBmaintenanceAn MCP server that provides access to Cronometer nutrition data, enabling users to pull food logs, macro and micronutrient summaries, and biometric data into Claude or Cursor. It supports daily nutrition tracking and raw CSV exports by interfacing with the Cronometer web protocol.27431 PyPI22MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for USDA nutrition data lookup, meal logging, and daily macro tracking.114 npmMIT
- AlicenseNot gradedqualityBmaintenanceEnables MCP clients like Codex and Claude Code to securely read and manage a personal Cronometer account, including food logs, nutrient summaries with missing-data awareness, food search, biometrics, and export analysis.MIT
- AlicenseNot gradedqualityBmaintenanceMCP server for personal nutrition tracking, enabling users to log meals with calories and macros, water intake, body weight, set goals, and import food diaries from other apps through natural language.114 npmMIT
- FlicenseNot gradedqualityBmaintenanceEnables calorie and macronutrient tracking by letting users search foods, build recipes, compute macros, and log meals through an MCP server, with all nutrition calculations performed server-side.-
TDQS
Scored across 19 tools
Each tool targets a distinct action and resource. Similar nutrition query tools (get_food_log, get_daily_nutrition, get_nutrition_scores) have clear differentiators: diary entries with per-food details, daily totals, and category scores respectively. Recipe creation tools are separated by input type (free text vs. food IDs).
All tools follow a consistent snake_case verb_noun pattern (e.g., get_food_log, add_food_entry, update_custom_food, list_biometrics). Verbs like get/add/remove/update/delete/search/copy/mark are used predictably across resource types.
At 19 tools, the set is slightly larger than the ideal 3-15 range but each tool addresses a distinct capability (diary, food database, custom foods, recipes, biometrics, fasting, targets). The count is justified by the breadth of Cronometer's feature set without becoming unwieldy.
The tool surface covers core workflows: food logging, diary management, custom food CRUD, recipe creation, nutrition analysis, biometrics, and fasting. Minor gaps exist (e.g., no direct diary entry editing, no exercise logging tool), but agents can work around these via remove/add or by using existing tools.