Render HTML and CSS to PNG images over HTTP. Send HTML and CSS and get a PNG back.
Abgeleitet aus den Transporten, die dieser Eintrag deklariert (streamable-http). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.
Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.
Aus einem echten MCP-Handshake initialize → tools/list gegen den deklarierten Endpunkt gelesen. Es wurde nie ein Tool aufgerufen — tools/list ist der lesende Introspektionsaufruf, den das Protokoll dafür vorsieht. Es spiegelt wider, was der Server in diesem Moment angeboten hat; ein gehosteter Endpunkt ist an keine Version gebunden und kann sich ohne Ankündigung ändern.
https://app.html2img.com/mcp2 Tools · 726 msgenerate-image-from-htmlRender HTML and CSS into a PNG image, or into an A4 vector PDF with format "pdf". Provide complete, self-contained HTML and put styles in an inline <style> block. Remote image URLs load if they are real and publicly accessible; embed generated or local images as base64 data URIs rather than inventi…Render HTML and CSS into a PNG image, or into an A4 vector PDF with format "pdf". Provide complete, self-contained HTML and put styles in an inline <style> block. Remote image URLs load if they are real and publicly accessible; embed generated or local images as base64 data URIs rather than inventi…
| Parameter | Typ | Beschreibung |
|---|---|---|
| html* | string | The full HTML markup to render. Include CSS in an inline <style> block. Publicly accessible remote image URLs work; use base64 data URIs for images that are no… |
| css | string | Optional additional CSS to inject into the page. |
| width | integer | Viewport width in pixels (1-5000). Defaults to 1920. |
| height | integer | Viewport height in pixels (1-5000). Defaults to 1080. |
| fullpage | boolean | Capture the full scrollable page instead of just the viewport. |
| dpi | integer | Scale factor / device pixel ratio (1-4) for higher-resolution output. |
| ms_delay | integer | Milliseconds to wait before capturing (1-5000), e.g. to let fonts or animations settle. |
| wait_for_selector | string | Wait until this CSS selector is present before capturing. |
| format | string | Output format. "png" (default) returns an image sized by width and height. "pdf" returns an A4 portrait vector PDF with selectable, searchable text and automat… |
screenshot-urlCapture a live web page by URL as a PNG screenshot, or as an A4 vector PDF with format "pdf". Returns the rendered image plus a shareable CDN URL; PDF renders return the URL only. Consumes one credit per call.Capture a live web page by URL as a PNG screenshot, or as an A4 vector PDF with format "pdf". Returns the rendered image plus a shareable CDN URL; PDF renders return the URL only. Consumes one credit per call.
url: Links to undeclared domain: | Parameter | Typ | Beschreibung |
|---|---|---|
| url* | string | The fully-qualified URL of the page to capture (https://...). |
| css | string | Optional CSS to inject into the page before capture. |
| width | integer | Viewport width in pixels (1-5000). Defaults to 1920. |
| height | integer | Viewport height in pixels (1-5000). Defaults to 1080. |
| fullpage | boolean | Capture the full scrollable page instead of just the viewport. |
| selector | string | Capture only the element matching this CSS selector. |
| dpi | integer | Scale factor / device pixel ratio (1-4) for higher-resolution output. |
| ms_delay | integer | Milliseconds to wait before capturing (1-5000). |
| wait_for_selector | string | Wait until this CSS selector is present before capturing. |
| format | string | Output format. "png" (default) returns an image sized by width and height. "pdf" returns the page as an A4 portrait vector PDF with selectable, searchable text… |
2 von 2 Tools haben eine Beschreibung veröffentlicht.
Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.
Render HTML and CSS to PNG images over HTTP. Send HTML and CSS and get a PNG back.
Verlinkte Namen öffnen den Forge-Index aller Einträge, bei denen dieses Tool beobachtet wurde. Alle indexierten Tools durchsuchen.
Dieser Eintrag veröffentlicht kein npm-Paket, daher hat Forge keinen Abhängigkeitsbaum dafür. Das ist eine Lücke in der Abdeckung — keine Aussage, dass er keine Abhängigkeiten hat.