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
| Tool | What it does |
|---|---|
screenshot | Captures a page as an image or PDF with viewport and full-page controls. |
batch_screenshot | Captures several URLs in one request for audits and reports. |
visual_diff | Compares two pages and returns a visual change image with difference data. |
extract_text | Returns readable page content for compact LLM context. |
check_job | Checks 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.
Start using the MCP server
New accounts include 300 screenshots free for the lifetime of the account. No credit card is required.