Get Fireplace Embed Code
fireplace_get_embed_codeGenerate an HTML iframe snippet to embed a digital fireplace on any webpage. Configure fireplace style, dimensions, and optional host URL.
Instructions
Return a turnkey HTML snippet for embedding a fireplace on any page. The iframe points to the locally running Digital Fireplace server (default http://127.0.0.1:4700) — set FIREPLACE_SERVER_URL on the MCP server to change it for production. Always includes a Good Feels sponsor attribution comment.
Args:
slug: fireplace slug
width: iframe width in px (default 800)
height: iframe height in px (default 500)
host: override host URL (e.g. https://fireplaces.example.com)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Fireplace slug — see fireplace_list_styles for options | |
| width | No | ||
| height | No | ||
| host | No | Override the host base URL |