attest-capture-mcp
Attest Capture MCP
Stdio MCP 서버로, capture_url 도구 하나를 제공합니다. Attest Capture API를 래핑하여 서명된 아티팩트 URL, SHA-256 다이제스트, 캡처 타임스탬프 및 선택적 공개 증거 페이지를 반환합니다.
이 패키지는 검토를 위해 준비된 상태이며 아직 npm에 게시되지 않았습니다.
환경
ATTEST_CAPTURE_KEY— 필수 Capture API 키입니다.ATTEST_CAPTURE_API— 선택적 API 오리진이며, 기본값은https://getattest.com.au입니다.
Related MCP server: screenshot
이 저장소에서 실행
cd packages\attest-capture-mcp
npm install
$env:ATTEST_CAPTURE_KEY='attest_cap_...'
node index.mjsClaude Desktop 또는 Cursor
클라이언트 구성에서 절대 경로를 사용하세요:
{
"mcpServers": {
"attest-capture": {
"command": "node",
"args": ["E:/EMPIRE/01-PROJECTS/ecom/agentstack/packages/attest-capture-mcp/index.mjs"],
"env": {
"ATTEST_CAPTURE_KEY": "attest_cap_..."
}
}
}
}향후 npm 구성
패키지 소유자가 게시한 후:
{
"mcpServers": {
"attest-capture": {
"command": "npx",
"args": ["-y", "attest-capture-mcp"],
"env": {
"ATTEST_CAPTURE_KEY": "attest_cap_..."
}
}
}
}도구 입력
{
"url": "https://example.com",
"format": "png",
"full_page": true,
"viewport": { "width": 1440, "height": 900 },
"attest": true
}format은 png, pdf 또는 html을 허용합니다. PNG와 HTML은 1크레딧이 소요되고, PDF는 2크레딧이 소요됩니다. 캡처 대상은 공개 HTTP 또는 HTTPS 주소로 확인되어야 합니다.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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.31MIT
- AlicenseNot gradedqualityDmaintenanceProvides 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).60MIT- 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.20MIT
Related MCP Connectors
Render HTML, Markdown, or URLs to images, PDF, or branded artifacts; extract and watch pages.
Render-and-verify API: HTML/CSS to image or PDF, screenshot any URL, confirm the text rendered.
Screenshots, PDFs and Markdown from any URL or HTML for AI agents, via the SnapForge API
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/xthemarketmaker-cmyk/attest-capture-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server