HomeServersCryptography › degenlegion-com/waxseal-sdk
MCP Server Active MIT cloudlocal

degenlegion-com/waxseal-sdk

On-chain Ed25519 identity for AI agents — verify seals by fingerprint, validate document signatures, and gate irreversible actions behind human-signed approval tokens. Hosted at `api.waxseal.id/mcp`; local install (`npx @waxseal/mcp`) for signing.

Quality score 53/100
View on GitHub →
Stars
★ 1
Last commit
25d ago
Language
TypeScript
Install
npm / npx
Category

Installation

Example client config (verify package name in the repo README)

{
  "mcpServers": {
    "waxseal-sdk": {
      "command": "npx",
      "args": ["-y", "waxseal-sdk"]
    }
  }
}

Topics

Related in Cryptography

MCP Server Active

laszlopere/mcp-bytesmith

Local byte-wrangling toolbox: encoding (hex/Base64/Base32/Base58/Base45…), cryptographic + CRC hashing, base conversion, and CSPRNG tokens/passphrases, plus an opt-in Ethereum/EVM toolset (keccak, ABI/RLP codecs, EIP-191/712 hashing, function/event selectors, EIP-55). No network calls. `uvx mcp-bytesmith`.

2 Python Updated 21d ago Score 55
MCP Server Active

denismaggior8/enigma-python-mcp

A Model Context Protocol server that brings the capabilities of [enigmapython](https://github.com/denismaggior8/enigma-python) library to LLMs, allowing them to encrypt and decrypt messages using historically accurate Enigma machine emulators.

5 Python Updated yesterday Score 48