proofcore-mcp
Official🛡️ ProofCore MCP Server
Zero-Auth-Kryptografische Notarisierungs- und Nachweis-Ebene auf der TON-Blockchain für KI-Agenten.
🌐 Protokoll-Website • 📖 OpenAPI-Spezifikation • 📱 Telegram-Bot
⚡ Was ist das?
Dies ist der offizielle Model Context Protocol (MCP)-Server für das ProofCore Protocol.
Er ermöglicht KI-Assistenten (wie Claude, Cursor und Windsurf), ihre Ausgaben (Code-Audits, rechtliche Vereinbarungen, Server-Logs) proaktiv kryptografisch direkt in The Open Network (TON) Blockchain zu versiegeln.
Mit diesem Server kann Ihr KI-Agent mathematisch beweisen, dass seine Ausgabe zu einem bestimmten Zeitstempel existiert hat und nachträglich weder manipuliert noch halluziniert wurde.
Related MCP server: DocImprint
🛠 Verfügbare Tools
seal_content(content: str, title: str)Erstellt mithilfe von SHA-256 einen Hash des übergebenen Texts und stellt ihn für das Merkle-Tree-Batching auf der TON-Blockchain in die Warteschlange. Gibt ein unveränderliches Zitat-Badge zurück.get_proof_status(deal_id: str)Ruft das kryptografische Manifest, den Merkle-Pfad und den TON-Transaktions-Hash für einen zuvor versiegelten Deal ab.
🚀 Installation & Verwendung
Sie benötigen keinen API-Schlüssel, um ProofCore zu verwenden. Es arbeitet nach einem strikten Zero-Auth-Mechanismus.
Claude Desktop
Fügen Sie Ihrer claude_desktop_config.json Folgendes hinzu:
{
"mcpServers": {
"proofcore": {
"command": "uvx",
"args": ["proofcore-mcp"]
}
}
}Cursor IDE
Öffnen Sie Cursor Settings -> Features -> MCP
Klicken Sie auf + Add new MCP Server
Wählen Sie den Typ
commandName:
proofcoreBefehl:
uvx proofcore-mcp
💬 So verwenden Sie es im Chat
Fragen Sie einfach Ihre KI:
„Auditiere diesen Solidity-Vertrag und versiegle das endgültige Urteil on-chain."
„Entwirf eine NDA zwischen Alice und Bob und notariere sie über ProofCore."
„Wie ist der Blockchain-Status des Deals
UUID?"
Die KI ruft das Tool automatisch auf, verankert das Dokument und stellt Ihnen einen Verifizierungslink bereit!
🔍 Unabhängige Verifizierung
Jedes versiegelte Dokument gibt einen Zitat-Link zurück (z. B. https://proofcore.org/app/<UUID>).
Jeder kann diesen Link besuchen, um unabhängig die kryptografische 3-Wege-Übereinstimmung zu prüfen:
Local SHA-256 Hash == Manifest Merkle Path == TON Blockchain Transaction Payload
„Vertrauen Sie ProofCore nicht. Verifizieren Sie den Beweis selbst."
📜 Lizenz
Verteilt unter der MIT-Lizenz.
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