Skip to main content
Glama

SnapRender-Integrationen

npm MCP npm SDK PyPI SDK License: MIT

Offizielle Integrationen für die SnapRender Screenshot API — erstellen Sie Screenshots jeder Website als PNG, JPEG, WebP oder PDF.

Remote-MCP-Server

SnapRender betreibt einen gehosteten MCP-Server — verbinden Sie sich von jedem MCP-Client aus ohne Installation:

https://app.snap-render.com/mcp
  • Transport: Streamable HTTP (MCP-Spezifikation 2025-03-26)

  • Authentifizierung: X-API-Key-Header oder Authorization: Bearer-Header

  • Tools: take_screenshot, check_screenshot_cache, get_usage

  • Prompts: screenshot_website, compare_devices

Claude Desktop (remote — empfohlen)

{
  "mcpServers": {
    "snaprender": {
      "type": "streamable-http",
      "url": "https://app.snap-render.com/mcp",
      "headers": {
        "Authorization": "Bearer sk_live_your_key_here"
      }
    }
  }
}

Jeder MCP-Client (curl)

# Initialize a session
curl -X POST https://app.snap-render.com/mcp \
  -H "Content-Type: application/json" \
  -H "Accept: application/json, text/event-stream" \
  -H "X-API-Key: sk_live_your_key_here" \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"test","version":"1.0"}}}'

Der Server gibt einen Mcp-Session-Id-Header zurück — fügen Sie diesen in nachfolgende Anfragen ein, um die Sitzung wiederzuverwenden.

Smithery

Installieren Sie über Smithery für die automatische Einrichtung mit jedem MCP-Client.

Related MCP server: Renderly MCP

Lokaler MCP-Server (npm)

Wenn Sie die Ausführung lokal über den stdio-Transport bevorzugen:

{
  "mcpServers": {
    "snaprender": {
      "command": "npx",
      "args": ["-y", "snaprender-mcp"],
      "env": {
        "SNAPRENDER_API_KEY": "sk_live_your_key_here"
      }
    }
  }
}

Siehe mcp-server/ für die vollständige Dokumentation.

Remote vs. Lokal

Remote (gehostet)

Lokal (npx)

Installation

Keine — nur eine HTTPS-URL

Erfordert Node.js + npx

Transport

Streamable HTTP

stdio

Anwendungsfall

Jeder MCP-Client, Smithery, Web-Apps

Claude Desktop, Claude Code

MCP-Tools

take_screenshot

Erstellen Sie einen Screenshot einer beliebigen Website. Gibt das Bild als PNG, JPEG, WebP oder PDF zurück.

Parameter

Typ

Erforderlich

Beschreibung

url

string

Ja

Zu erfassende URL (http:// oder https://)

format

string

Nein

png, jpeg, webp oder pdf (Standard: png)

width

integer

Nein

Viewport-Breite 320-3840 (Standard: 1280)

height

integer

Nein

Viewport-Höhe 200-10000 (Standard: 800)

full_page

boolean

Nein

Gesamte scrollbare Seite erfassen

device

string

Nein

iphone_14, iphone_15_pro, pixel_7, ipad_pro, macbook_pro

dark_mode

boolean

Nein

Dunkelmodus aktivieren

block_ads

boolean

Nein

Werbung blockieren (Standard: true)

block_cookie_banners

boolean

Nein

Cookie-Banner entfernen (Standard: true)

quality

integer

Nein

JPEG/WebP-Qualität 1-100 (Standard: 90)

delay

integer

Nein

Wartezeit in ms nach dem Laden der Seite (Standard: 0)

hide_selectors

string

Nein

Kommagetrennte CSS-Selektoren zum Ausblenden

click_selector

string

Nein

CSS-Selektor, der vor der Aufnahme angeklickt werden soll

check_screenshot_cache

Prüfen Sie, ob ein Screenshot zwischengespeichert ist, ohne ihn neu zu erstellen. Zählt nicht gegen das Kontingent.

Parameter

Typ

Erforderlich

Beschreibung

url

string

Ja

Zu prüfende URL

format

string

Nein

Ausgabeformat (Standard: png)

get_usage

Statistiken zur Screenshot-Nutzung abrufen.

Parameter

Typ

Erforderlich

Beschreibung

month

string

Nein

Monat im Format YYYY-MM (Standard: aktueller Monat)

Integrationen für Agent-Frameworks

Framework

Verzeichnis

Beschreibung

LangChain Python

langchain/

@tool-dekorierte Funktionen für LangChain / LangGraph-Agenten (PyPI)

LangChain.js

langchain-js/

StructuredTool-Klassen für LangChain.js-Agenten (npm)

CrewAI

crewai/

BaseTool-Unterklassen für CrewAI-Agenten (PyPI)

AutoGen

autogen/

FunctionTool-Wrapper für Microsoft AutoGen-Agenten (PyPI)

n8n

Separates Repo

Community-Node für n8n-Workflows (npm)

Weitere Integrationen

Integration

Beschreibung

Einrichtungszeit

OpenClaw Skill

Skill-Datei für OpenClaw KI-Agenten

5 Min

ChatGPT Actions

OpenAPI-Spezifikation für benutzerdefinierte GPTs und OpenAI-Funktionsaufrufe

5 Min

Postman Collection

Vorgefertigte API-Anfragen für Postman

1 Min

SDKs

# Node.js
npm install snaprender

# Python
pip install snaprender

Direkte API

curl "https://app.snap-render.com/v1/screenshot?url=https://example.com" \
  -H "X-API-Key: sk_live_your_key_here" \
  -o screenshot.png

API-Schlüssel erhalten

Kostenlos anmelden unter snap-render.com — 200 Screenshots/Monat, keine Kreditkarte erforderlich.

Lizenz

MIT

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
3Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to capture website screenshots, automate browser interactions, and manage recurring screenshot configurations across 150+ global locations. It also supports AI-powered domain research and visual change monitoring for any web page.
    15
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables AI agents to capture any public URL as PNG, JPEG, or PDF via REST API or MCP tools, including screenshot capture, page description, and PDF rendering.
    20
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables Claude Code to capture public web pages as images or PDFs via Latchshot's hosted API, and check rendering quota, without requiring a local browser.
    MIT

View all related MCP servers

Related MCP Connectors

  • Screenshots, PDFs and Markdown from any URL or HTML for AI agents, via the SnapForge API

  • Read a URL as clean markdown, screenshot a website, url to PDF. Web access for agents, no signup.

  • Screenshot, diff, audit and sitemap-capture any web page — 5 MCP tools for AI agents.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/User0856/snaprender-integrations'

If you have feedback or need assistance with the MCP directory API, please join our Discord server