Skip to main content
Glama

🛡️ ProofCore MCP Server

面向 AI 代理的 TON 区块链 Zero-Auth 密码学公证与证据层。

PyPI version Model Context Protocol TON Blockchain License: MIT

🌐 协议官网📖 OpenAPI 规范📱 Telegram 机器人


⚡ 这是什么?

这是 ProofCore 协议 的官方 Model Context Protocol (MCP) 服务器。

它允许 AI 助手(如 Claude、Cursor 和 Windsurf)主动将其输出(代码审计、法律协议、服务器日志)以密码学方式直接封存到 The Open Network (TON) Blockchain 上。

通过使用此服务器,你的 AI 代理可以在数学层面上证明,其输出在某个特定时间戳确实存在,并且事后未被篡改或产生幻觉。

Related MCP server: DocImprint

🛠 可用的工具

  1. seal_content(content: str, title: str) 将提供的文本通过 SHA-256 进行哈希处理,并排队等待在 TON Blockchain 上进行 Merkle 树批量封装。返回一个不可变的引用徽章。

  2. get_proof_status(deal_id: str) 获取之前已封存交易的密码学清单、Merkle 路径以及 TON 交易哈希。

🚀 安装与使用

使用 ProofCore 无需 API 密钥。它采用严格的 Zero-Auth(零认证)机制运行。

Claude Desktop

将以下内容添加到你的 claude_desktop_config.json 中:

{
  "mcpServers": {
    "proofcore": {
      "command": "uvx",
      "args": ["proofcore-mcp"]
    }
  }
}

Cursor IDE

  1. 打开 Cursor Settings -> Features -> MCP

  2. 点击 + Add new MCP Server

  3. 选择类型 command

  4. 名称:proofcore

  5. 命令:uvx proofcore-mcp

💬 如何在聊天中使用

只需直接询问你的 AI:

  • “审计这份 Solidity 合约,并将最终结论以密码学方式封存上链。”

  • “起草一份 Alice 与 Bob 之间的 NDA,然后通过 ProofCore 进行公证。”

  • “交易 UUID 在区块链上的状态是什么?”

AI 会自动调用该工具、锚定文档,并为你提供一条验证链接!

🔍 独立验证

每一份封存的文档都会返回一个引用链接(例如 https://proofcore.org/app/<UUID>)。

任何人都可以点击该链接查看,独立验证以下密码学三方匹配:

Local SHA-256 Hash == Manifest Merkle Path == TON Blockchain Transaction Payload

“不要信任 ProofCore。请亲自验证证明。”

📜 许可证

基于 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