waxseal-sdk
Ed25519 identity for AI agents. Verify seals, sign documents, gate actions with approvals.
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_PEMsecret — 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
enigma-python-mcp
A Model Context Protocol server that brings the capabilities of [enigmapython](https://github.com/denismaggior8/enigma-python) library to…
mcp-bytesmith
Local byte-wrangling toolbox: encoding (hex/Base64/Base32/Base58/Base45…), cryptographic + CRC hashing, base conversion, and CSPRNG…
HORIZON SHIELD: construction and renovation estimate auditor
Fair-price check for Japanese renovation quotes: range, verdict, red flags, verified contractors.
verify-proof
Verify blockchain timestamp proofs offline, or anchor a new one through ProofLedger.
ida-pro-mcp
MCP server for IDA Pro, allowing you to perform binary analysis with AI assistants. This plugin implement decompilation, disassembly and…
GhidraMCP
A Model Context Protocol server for Ghidra that enables LLMs to autonomously reverse engineer applications. Provides tools for decompiling…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry