HomeSecurity › waxseal-sdk

waxseal-sdk

Ed25519 identity for AI agents. Verify seals, sign documents, gate actions with approvals.

TypeScript CloudLocal
★ 2 stars Last pushed 2026-07-07 License: MIT

Topics: Cryptography

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.2)

npx -y @waxseal/mcp@1.0.2

Or add to your MCP client config:

{
  "mcpServers": {
    "waxseal-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "@waxseal/mcp@1.0.2"
      ],
      "env": {
        "WAXSEAL_PRIVATE_KEY_PEM": "<YOUR_VALUE>"
      }
    }
  }
}
  • WAXSEAL_PRIVATE_KEY_PEM secret — 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.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry