Skip to main content
Glama
xthemarketmaker-cmyk

attest-capture-mcp

Attest Capture MCP

Stdio-MCP-Server, der ein Tool bereitstellt: capture_url. Er kapselt die Attest Capture API und gibt eine signierte Artefakt-URL, einen SHA-256-Digest, einen Erfassungszeitstempel und eine optionale öffentliche Nachweisseite zurück.

Dieses Paket ist zur Überprüfung bereitgestellt und wurde noch nicht auf npm veröffentlicht.

Umgebung

  • ATTEST_CAPTURE_KEY — erforderlicher Capture-API-Schlüssel.

  • ATTEST_CAPTURE_API — optionale API-Origin; Standardwert ist https://getattest.com.au.

Related MCP server: screenshot

Aus diesem Repository ausführen

cd packages\attest-capture-mcp
npm install
$env:ATTEST_CAPTURE_KEY='attest_cap_...'
node index.mjs

Claude Desktop oder Cursor

Verwenden Sie einen absoluten Pfad in der Client-Konfiguration:

{
  "mcpServers": {
    "attest-capture": {
      "command": "node",
      "args": ["E:/EMPIRE/01-PROJECTS/ecom/agentstack/packages/attest-capture-mcp/index.mjs"],
      "env": {
        "ATTEST_CAPTURE_KEY": "attest_cap_..."
      }
    }
  }
}

Zukünftige npm-Konfiguration

Nachdem der Paketbesitzer es veröffentlicht hat:

{
  "mcpServers": {
    "attest-capture": {
      "command": "npx",
      "args": ["-y", "attest-capture-mcp"],
      "env": {
        "ATTEST_CAPTURE_KEY": "attest_cap_..."
      }
    }
  }
}

Tool-Eingabe

{
  "url": "https://example.com",
  "format": "png",
  "full_page": true,
  "viewport": { "width": 1440, "height": 900 },
  "attest": true
}

format akzeptiert png, pdf oder html. PNG und HTML kosten 1 Credit; PDF kostet 2. Erfassungsziele müssen auf öffentliche HTTP- oder HTTPS-Adressen auflösen.

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    B
    maintenance
    📇 ☁️ - 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.
    3
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides 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
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables 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.
    20
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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