Return a turnkey HTML <iframe> 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 attributio...
AI agents call fireplace_get_embed_code to retrieve information from Digital Fireplace without modifying anything — typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.
This tool performs a read-only retrieval operation. It generates HTML output by composing a template with provided parameters, but does not execute code, modify any state, delete data, or trigger external side effects beyond returning a static embed code. The customizable parameters (width, height, host) affect only the format of the returned snippet, not what data exists or how the server operates.
From the tool's definition Tool 'fireplace_get_embed_code' returns a turnkey HTML iframe snippet for embedding. It retrieves and formats pre-existing embed code based on slug and display parameters (width, height, host).
Attacks that exploit this kind of access
Return a turnkey HTML <iframe> 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). It is categorised as a Read tool in the Digital Fireplace MCP Server, which means it retrieves data without modifying state.
Register the Digital Fireplace MCP server in PolicyLayer and add a rule for fireplace_get_embed_code: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Digital Fireplace. Nothing to install.
fireplace_get_embed_code is a Read tool with low risk. Read-only tools are generally safe to allow by default.
Yes. Add a rate_limit block to the fireplace_get_embed_code rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for fireplace_get_embed_code. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
fireplace_get_embed_code is provided by the Digital Fireplace MCP server (mhoydich/digital-fireplace-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
fireplace_get_embed_code is one line of Digital Fireplace's registry record.
The record carries the whole server: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.
Teams ship this data inside their own products. See what a licence covers →