proofcore-mcp
Official🛡️ ProofCore MCP Server
TON Blockchain 上のAIエージェント向け ゼロ認証・暗号公証&エビデンスレイヤー。Tensor
🌐 プロトコルWebサイト • 📖 OpenAPI 仕様書 • 📱 Telegram Bot
⚡ これは何か?
これは、ProofCore Protocol 公式の Model Context Protocol (MCP) サーバーです。
これにより、AI アシスタント(Claude、Cursor、Windsurf など)は、自身の出力(コード監査、契約書、サーバーログなど)を The Open Network (TON) Blockchain に直接、暗号シールすることができます。
このサーバーを利用すると、あなたの AI エージェントは、自身の出力が特定のタイムスタンプ時点で存在し、その後改ざんされたり捏造されたりしていないことを数学的に証明できます。
Related MCP server: DocImprint
🛠 利用可能なツール
seal_content(content: str, title: str)
与えられたテキストを SHA-256 でハッシュ化し、TON Blockchain 上の Merke ツリーのバッチ処理に投入します。改ざん不可能な引用バッジを返します。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
Cursor 設定 > Features(機能) > MCP を開く
+ MCP サーバーを追加 をクリック
タイプとして
commandを選択名前:
proofcoreコマンド:
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 のもとで配布されています。
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