General Tools
spaziogenesi.org
Provides attestation service for digital works using HMAC signatures, certificate lookup, and OpenTimestamps anchoring.
ENDPOINT 1
https://attest-mcp-remote.it-e3f.workers.dev/mcp
MCP server metadata
- Name
- spazio-genesi-attestation
- Version
- 1.0.0
Known tools 8
service_statusHealth of the Spazio Genesi attestation service components: worker (attestation engine), archive (certificate storage), signer (PDF cryptographic signature), anchor (Bitcoin/OpenTimestamps calendars).
Inferred read-onlycheck_anchorCheck whether a work's SHA-256 fingerprint has an OpenTimestamps proof anchored in Bitcoin.
Inferred read-onlyverify_attestationVerify the server HMAC signature of an attestation issued by the Spazio Genesi service.
Inferred read-onlylookup_certificateLook 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-onlyauthorizeStart the device-flow authorization to attest works in this session (up to 20 attestations, 24h).
Inferred read-onlycomplete_authorizationComplete the device-flow authorization after the user approved in the browser.
Inferred read-onlyattest_hashAttest a work: the service binds the SHA-256 fingerprint to a server-side timestamp and signs it (HMAC).
Inferred read-onlycreate_certificate_pdfGenerate and archive the certificate PDF for a fingerprint attested in this session with `attest_hash`.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.