ForkMate
ai.forkmate/forkmateEffortless calorie tracking for people who train — just tell your AI what you ate.
Tools · 6
Diagnostic: returns the authenticated user id and scopes.
Read the user's food diary for a day (entries + calorie/macro totals).
Read the user's diary across a date range, with per-day calorie/macro totals.
Log what the user ate to their food diary. Parse the user's free text into items and, when you can, include estimated macros per item for accuracy.
Search USDA FoodData Central and Open Food Facts for foods matching a query, returning candidates with macros and a `source` you can show the user. IMPORTANT: the macros are PER 100 g (see each candid…
Look up a packaged food by its UPC/EAN barcode via Open Food Facts. IMPORTANT: the macros are PER 100 g (see `serving`) — scale to the portion eaten before logging with log_meal. Pass the returned `so…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"forkmate": {
"url": "https://app.forkmate.ai/mcp",
"transport": "streamable-http"
}
}
}