← Registry

General Tools

spaziogenesi.org

Provides attestation service for digital works using HMAC signatures, certificate lookup, and OpenTimestamps anchoring.

1 endpoint8 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://attest-mcp-remote.it-e3f.workers.dev/mcp

No auth detected

MCP server metadata

Name
spazio-genesi-attestation
Version
1.0.0
Capabilities
tools.listChanged

Known tools 8

service_status

Health of the Spazio Genesi attestation service components: worker (attestation engine), archive (certificate storage), signer (PDF cryptographic signature), anchor (Bitcoin/OpenTimestamps calendars).

Inferred read-only
check_anchor

Check whether a work's SHA-256 fingerprint has an OpenTimestamps proof anchored in Bitcoin.

Inferred read-only
verify_attestation

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

Inferred read-only
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).

Inferred read-only
authorize

Start the device-flow authorization to attest works in this session (up to 20 attestations, 24h).

Inferred read-only
complete_authorization

Complete the device-flow authorization after the user approved in the browser.

Inferred read-only
attest_hash

Attest a work: the service binds the SHA-256 fingerprint to a server-side timestamp and signs it (HMAC).

Inferred read-only
create_certificate_pdf

Generate and archive the certificate PDF for a fingerprint attested in this session with `attest_hash`.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.