dgb-attest-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@dgb-attest-mcpAttest the document: 'Final audit results approved.'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
dgb-attest-mcp
On-chain attestation for the AI era. Hash any content onto the DigiByte blockchain — a permanent, timestamped, tamper-evident proof that it existed, in exactly that form, at that moment. Verify it anytime, with nothing but the chain.
An MCP server, so an AI agent can notarize its own outputs (or check someone else's) as naturally as it reads a file.
As AI floods the world with generated content, "can you prove where this came from, and that it hasn't been altered?" stops being abstract. This is the simplest useful answer: a hash on a public, decentralized, immutable ledger.
What it proves — and what it doesn't
Proves: this exact content existed at or before the block's timestamp, and has not changed since. Change one character and the hash — and the proof — no longer match.
Does not prove: who created it, or that the content is true.
For "who," pair it with dgb-digiid-mcp: attest the content, then sign the attestation txid with your Digi-ID identity. Now you have what, when, and who — all on-chain, no central authority.
Related MCP server: Cryptair MCP Server
How it works
Only a sha256 hash ever goes on-chain — never your content. The hash is
written into a single OP_RETURN output (36 bytes: a DGAT tag + the digest),
which is cheap, standard, and prunable. Your document, model, or dataset stays
entirely on your machine.
attest("my report") ──sha256──▶ OP_RETURN(DGAT + hash) ──▶ txid
│
later: verify(txid, "my report") ──▶ same hash? attested ✓ + block timestamp
verify(txid, "my rep0rt") ──▶ mismatch → NOT attested ✗Proven on testnet: attested a document, verified the exact text (attested: true), and a one-character edit flipped it to attested: false with "the
content is NOT what was attested." Large files use the precomputed-hash path —
hash a 4 GB model locally, attest the digest.
Quantum-resistant by construction
The proof itself is a SHA-256 commitment, and hash commitments are the part of cryptography that quantum computing barely touches. Shor's algorithm breaks the elliptic-curve signatures that secure wallets; against a hash, the best known quantum attack (Grover's) merely halves the security margin — leaving ~128 bits, still far beyond reach. An attestation written today stays verifiable straight through the post-quantum transition: the proof outlives the cryptography that signed it.
The honest asymmetry: the signature layer — the key that paid the transaction fee, and the Digi-ID identity if you attached one — is classical ECC, the layer the industry is now migrating to post-quantum algorithms. Your commitments never need that migration. They were never signature-based to begin with.
Tools
Tool | What it does |
| Hash |
| Given a txid + content/hash, confirm the chain holds the matching hash, with block timestamp and confirmations. Free. |
| Inspect any tx: if it carries a |
Safety
Testnet by default. Attesting spends a fee, so the server refuses to run against mainnet unless you set
ATTEST_ALLOW_MAINNET=true. (Mainnet is the real use — permanent public attestations — so that opt-in is deliberate.)Daily cap (
ATTEST_MAX_DAILY, default 50) so an agent can't spam the chain or burn through fees in a loop.Your content never leaves your machine — only its hash.
Setup
Needs a DigiByte node with a small balance to pay attestation fees.
npm install
cp .env.example .env # RPC creds + fee walletAdd to your MCP client (npx dgb-attest-mcp), env: DGB_RPC_URL, DGB_RPC_USER,
DGB_RPC_PASSWORD, DGB_WALLET.
Related
dgb-digiid-mcp — identity: prove who attested.
dgb-chain-mcp — read the chain.
dgb-digidollar-mcp — pay in DigiDollar.
Independent community project. Not affiliated with the DigiByte Foundation. MIT licensed.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceEnables AI agents to sign decisions with post-quantum cryptographic proofs and maintain secure audit trails for compliance. It provides tools for stamping events, verifying chain integrity, and exporting audit data across industries like finance and healthcare.Last updated477MIT
- AlicenseAqualityDmaintenanceEnables AI agents to certify documents, prove agreements, and verify counterparty claims with on-chain receipts on Hedera Hashgraph. Provides tools for document certification, two-party attestation, and agent registration with zero-config setup.Last updated677MIT
- Flicense-qualityAmaintenanceVerifiable document intelligence for AI agents. Extract, summarize, claim-check, and notarize PDFs & URLs with cryptographic proofs, cross-document search, and on-chain attestation via Base L2.Last updated
- AlicenseAqualityCmaintenanceEnables AI agents to certify their creations with verifiable, timestamped proof anchored to Bitcoin, and to verify certificates.Last updated3MIT
Related MCP Connectors
Bitcoin-anchored, tamper-evident audit log for AI agents — record, disclose and verify actions.
Deterministic AI liability attribution with Bitcoin-anchored proof certificates.
Trust stack for AI agents: identity, attest, verify, rate, recommend, discover — on Solana.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/dgb-tools/dgb-attest-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server