Developer Tools
Trust: 41/100 (Fair)PEAC Protocol Guide
Verify, inspect, decode, issue, and bundle PEAC receipts. Portable, offline-verifiable evidence.
10 starsby peacprotocol
Quick Start
Install
npx @peac/mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-peacprotocol-peac": {
"command": "npx",
"args": [
"@peac/mcp-server"
]
}
}
}