attest-mcp
About
Free proof-of-existence attestation for digital files, MCP tools for the imgauth service.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
IMGAUTH_API_KEY IMGAUTH_BASE_URL IMGAUTH_CERT_PAGE_BASEClaude Code
claude mcp add --env IMGAUTH_API_KEY= --env IMGAUTH_BASE_URL= --env IMGAUTH_CERT_PAGE_BASE= attest-mcp -- npx @spazio-genesi/attest-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"attest-mcp","command":"npx","args":["@spazio-genesi/attest-mcp"],"env":{"IMGAUTH_API_KEY":"","IMGAUTH_BASE_URL":"","IMGAUTH_CERT_PAGE_BASE":""}}'
JSON
{
"mcpServers": {
"attest-mcp": {
"command": "npx",
"args": [
"@spazio-genesi/attest-mcp"
],
"env": {
"IMGAUTH_API_KEY": "",
"IMGAUTH_BASE_URL": "",
"IMGAUTH_CERT_PAGE_BASE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.