proof
Server Details
Stamp content with permanent, verifiable provenance. Hash locally, verify free forever.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- Tatastu-Labs/mark
- GitHub Stars
- 0
- Server Listing
- tatastu-proof
TDQS
Scored across 7 tools
Each tool targets a distinct operation: account provisioning, stamping, listing, verification, revocation, and the future escrow access control. There is no overlap in purpose, so an agent can reliably select the right tool based on the action needed.
Six of seven tools follow a clear verb_noun pattern (create_account, create_proof, grant_access, list_proofs, revoke_proof, verify_proof). 'reveal' is a bare verb without an explicit noun object, which is a minor deviation from the otherwise consistent style.
Seven tools is well-scoped for a proof-stamping service. It covers the full lifecycle (create, list, verify, revoke) plus account management and forward-looking escrow features, without being bloated or too sparse.
The core workflow is complete: create an account, stamp content, list proofs, verify proofs, and revoke proofs. The only gaps are minor: no account deletion or modification, and the escrow tools (grant_access, reveal) are placeholders for a not-yet-available feature, but they are clearly documented as such.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
2 tool updates
- Added
create_account - Changed
create_proof3 fields changed- added
Input schema / properties / aiDisclosureAdded value: +{ + "description": "Optional, honest disclosure of AI involvement. Shown on the public record card.", + "enum": [ + "Not AI-generated", + "AI-assisted", + "Fully AI-generated" + ], + "type": "string" +} - added
Input schema / properties / locationAdded value: +{ + "description": "Optional, creator-opt-in only: where this was made", + "type": "string" +} - added
Input schema / properties / usageNoteAdded value: +{ + "description": "Optional usage/license line, e.g. \"Free to share, with credit\"", + "type": "string" +}
2 tool updates
- Added
grant_access - Added
reveal
4 tool updates
- First observed
create_proof - First observed
list_proofs - First observed
revoke_proof - First observed
verify_proof
Related MCP Connectors
Stamp any data to the Markovian chain for a verifiable provenance receipt. Proves timing, not truth.
Capture a web source, or seal a hash you hold, into a signed receipt anyone can verify offline.
Protect and verify digital content with cryptographic signing and proof of ownership.
Timestamp & verify evidence on-chain, free. Proofpack: a portable BEEF+BUMP proof bundle per txid.
Related MCP Servers
AlicenseAqualityCmaintenanceVerifies blockchain-anchored timestamp proofs entirely on the user's machine, with five tools: hash a file, verify a file against a proof, verify a known hash against inline proof data, explain what a proof asserts, and create a new proof through ProofLedger. Verification recomputes the SHA-256 and walks the Merkle path locally instead of asking the issuer; only create uses the network.5MIT- AlicenseAqualityAmaintenanceStamp, upgrade, and verify Bitcoin timestamps via AI agents using the OpenTimestamps protocol. No API keys required.92472MIT
- AlicenseAqualityCmaintenanceProvides cryptographic truth infrastructure for AI agents, enabling them to seal content with SHA-256 and Ed25519, verify receipts, anchor them to Bitcoin via OpenTimestamps, generate citations, and audit chains of receipts.5501MIT
- AlicenseNot gradedqualityBmaintenanceEnables tamper-evident anchoring of file, text, or JSON hashes to the BSV blockchain via MCP tools, with verification and lookup capabilities.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.