AIP Identity
JSON →Cryptographic identity for MCP clients â Ed25519 keypairs, DID-based verification, trust scoring, encrypted messaging, and artifact signing.
Install
pip install aip-mcp-server Tools · 8
- aip_whoami Show your current AIP identity (DID, public key)
- aip_verify Verify another agent's identity via challenge-response
- aip_trust_score Get trust score and vouch chain for an agent
- aip_sign Cryptographically sign content to prove authorship
- aip_verify_signature Verify a signature against a DID's public key
- aip_send_message Send an encrypted message to another agent
- aip_check_messages Check for incoming messages
- aip_register Register a new AIP identity
Environment variables
AIP_SERVICE_URL
★ 13 GitHub stars