Skip to content
Back to search
100
MCP live v0.1.2 streamable-http

ForkMate

ai.forkmate/forkmate

Effortless calorie tracking for people who train — just tell your AI what you ate.

Uptime
50.0%
2 probes
Response
142ms
last probe
Tools
6
callable

Tools · 6

whoami

Diagnostic: returns the authenticated user id and scopes.

get_day

Read the user's food diary for a day (entries + calorie/macro totals).

get_range

Read the user's diary across a date range, with per-day calorie/macro totals.

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.

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: the macros are PER 100 g (see each candid…

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 logging with log_meal. Pass the returned `so…

Similar MCP servers embedding-nearest

io.github.AIDataNordic/food-recipe-mcp live
Semantic search across 50,000+ food recipes with hybrid retrieval and reranking.
2 tools · streamable-http
TrueCal
Use TrueCal from AI agents to review progress, meals, targets, trends, and supported updates.
0 tools · streamable-http
ai.dynamicfeed/dynamic-feed live
Fresh data AI models lack: live prices, software versions, CVEs, service status & more.
91 tools · streamable-http
n8n-nodes-doordash-scraper
Scrape **DoorDash** chain menus: **prices, calories, item modifiers/options, descriptions, images** + store rating, delivery fee & ETA. Clou
0 tools
promptdiet
Token-optimizing MCP server for Cursor. Give your AI IDE access to specialized code agents backed by AST skeletonization and Eco-Telemetry.
0 tools
Token Diet
LLM token optimization gateway implementing semantic pruning.
0 tools · sse

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "forkmate": {
      "url": "https://app.forkmate.ai/mcp",
      "transport": "streamable-http"
    }
  }
}