{
  "markdown": "# ScreenshotInk MCP Server\n\n[![npm version](https://img.shields.io/npm/v/%40screenshotink%2Fmcp)](https://www.npmjs.com/package/@screenshotink/mcp)\n[![MCP](https://img.shields.io/badge/MCP-remote%20%2B%20stdio-6E5CFF)](https://modelcontextprotocol.io)\n[![license](https://img.shields.io/badge/license-MIT-green)](LICENSE)\n\nGive your AI agent eyes. **Five tools to capture, batch, compare and audit any web page** — through [ScreenshotInk](https://screenshotink.com)'s hosted Chromium fleet. No local browser, no Puppeteer maintenance; works in Claude Desktop, Claude Code, Cursor, Windsurf, CI runners and cloud sandboxes.\n\nEvery result returns the screenshot **inline in the same turn**, so the agent can reason about pixels immediately.\n\n```\nYou:    Compare our pricing page on staging vs production — did the new cards ship?\nAgent:  ▸ compare_screenshots { url_a: \"https://acme.com/pricing\", url_b: \"https://staging.acme.dev/pricing\" }\n        4.7% of pixels differ, all inside the plan grid — the new Scale card is present. Deploy looks correct. ✓\n```\n\n## Quick start\n\nYou need a ScreenshotInk API key — **free, 100 captures/month, no card**: [screenshotink.com/signup](https://screenshotink.com/signup)\n\n### Claude Code\n\n```bash\nclaude mcp add screenshotink -- npx -y @screenshotink/mcp --key sk_live_YOUR_KEY\n```\n\nor connect to the hosted remote server (nothing runs locally):\n\n```bash\nclaude mcp add --transport http screenshotink https://mcp.screenshotink.com/mcp \\\n  --header \"Authorization: Bearer sk_live_YOUR_KEY\"\n```\n\n### Claude Desktop\n\n`claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"screenshotink\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@screenshotink/mcp\"],\n      \"env\": { \"SCREENSHOTINK_API_KEY\": \"sk_live_YOUR_KEY\" }\n    }\n  }\n}\n```\n\n### Cursor / Windsurf\n\n```json\n{\n  \"mcpServers\": {\n    \"screenshotink\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@screenshotink/mcp\", \"--key\", \"sk_live_YOUR_KEY\"]\n    }\n  }\n}\n```\n\n### Remote server (cloud agents, hosted runtimes, custom connectors)\n\nAnything that speaks Streamable HTTP can connect directly — nothing to install. In\n**Claude** or **ChatGPT**, add it as a *custom connector* with the URL below and sign in\nover OAuth; for scripts/CI, pass your key as a bearer token:\n\n```\nURL:   https://mcp.screenshotink.com/mcp\nAuth:  OAuth 2.1 (sign in on first use) — or Authorization: Bearer sk_live_YOUR_KEY\n```\n\n## Tools\n\n| Tool | What it does |\n|---|---|\n| `take_screenshot` | Capture any URL — viewport or full page, png/jpeg/pdf, dark mode, ad & cookie-banner blocking, lazy-load handling |\n| `bulk_screenshots` | Up to 20 URLs in one call — audit a funnel or a competitor set at once |\n| `compare_screenshots` | Pixel-diff two URLs (staging vs production, before vs after) — returns changed-% and a highlighted diff image |\n| `run_lighthouse` | Google Lighthouse scores (performance, accessibility, best practices, SEO) + core web vitals |\n| `capture_sitemap` | Fetch a sitemap.xml and screenshot every page it lists |\n\nSame parameters and defaults as the [REST API](https://screenshotink.com/docs/request-parameters). Captures over MCP count against the same quota as the REST API — one key, one meter. Identical requests within 24h are served from cache for free.\n\n## Why hosted?\n\n- **CI pipelines** — no headless Chrome install, no flaky browser binaries in runners.\n- **Cloud agents** — hosted runtimes can't launch browsers; the remote endpoint gives them eyes with zero dependencies.\n- **Zero maintenance** — we patch Chromium, handle lazy-load, ads and cookie walls. Your agent just asks for pixels.\n\n## Links\n\n- Product & docs: [screenshotink.com](https://screenshotink.com) · [MCP docs](https://screenshotink.com/docs/mcp)\n- REST API reference: [screenshotink.com/docs](https://screenshotink.com/docs)\n- Issues: [GitHub issues](https://github.com/bikker/screenshotink-mcp/issues)\n\n---\n\nMIT © [ScreenshotInk](https://screenshotink.com) — a [ScalingWeb](https://scalingweb.com) product\n",
  "bytes": 3989,
  "sha": "bece47382cb2d5e97334d98fb73df44b11054657ac40cafbe10a2b7f7d25dd63",
  "repo_slug": "bikker/screenshotink-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_screenshotink_mcp_b4d4a119/readme"
}