F
ForkMate
/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
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 /search_foods for me.
Input
| Field | Type | Description |
|---|---|---|
| query* | string | Food to search, e.g. 'greek yogurt' or 'Chipotle chicken'. |
| limit | number | Max candidates to return (default 5, clamped to 1–10). |
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":"/search_foods","input":{"query":"..."}}'cli
npx cracked-ai run -p mcp-ai-forkmate-forkmate -e /search_foods -i '{"query":"..."}'mcp
run_tool({ provider: "mcp-ai-forkmate-forkmate", endpoint: "/search_foods", input: {"query":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.