This is a trust infrastructure layer for AI agents built on the XRP Ledger, giving them verifiable on-chain identity, credential management, reputation scoring, escrow capabilities, and persistent memory. It wraps the XAIP protocol, which records signed execution receipts from tool calls and exposes historical evidence through a REST API. You query /v1/trust to check scores, POST to /v1/select to rank candidates by execution evidence, then report back with signed receipts. The system uses Ed25519 signatures and Bayesian scoring with caller diversity weighting. Reach for this when you need execution provenance before delegating to third-party tools or want agents to prefer candidates with verified track records instead of gambling on unknown servers.
claude mcp add --transport stdio io.github.xkumakichi-xaip-mcp-server uvx xaip-mcp-server