← Registry

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.

1 endpoint12 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://mcp.forkmate.ai

No auth detected

MCP server metadata

Name
forkmate
Version
0.0.0
Capabilities
tools

Known tools 12

whoami

Diagnostic: returns the authenticated user id and scopes.

Inferred read-only
get_day

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

Inferred read-only
get_range

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

Inferred read-only
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 allergies to avoid (the big-9 major allergens), foods they dislike, and a typical-portion note.

Inferred read-only
log_meal

Log what the user ate to their food diary.

Inferred read-only
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.

Inferred read-only
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`).

Potential side effects
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 one.

Inferred read-only
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.

Potential side effects
remove_pantry_item

Remove a food from the user's pantry by name — e.

Potential side effects
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.

Inferred read-only
lookup_barcode

Look up a packaged food by its UPC/EAN barcode via Open Food Facts.

Inferred read-only

CONNECT 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.

Trust status Neutral

forkmate.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.