Productivity
forkmate.ai
Provides an interface for users to log and query their daily food diary, including calorie and macro tracking, and manage dietary preferences.
ENDPOINT 1
https://mcp.forkmate.ai
MCP server metadata
- Name
- forkmate
- Version
- 0.0.0
Known tools 12
get_rangeRead the user's diary across a date range, with per-day calorie/macro totals.
Inferred read-onlyget_preferencesRead 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 allergies to avoid (the big-9 major allergens), foods they dislike, and a typical-portion note.
Inferred read-onlyupdate_mealCorrect 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.
Inferred read-onlydelete_mealDelete a food from the user's diary — remove one food from an entry (by `item_index`), or the whole entry (omit `item_index`).
Potential side effectsget_pantryRead 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 one.
Inferred read-onlyadd_pantry_itemAdd a food to the user's pantry, or UPDATE it if it's already there (matched by name, any casing) — e.
Potential side effectssearch_foodsSearch USDA FoodData Central and Open Food Facts for foods matching a query, returning candidates with macros and a `source` you can show the user.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.forkmate]
url = "https://mcp.forkmate.ai"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"forkmate": {
"type": "http",
"url": "https://mcp.forkmate.ai"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: forkmate
Remote MCP URL: https://mcp.forkmate.ai
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"forkmate": {
"url": "https://mcp.forkmate.ai"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"forkmate": {
"type": "http",
"url": "https://mcp.forkmate.ai"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "forkmate",
"transport": "streamable-http",
"url": "https://mcp.forkmate.ai"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for forkmate.ai was fetched 2026-08-04T01:45:42.525Z and is being refreshed.
forkmate.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.