Skip to main content
Glama
SPAZIO-GENESI

attest-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
IMGAUTH_API_KEYNoAPI key credential, bypasses the device flow.
IMGAUTH_BASE_URLNoOverride for local development (http://localhost:8787).https://imgauth.spaziogenesi.org
IMGAUTH_CERT_PAGE_BASENoOverride for the permanent-certificate-page base URL.https://attestazione.spaziogenesi.org

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
authorizeA

Start or continue the device-flow authorization. Call with no arguments to begin: show the returned verification_url to the human and ask them to open it and approve. Then call again passing the same code, a few seconds apart, until status is 'approved' (token saved automatically) or 'expired' (start over). Grants 20 attestations for 24 hours.

attest_fileA

Compute the SHA-256 fingerprint of a local file (streamed, never sent anywhere) and attest it: the server timestamps it and returns a signed attestation. Requires a credential — run 'authorize' first, or set IMGAUTH_API_KEY. Optional declared metadata (titolo/autore/anno/note) is bound to the signature.

get_certificate_pdfA

Get the signed certificate PDF for an attested work, saving it to a local file. Pass attestation (the exact object returned by attest_file) right after attesting, to mint a freshly-signed PDF. Pass only hash to recover an already-archived certificate instead (no credential needed).

verify_fileB

Compute the SHA-256 of a local file and check it against a declared hash/attestation, plus verify the HMAC signature server-side (no file bytes are ever sent). Pass the fields as read from the certificate (hash, attestazione, hmac, and any declared titolo/autore/anno/note).

verify_certificateA

Verify the HMAC signature of a certificate's attestation (+ declared metadata, if any) without checking against any local file. Confirms authenticity and integrity of the declared data, not that a given file matches.

check_anchorB

Check whether a fingerprint has an OpenTimestamps proof, optionally saving the .ots proof file to disk.

service_statusA

Get the traffic-light status of the attestation service (worker, archive, signer, Bitcoin anchor).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/SPAZIO-GENESI/attest-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server