fireplace_get_embed_code

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...

Server Digital Fireplace mhoydich/digital-fireplace-mcp
Category Read
Risk class Low
Parameters 00 required

What fireplace_get_embed_code does on Digital Fireplace

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.

Why fireplace_get_embed_code needs a policy

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).

Questions about fireplace_get_embed_code

What does the fireplace_get_embed_code tool do? +

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.

How do I enforce a policy on fireplace_get_embed_code? +

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.

What risk level is fireplace_get_embed_code? +

fireplace_get_embed_code is a Read tool with low risk. Read-only tools are generally safe to allow by default.

Can I rate-limit fireplace_get_embed_code? +

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.

How do I block fireplace_get_embed_code completely? +

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.

What MCP server provides fireplace_get_embed_code? +

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.

// THE FULL RECORD

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 →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.