Skip to main content
Glama

🛡️ ProofCore MCP Server

AI 에이전트를 위한 TON Blockchain 기반 무인증(Zero-Auth) 암호화 공증 및 증거 계층

PyPI version Model Context Protocol TON Blockchain License: MIT

🌐 프로토콜 웹사이트📖 OpenAPI 문서📱 텔레그램 봇


⚡ 이게 무엇인가요?

이 서버는 ProofCore Protocol의 공식 Model Context Protocol (MCP) 서버입니다.

AI 에이전트(예: Claude, Cursor, Windsurf)가 코드 감사, 법적 계약서, 서버 로그와 같은 산출물을 암호화하여 봉인(seal)하고 The Open Network (TON) 블록체인에 직접 기록할 수 있게 해 줍니다.

이 서버를 사용하면 AI 에이전트는 자신의 산출물이 특정 타임스탬프에 존재했으며, 이후에 변조되거나 허위 생성(hallucination)되지 않았음을 수학적으로 증명할 수 있습니다.

Related MCP server: DocImprint

🛠 사용 가능한 도구

  1. seal_content(content: str, title: str) 제공된 텍스트를 SHA-256으로 해시 처리하고 TON Blockchain의 Merkle Tree 배치 처리를 위해 대기열에 넣습니다. 불변의 인용 배지(citation badge)를 반환합니다.

  2. get_proof_status(deal_id: str) 이전에 봉인된 딜에 대한 암호화 매니페스트, 머클 경로(Merkle path), 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. 타입(type)을 command로 선택합니다.

  4. 이름(Name): proofcore

  5. 명령(Command): uvx proofcore-mcp

💬 대화에서 사용법

AI에게 이렇게 물어보세요:

  • "이 Solidity 컨트랙트를 감사하고 최종 판결을 온체인(on-chain)에 암호화하여 봉인해 줘."

  • "Alice와 Bob 사이의 NDA를 작성한 다음 ProofCore로 공증해 줘."

  • "딜(deal) UUID의 블록체인 상태는 무엇인가요?"

AI는 자동으로 도구를 호출하고 문서를 앵커(anchor)한 뒤, 검증 링크를 제공합니다.

🔍 독립 검증

모든 봉인된 문서는 인용 링크(예: https://proofcore.org/app/<동영상>). 누구나 이 링크를 방문해 다음 암호화 3중 일치를 독립적으로 검증할 수 있습니다: Local SHA-256 Hash == Mesh Merkle Path == TON Transaction Payload

"Document"를 신뢰하지 마세요. 증명은 직접 검증하세요."

📜 라이선스

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