F
ForkMate
12 endpointsliveLog what you ate and recall your calorie/macro diary by talking to your AI assistant. (MCP server ai.forkmate/forkmate, aggregated from the official registry)
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, and then use Cracked to show me what I can do for ForkMate.
| Endpoint | What it does | Price | Health |
|---|---|---|---|
| whoami /whoami | Diagnostic: returns the authenticated user id and scopes. | $0.0020 per call | unknown |
| get day /get_day | Read the user's food diary for a day (entries + calorie/macro totals). SAFETY: all calorie and macro values here — including carbohydrates — are ESTIMATES (from | $0.0020 per call | unknown |
| get range /get_range | Read the user's diary across a date range, with per-day calorie/macro totals. SAFETY: all calorie and macro values here — including carbohydrates — are ESTIMATE | $0.0020 per call | unknown |
| get preferences /get_preferences | Read the user's saved dietary preferences so you can tailor logging and suggestions WITHOUT re-asking every chat: their diet style, a structured list of allergi | $0.0020 per call | unknown |
| log meal /log_meal | 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. SAFETY: all | $0.0020 per call | unknown |
| update meal /update_meal | Correct a food already logged to the user's diary — fix a wrong calorie/macro value, quantity, or name, or move an entry to a different meal. Identify the entry | $0.0020 per call | unknown |
| delete meal /delete_meal | Delete a food from the user's diary — remove one food from an entry (by `item_index`), or the whole entry (omit `item_index`). Identify the entry by its `id` an | $0.0020 per call | unknown |
| get pantry /get_pantry | Read the user's PANTRY — the foods they keep ON HAND (their staples), so you can suggest meals from what they actually have and pre-fill macros when they log on | $0.0020 per call | unknown |
| add pantry item /add_pantry_item | Add a food to the user's pantry, or UPDATE it if it's already there (matched by name, any casing) — e.g. 'add rolled oats to my pantry'. Only `name` is required | $0.0020 per call | unknown |
| remove pantry item /remove_pantry_item | Remove a food from the user's pantry by name — e.g. 'take eggs off my pantry list'. This removes it from their on-hand STAPLES only; it does NOT delete anything | $0.0020 per call | unknown |
| search foods /search_foods | 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: t | $0.0020 per call | unknown |
| lookup barcode /lookup_barcode | 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 logg | $0.0020 per call | unknown |