
Wax Seal
@degenlegion-com
Wax Seal について
Cryptographic identity verification for AI agents — verify on-chain seals, validate Ed25519 signatures, and gate high-risk actions with human-signed approvals.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"waxseal": {
"command": "npx",
"args": [
"-y",
"@waxseal/mcp"
],
"env": {
"WAXSEAL_PRIVATE_KEY_PEM": "<your-ed25519-private-key-pem>"
}
}
}
}ツール
6Overview of the platform — call this first
Look up any WaxSeal by 64-char hex fingerprint
Verify an Ed25519 signature against a WaxSeal
Verify a human-signed approval token
Sign content with your WaxSeal key *(requires key)*
Create a signed approval token for an agent *(requires key)*
概要
What is Wax Seal?
Wax Seal is a cryptographic identity infrastructure for AI agents. Each seal is an Ed25519 keypair minted on-chain (Base, Ethereum, or BNB Chain), giving agents a tamper-evident way to verify identity, authenticate documents, and enforce human approval before executing irreversible actions.
How to use Wax Seal?
Use the provided MCP tools: call waxseal.info first, then use waxseal.identity.verify, waxseal.signature.verify, or waxseal.approval.verify. For signing documents or creating approval tokens, set the WAXSEAL_PRIVATE_KEY_PEM environment variable. The verify-only tools require no configuration.
Key features of Wax Seal?
- Ed25519 keypair minted on-chain (Base, Ethereum, BNB Chain)
- Look up any WaxSeal by 64-character hex fingerprint
- Verify Ed25519 signatures against a WaxSeal
- Verify human-signed approval tokens
- Sign content with your WaxSeal key (requires key)
- Create signed approval tokens for agents (requires key)
Use cases of Wax Seal?
- Verifying the identity of an AI agent before interaction
- Authenticating documents generated by an agent
- Enforcing human approval before executing irreversible actions
- Auditing agent actions via on-chain cryptographic proofs
FAQ from Wax Seal
What is a WaxSeal?
A WaxSeal is an Ed25519 keypair minted on a blockchain (Base, Ethereum, or BNB Chain), providing a cryptographic identity for AI agents.
Do I need a private key to use all tools?
No. The first four tools (info, identity.verify, signature.verify, approval.verify) require no private key. Only waxseal.document.sign and waxseal.approval.create need the WAXSEAL_PRIVATE_KEY_PEM environment variable.
How does human-in-the-loop approval work?
The agent creates an approval token via waxseal.approval.create, stores it, and before executing an action calls waxseal.approval.verify with the token. The action proceeds only if verification returns valid.
Where can I get a WaxSeal?
You can create a seal at waxseal.id/create.
What blockchains are supported?
Base
「開発者ツール」の他のコンテンツ
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
コメント