F
ForkMate
/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
liveunknown~5s typical
mcpforkmate
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-forkmate-forkmate /add_pantry_item for me.
Input
| Field | Type | Description |
|---|---|---|
| name* | string | The food to keep on hand, e.g. 'rolled oats'. |
| macros | object | Macros for ONE serving of this food, when known. |
| serving | string | Serving label the macros are for, e.g. '1 cup' or 'per 100 g'. |
| source | string (client | usda | off | usda-index | mfp-import | manual) | Where the macros came from, if grounded via search_foods/lookup_barcode (e.g. 'usda'). Def |
| note | string | Optional short note, e.g. 'the Costco tub'. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-forkmate-forkmate","endpoint":"/add_pantry_item","input":{"name":"..."}}'cli
npx cracked-ai run -p mcp-ai-forkmate-forkmate -e /add_pantry_item -i '{"name":"..."}'mcp
run_tool({ provider: "mcp-ai-forkmate-forkmate", endpoint: "/add_pantry_item", input: {"name":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.