Release · July 1, 2026

SnapshotFlow MCP Server is now available

Claude, Cursor, and other MCP clients can now capture websites, compare pages, and extract web content through SnapshotFlow without custom API glue.

Connect your AI agent

Add the remote endpoint https://api.snapshotflow.com/mcp to an MCP-compatible client. The first connection opens browser sign-in; OAuth 2.0 then issues a short-lived bearer token, so API keys do not need to be pasted into the client configuration.

{
  "mcpServers": {
    "snapshotflow": {
      "url": "https://api.snapshotflow.com/mcp"
    }
  }
}

Five tools for web workflows

ToolWhat it does
screenshotCaptures a page as an image or PDF with viewport and full-page controls.
batch_screenshotCaptures several URLs in one request for audits and reports.
visual_diffCompares two pages and returns a visual change image with difference data.
extract_textReturns readable page content for compact LLM context.
check_jobChecks the status and result of an asynchronous capture job.

What agents can automate

Agents can collect visual evidence during research, capture multiple pages for a site audit, compare production with staging, or extract text before deciding whether a full screenshot is needed. The published server card lets compatible clients discover the server and its authentication details.

New accounts include 300 screenshots free for the lifetime of the account. No credit card is required.

All news