proofcore-mcp
OfficialAllows AI agents to cryptographically seal content as SHA-256 hashes onto the TON blockchain for notarization, timestamping, and tamper-evident verification.
🛡️ ProofCore MCP Server
Zero-Auth Cryptographic Notarization & Evidence Layer on the TON Blockchain for AI Agents.
🌐 Protocol Website • 📖 OpenAPI Specification • 📱 Telegram Bot
⚡ What is this?
This is the official Model Context Protocol (MCP) server for the ProofCore Protocol.
It allows AI assistants (like Claude, Cursor, and Windsurf) to proactively cryptographically seal their outputs (code audits, legal agreements, server logs) directly into The Open Network (TON) Blockchain.
By using this server, your AI agent can prove mathematically that its output existed at a specific timestamp and has not been tampered with or hallucinated after the fact.
Related MCP server: DocImprint
🛠 Available Tools
seal_content(content: str, title: str)Hashes the provided text via SHA-256 and queues it for Merkle Tree batching on the TON Blockchain. Returns an immutable citation badge.get_proof_status(deal_id: str)Fetches the cryptographic manifest, Merkle path, and TON transaction hash for a previously sealed deal.
🚀 Installation & Usage
You do not need an API key to use ProofCore. It operates on a strict Zero-Auth mechanism.
Claude Desktop
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"proofcore": {
"command": "uvx",
"args": ["proofcore-mcp"]
}
}
}Cursor IDE
Open Cursor Settings -> Features -> MCP
Click + Add new MCP Server
Select type
commandName:
proofcoreCommand:
uvx proofcore-mcp
💬 How to use it in chat
Just ask your AI:
"Audit this Solidity contract and cryptographically seal the final verdict on-chain."
"Draft an NDA between Alice and Bob, then notarize it via ProofCore."
"What is the blockchain status of deal
UUID?"
The AI will automatically invoke the tool, anchor the document, and provide you with a verification link!
🔍 Independent Verification
Every sealed document returns a citation link (e.g., https://proofcore.org/app/<UUID>).
Anyone can visit this link to independently verify the cryptographic 3-way match:
Local SHA-256 Hash == Manifest Merkle Path == TON Blockchain Transaction Payload
"Don't trust ProofCore. Verify the proof yourself."
📜 License
Distributed under the MIT License.
Maintenance
Tools
Related MCP Servers
- 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.647MIT
- FlicenseNot gradedqualityAmaintenanceVerifiable 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.
- AlicenseAqualityDmaintenanceEnables AI agents to certify their creations with verifiable, timestamped proof anchored to Bitcoin, and to verify certificates.3MIT
- AlicenseNot gradedqualityBmaintenanceEnables on-chain attestation of any content onto the DigiByte blockchain, providing permanent, timestamped, tamper-evident proofs. Allows AI agents to notarize their outputs or verify attestations using only the blockchain.12MIT
Related MCP Connectors
Prove your AI work existed first: timestamped, Bitcoin-anchored. Free, no account.
Proof primitive for AI agents on MultiversX. Anchor file hashes on-chain as verifiable proofs.
Stamp content with permanent, verifiable provenance. Hash locally, verify free forever.
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/ProofCore-Protocol/proofcore-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server