create_recipe_from_html
Create a recipe from raw HTML when direct URL import fails. Pass the HTML you fetched manually, and the server parses it via Mealie or extracts schema.org JSON-LD.
Instructions
Create a recipe from raw HTML that you fetched yourself. Use this when create_recipe_from_url fails because the MCP server can't reach the site (anti-bot, geo-block, etc.). Fetch the HTML with your own browser tool and pass it here — the server parses it via Mealie or by extracting schema.org JSON-LD directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | Raw HTML of a recipe page — the full HTML string, typically obtained from a browser tool when the site blocks direct MCP fetches (e.g. AllRecipes). The server will try Mealie's scraper first, then extract schema.org JSON-LD Recipe data directly. | |
| sourceUrl | No | Original URL of the page — used as recipe source reference and for image resolution. Optional but recommended. | |
| includeTags | No | Whether to import tags. |