MCP Server
MCP
io.github.degenlegion-com/waxseal
Ed25519 identity for AI agents. Verify seals, sign documents, gate actions with approvals.
Install
npx -y @waxseal/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@waxseal/mcp",
"version": "1.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Ed25519 private key PEM — required only for waxseal.document.sign and waxseal.approval.create. The three verify tools and waxseal.info work without any key.",
"format": "string",
"isSecret": true,
"name": "WAXSEAL_PRIVATE_KEY_PEM"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment