Skip to main content
Glama

🛡️ ProofCore MCP Server

TON Blockchain 上のAIエージェント向け ゼロ認証・暗号公証&エビデンスレイヤー。Tensor

PyPI version Model Context Protocol TON Blockchain License: MIT

🌐 プロトコルWebサイト📖 OpenAPI 仕様書📱 Telegram Bot


⚡ これは何か?

これは、ProofCore Protocol 公式の 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 上の Merke ツリーのバッチ処理に投入します。改ざん不可能な引用バッジを返します。

  2. get_proof_status(deal_id: str)
    以前シールされた取引について、暗号マニフェスト、Merkle パス、TON トランザクションハッシュを取得します。

🚀 インストール&使い方

ProofCore の使用に API キーは不要です。厳密な Zero-Auth 設計で動作します。

Claude デスクトップ

claude_desktop_config.json(設定ファイル)に以下を追加します:

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

Cursor IDE

  1. Cursor 設定 > Features(機能) > MCP を開く

  2. + MCP サーバーを追加 をクリック

  3. タイプとして command を選択

  4. 名前: proofcore

  5. コマンド: uvx proofcore-mcp

💬 チャットでの使い方

AI に次のように頼むだけです:

  • 「この Solidity コントラクトを監査し、最終判決をオンチで暗発シールしてください。」

  • 「アリスとボブの間の NDA を作成し、ProofCore に公証してナラゲてください。」

  • 「取引の UUID についてブロックチェーン上のステータスは?」

AI が自動的にツールを呼び出し、ドキュメントを固定し、検証済みリンクを提示します!

🔍 独立した検証

シールされた文書はどれも引用リンク(例:https://proofcore.org/app/<UUID>)を返します。
このリンクを開けば誰でも、以下の暗号要素が3つすべて一致することを独自に検証できます:

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