Skip to main content
Glama

🛡️ ProofCore MCP Server

Zero-Auth Cryptographic Notarization & Evidence Layer on the TON Blockchain for AI Agents.

PyPI version Model Context Protocol TON Blockchain License: MIT

🌐 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

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

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

  1. Open Cursor Settings -> Features -> MCP

  2. Click + Add new MCP Server

  3. Select type command

  4. Name: proofcore

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

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