Server data from the Official MCP Registry
Screenshot any URL and see it, or mint a social card — hosted, SSRF-safe, cached. No Chrome to run.
Screenshot any URL and see it, or mint a social card — hosted, SSRF-safe, cached. No Chrome to run.
A well-designed MCP server for Shotpipe with solid architecture and proper security practices. Authentication is properly configured via environment variables, the signing mechanism correctly keeps secrets local, and permissions are appropriate for the stated purpose. Minor code quality observations noted but do not affect security posture. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.
5 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: SHOTPIPE_KEY
Environment variable: SHOTPIPE_SECRET
Environment variable: SHOTPIPE_BASE_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-podop29-shotpipe-mcp": {
"env": {
"SHOTPIPE_KEY": "your-shotpipe-key-here",
"SHOTPIPE_SECRET": "your-shotpipe-secret-here",
"SHOTPIPE_BASE_URL": "your-shotpipe-base-url-here"
},
"args": [
"-y",
"shotpipe-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
Hosted, SSRF-safe, cached screenshots and Open Graph images for AI agents — no headless Chrome to run.
An MCP server that lets an agent screenshot any URL and see the result, or mint a social-card image, by calling Shotpipe. It's the thing a local browser tool can't be:
Ad and cookie-consent banners are stripped by default.
// Claude Desktop (claude_desktop_config.json), Claude Code (.mcp.json),
// Cursor, Cline, or any MCP client:
{
"mcpServers": {
"shotpipe": {
"command": "npx",
"args": ["-y", "shotpipe-mcp"],
"env": {
"SHOTPIPE_KEY": "k_your_key",
"SHOTPIPE_SECRET": "your_signing_secret"
}
}
}
}
Get a free key at shotpipe.io/signup (no card) or run npx shotpipe-init. Self-hosting Shotpipe? Set SHOTPIPE_BASE_URL.
screenshotScreenshot a URL and return the image (so the model can see it) plus a permanent, shareable signed URL.
url (required) · format png|jpeg|pdf · width · height · dpr · full_page · selector · dark · omit_background · block_ads · block_banners · wait_for · delay · quality · fresh
og_imageBuild a signed social-card URL from a hosted template. Returns the URL only by default and renders nothing — the image renders lazily on the first crawler hit, so agent/build time stays fast. Drop it into <meta property="og:image">. Pass render: true to also get a preview image.
title (required) · template · author · tag · accent · logo · width · height · dpr · render
The signing secret never leaves the process — every request is HMAC-signed locally, exactly like Shotpipe's other clients. The server just builds a signed URL and (for screenshot) fetches the bytes.
MIT · shotpipe.io
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.