Wax Seal
Cryptographic trust infrastructure for humans, software, AI agents, and physical assets.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные
Что умеет
- Waxseal.Info: Returns an overview of the WaxSeal cryptographic trust infrastructure — 11 trust layers, tiers, and how to use these MCP tools.
- Waxseal.Identity.Verify: Look up a WaxSeal cryptographic identity by its 64-character hex fingerprint. Returns on-chain status, display name, chain, owner wallet, and lifecycle status.
- Waxseal.Signature.Verify: Verify an Ed25519 signature produced by waxseal_sign_document. Fetches the public key from the WaxSeal network and verifies locally.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
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 → | Platform overview →
Список инструментов сервера (6)
Технические названия из tools/list. Нужны только разработчикам.
| waxseal.info | Returns an overview of the WaxSeal cryptographic trust infrastructure — 11 trust layers, tiers, and how to use these MCP tools. |
| waxseal.identity.verify | Look up a WaxSeal cryptographic identity by its 64-character hex fingerprint. Returns on-chain status, display name, chain, owner wallet, and lifecycle status. |
| waxseal.signature.verify | Verify an Ed25519 signature produced by waxseal_sign_document. Fetches the public key from the WaxSeal network and verifies locally. |
| waxseal.approval.verify | Verify a WaxSeal approval token before an AI agent executes a high-risk action. Returns valid: true only when the token is authentic and unexpired. |
| waxseal.document.sign | Sign a document with your WaxSeal private key. ⚠️ Requires local installation (npx @waxseal/mcp) — private keys must never leave your device. |
| waxseal.approval.create | Create a signed approval token for an AI agent action. ⚠️ Requires local installation (npx @waxseal/mcp) — private keys must never leave your device. |