Skip to main content
Glama

🛡️ ProofCore MCP Server

Zero-Auth-Kryptografische Notarisierungs- und Nachweis-Ebene auf der TON-Blockchain für KI-Agenten.

PyPI version Model Context Protocol TON Blockchain License: MIT

🌐 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

  1. 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.

  2. 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

  1. Öffnen Sie Cursor Settings -> Features -> MCP

  2. Klicken Sie auf + Add new MCP Server

  3. Wählen Sie den Typ command

  4. Name: proofcore

  5. Befehl: 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.

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables 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.
    6
    47
    MIT
  • F
    license
    Not graded
    quality
    A
    maintenance
    Verifiable 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.
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables 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.
    12
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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