food52-pp-mcp — MCP server for Food52 recipe and product data
draft — generated, polish on first use.
Category: pp-mcp Where it works: both Source: ~/.mcp.json
What it is
Remote MCP server exposing Food52 recipe search, product lookup, and related metadata. Tools are remote/Go-based and not locally introspectable.
How to trigger it
- “caută rețete Food52 pentru…”
- “arată-mi produsele Food52…”
- “folosește food52-pp-mcp”
- Direct command: verifică doctrina
- Auto-fires? no
How to use it
Operator mentions Food52 context or explicitly invokes the MCP; the server handles recipe/product queries and returns structured data via the MCP protocol.
Practical examples
- you: “caută rețete Food52 cu pui și lămâie” → returns matching recipes with ingredients and links.
- you: “ce produse Food52 au rating peste 4.5” → lists top-rated products from the catalog.
Tools
| tool | what it does | example |
|---|---|---|
| search_recipes | căută rețete după ingrediente sau cuvinte cheie | search_recipes(“pui, lămâie”) |
| get_product | obține detalii despre un produs Food52 | get_product(“sku-12345”) |
| list_categories | listează categoriile disponibile | list_categories() |
| get_recipe | preia rețeta completă după ID | get_recipe(“recipe-987”) |
Notes / limits
Remote server — latență posibilă; confirmă conectivitatea MCP înainte de utilizare; tool names sunt estimări standard (neconfirmate local).