A modular Model Context Protocol (MCP) framework enabling AI agents to securely interact with the Cheqd network for decentralized identity management, verifiable credentials, and trust registry operations.
A toolkit for managing DIDs and verifiable credentials using @openwalletfoundation/credo-ts, including issuing and revoking credentials, schema management, DID-based authentication, and TRAIN for trust registry verification.
{
"mcpServers": {
"cheqd-mcp": {
"command": "npx",
"args": [
"mcp-remote",
"https://remote-mcp.cheqd.io/mcp"
]
}
}
}