attest-capture-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@attest-capture-mcpCapture https://example.com as an attested screenshot"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Attest Capture MCP
Stdio MCP server exposing one tool: capture_url. It wraps the Attest Capture API and returns a signed artifact URL, SHA-256 digest, capture timestamp and optional public evidence page.
This package is staged for review and is not published to npm yet.
Environment
ATTEST_CAPTURE_KEY— required Capture API key.ATTEST_CAPTURE_API— optional API origin; defaults tohttps://getattest.com.au.
Related MCP server: screenshot
Run from this repository
cd packages\attest-capture-mcp
npm install
$env:ATTEST_CAPTURE_KEY='attest_cap_...'
node index.mjsClaude Desktop or Cursor
Use an absolute path in the client configuration:
{
"mcpServers": {
"attest-capture": {
"command": "node",
"args": ["E:/EMPIRE/01-PROJECTS/ecom/agentstack/packages/attest-capture-mcp/index.mjs"],
"env": {
"ATTEST_CAPTURE_KEY": "attest_cap_..."
}
}
}
}Future npm configuration
After the package owner publishes it:
{
"mcpServers": {
"attest-capture": {
"command": "npx",
"args": ["-y", "attest-capture-mcp"],
"env": {
"ATTEST_CAPTURE_KEY": "attest_cap_..."
}
}
}
}Tool input
{
"url": "https://example.com",
"format": "png",
"full_page": true,
"viewport": { "width": 1440, "height": 900 },
"attest": true
}format accepts png, pdf or html. PNG and HTML cost 1 credit; PDF costs 2. Capture targets must resolve to public HTTP or HTTPS addresses.
This server cannot be deployed
Maintenance
Related MCP Connectors
Capture a web source, or seal a hash you hold, into a signed receipt anyone can verify offline.
- GrabbitOAuthlive.grabbit
Screenshot any URL as a hosted image. No local browser; handles bot walls and full-page captures.
Capture batches of public web pages in a real browser and download the screenshots as a zip.
Screenshot, PDF, OG-image, and page extraction (markdown/JSON) over MCP. Bearer key or x402.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenance📇 ☁️ - Capture web pages as cryptographically signed, tamper-evident evidence. Ed25519 signatures, RFC 3161 timestamps, and WACZ archives. Four tools: capture_url, get_capture, list_captures, verify_capture.4 npm1MIT
- AlicenseNot gradedqualityCmaintenanceProvides tools to capture pixel-perfect website screenshots as images or PDF. Supports configurable viewport, full-page capture, CSS injection, and returns either viewable images or base64-encoded content.MIT

siteglass-mcpofficial
AlicenseNot gradedqualityBmaintenanceEnables archival of any public URL as interactive snapshot (rrweb, PDF, PNG) and autonomous web QA for apps (register, scan, generate and run end-to-end flows).31 npmMIT- AlicenseNot gradedqualityBmaintenanceEnables AI agents to capture any public URL as PNG, JPEG, or PDF via REST API or MCP tools, including screenshot capture, page description, and PDF rendering.17 npmMIT