Cryptographic trust infrastructure for humans, software, AI agents, and physical assets. **4 public tools — no API key required:** - **`waxseal_verify_identity`** — Look up any on-chain WaxSeal identity by 64-char hex fingerprint. Returns lifecycle status, owner wallet, chain, and display name. - **`waxseal_verify_signature`** — Verify an Ed25519 document signature against the WaxSeal network. - **`waxseal_verify_approval`** — Verify a human-in-the-loop approval token before an AI agent executes a high-risk action. - **`waxseal_platform_info`** — Overview of the 11-layer trust infrastructure, tiers, and supported chains. **Signing tools** (`waxseal_sign_document`, `waxseal_create_approval`) require local install — private keys must never leave your device: `npx @waxseal/mcp` ### Use cases - Verify that a document or webhook was signed by a specific identity - Check on-chain seal status before trusting a counterparty in an agentic pipeline - Gate high-risk AI agent actions behind cryptographic human approval - Look up identity metadata across Ethereum, Base, and BNB Chain ### About WaxSeal One permanent Ed25519 fingerprint spanning 11 trust domains — verified anywhere in under one second. Free to start. [Get your seal →](https://waxseal.id/create) | [Platform overview →](https://waxseal.id/platform)
How to connect
https://server.smithery.ai/degenlegion-com/waxseal/mcp
curl -X POST https://server.smithery.ai/degenlegion-com/waxseal/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'