integrations.sh
← all integrations

1-2-3-Cook!

MCP server openai

The easiest way to cook and bake with ChatGPT!

Just ask it to suggest a recipe, and this app displays it in an easy to use widget.

e.g.

  • "Display the recipe for apple pie in a widget"
  • "@1-2-3-Cook! show me Duck a l'Orange"
  • "How can I make spaghetti bolognese @1-2-3-Cook!"
Homepage
https://www.widget.olutely.com
Remote URL
https://recipe-reader.widgets.widget.olutely.com/mcp
Auth
NONE

Tools (1)

Extracted live via the executor SDK.

  • display-recipe

    Use to display a complete recipe inside an interactive cooking widget in the conversation. Call this tool when you have already produced, selected, or transformed a recipe and want the user to view it in a recipe-first interface instead of plain prose. The tool is ideal for requests such as “give me a recipe,” “show me a recipe for apple pie,” “format this recipe clearly,” or “turn that recipe into something easier to cook from.” The input must include the entire recipe in the required structured format. That means you should provide a title, serves count, preparation time, cooking time, a full ingredient list, and a full ordered instruction list. If cuisine or difficulty are known, include them. If useful extra notes exist, include them as notes.

    This tool should not be used to invent a recipe structure after the fact from incomplete fragments unless you have enough information to produce a coherent full recipe. It should also not be used for general cooking advice, shopping lists without a recipe, menu suggestions, substitutions without a complete recipe context, or any response that would be better delivered as normal text. The widget is for presenting a concrete recipe object, not for performing reasoning or fetching outside information.

    When you call this tool, pass the recipe exactly as you want the user to see it. The tool will return the same recipe unchanged and instruct ChatGPT to open the recipe widget resource. The widget then handles recipe reading interactions such as section navigation, checklist tracking, unit conversion for supported units, and timer management. Because the tool output is deterministic and read-only, you should use it whenever the goal is clear recipe presentation rather than a side effect. In short: if the user would benefit from a structured, cook-along recipe card and you can provide the full recipe now, call this tool with the completed recipe object.