{
  "markdown": "# shotpipe-mcp\n\n**Hosted, SSRF-safe, cached screenshots and Open Graph images for AI agents — no headless Chrome to run.**\n\nAn [MCP](https://modelcontextprotocol.io) server that lets an agent screenshot any URL and *see the result*, or mint a social-card image, by calling [Shotpipe](https://shotpipe.io). It's the thing a local browser tool can't be:\n\n- **No Chrome in your agent's sandbox.** Rendering happens on Shotpipe's infrastructure. Nothing to install, no memory to babysit, no OOM at 2am.\n- **Safe on untrusted URLs.** Agents point at URLs their users typed. Shotpipe resolves DNS itself, pins the IP, re-checks every redirect, and refuses private / loopback / cloud-metadata hosts — so a hostile link **can't turn your renderer into an SSRF hole.**\n- **Cached.** The first capture renders; every identical one after is served from the edge in milliseconds and costs nothing.\n\nAd and cookie-consent banners are stripped by default.\n\n## Install\n\n```jsonc\n// Claude Desktop (claude_desktop_config.json), Claude Code (.mcp.json),\n// Cursor, Cline, or any MCP client:\n{\n  \"mcpServers\": {\n    \"shotpipe\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"shotpipe-mcp\"],\n      \"env\": {\n        \"SHOTPIPE_KEY\": \"k_your_key\",\n        \"SHOTPIPE_SECRET\": \"your_signing_secret\"\n      }\n    }\n  }\n}\n```\n\nGet a free key at **[shotpipe.io/signup](https://shotpipe.io/signup)** (no card) or run `npx shotpipe-init`. Self-hosting Shotpipe? Set `SHOTPIPE_BASE_URL`.\n\n## Tools\n\n### `screenshot`\nScreenshot a URL and return the **image** (so the model can see it) plus a permanent, shareable signed URL.\n\n`url` (required) · `format` png\\|jpeg\\|pdf · `width` · `height` · `dpr` · `full_page` · `selector` · `dark` · `omit_background` · `block_ads` · `block_banners` · `wait_for` · `delay` · `quality` · `fresh`\n\n### `og_image`\nBuild 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.\n\n`title` (required) · `template` · `author` · `tag` · `accent` · `logo` · `width` · `height` · `dpr` · `render`\n\n## How it works\n\nThe 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.\n\nMIT · [shotpipe.io](https://shotpipe.io)\n",
  "bytes": 2477,
  "sha": "38383636034f3a2655294faabba0b984211d36b2db1fa0525d7104f5d158a911",
  "repo_slug": "podop29/shotpipe-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_podop29_shotpipe_mcp_4d1c1721/readme"
}