π‘οΈ
Conduid Trust SDK
VerifiedReference MCP server implementing the RCPT Protocol β cryptographic receipts, ConduID identity, and on-chain anchoring for verifiable AI agent actions.
0 installs
Trust: 85 β Excellent
Devtools
Installation
npm install @conduid/trust-sdkAsk AI about Conduid Trust SDK
Powered by Claude Β· Grounded in docs
I know everything about Conduid Trust SDK. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Conduid Trust SDK
Reference implementation of the RCPT Protocol for MCP servers.
Features
- Ed25519-signed action receipts (RCPT v0.1)
- ConduID cryptographic identity (did:key)
- Merkle batching + Solana on-chain anchoring
- Trust score contribution via verified receipts
Install
npm install @conduid/trust-sdk
Usage
import { ConduidTrust } from "@conduid/trust-sdk";
const trust = new ConduidTrust({ platformDid: "did:key:..." });
await trust.attest({ action: "tool_invoke", payload: {...} });
See rcptprotocol.com for spec.
