MCP Servers / development / AIP Identity

AIP Identity

JSON →
none13development

Cryptographic identity for MCP clients — Ed25519 keypairs, DID-based verification, trust scoring, encrypted messaging, and artifact signing.

Install
How to run this server
[ { "cmd": "pip install aip-mcp-server", "imports": [] } ]
server path: aip-identity
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
envAIP_SERVICE_URL
Resources
AIP Identity — MCP Server · libregistry