← spaziogenesi.org

INDIVIDUAL MCP TOOL

verify_attestation

Verify the server HMAC signature of an attestation issued by the Spazio Genesi service.

spaziogenesi.orgnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

spaziogenesi.org

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.spazio-genesi-attestation]
url = "https://attest-mcp-remote.it-e3f.workers.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "spazio-genesi-attestation": {
      "type": "http",
      "url": "https://attest-mcp-remote.it-e3f.workers.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: spazio-genesi-attestation
Remote MCP URL: https://attest-mcp-remote.it-e3f.workers.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "spazio-genesi-attestation": {
      "url": "https://attest-mcp-remote.it-e3f.workers.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "spazio-genesi-attestation": {
      "type": "http",
      "url": "https://attest-mcp-remote.it-e3f.workers.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "spazio-genesi-attestation",
  "transport": "streamable-http",
  "url": "https://attest-mcp-remote.it-e3f.workers.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • service_status — Health of the Spazio Genesi attestation service components: worker (attestation engine), archive (certificate storage), signer (PDF cryptographic signature), anchor (Bitcoin/OpenTimestamps calendars).
  • check_anchor — Check whether a work's SHA-256 fingerprint has an OpenTimestamps proof anchored in Bitcoin.
  • lookup_certificate — Look up whether a work's SHA-256 fingerprint has an attestation certificate in the public archive, and get its permanent links (public certificate page, PDF download, OpenTimestamps proof, browser verification).
  • authorize — Start the device-flow authorization to attest works in this session (up to 20 attestations, 24h).
  • complete_authorization — Complete the device-flow authorization after the user approved in the browser.
  • attest_hash — Attest a work: the service binds the SHA-256 fingerprint to a server-side timestamp and signs it (HMAC).
  • create_certificate_pdf — Generate and archive the certificate PDF for a fingerprint attested in this session with `attest_hash`.