Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ”‘ Cryptography
  3. Waxseal Sdk
Waxseal Sdk logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 3:47:07 PM

Waxseal Sdk

User RatingsBe the first to rate and review this MCP server!
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website
cryptographyidentitysignaturesmcp

Verify WaxSeal identities and signatures, or sign documents and create approval tokens with an Ed25519 key.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "degenlegion-com-waxseal-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "@waxseal/mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ”‘ More in Cryptography

Overview

The degenlegion-com/waxseal-sdk MCP server exposes WaxSeal identity, signature, document-signing, and approval-token operations to MCP clients. It can run locally through the `@waxseal/mcp` npm package or remotely at `https://api.waxseal.id/mcp`. Identity, signature, and approval verification do not require configuration, while signing operations require a WaxSeal private key in PEM format. Use it when an agent must verify an on-chain identity or require human-signed approval before an irreversible action.

Use cases

β€’Verify an agent or user identity from a WaxSeal fingerprint
β€’Validate document signatures against an on-chain Ed25519 key
β€’Gate irreversible actions behind human approval tokens
β€’Sign agent-generated documents with a WaxSeal key

Key features

β€’Verify on-chain identities by fingerprint
β€’Validate Ed25519 document signatures
β€’Check human approval tokens
β€’Sign content with a PEM private key
β€’Create time-limited approval tokens
β€’Run locally or through a hosted MCP endpoint

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Waxseal Sdk.

Extracted Tool Capabilities
Verify on-chain identities by fingerprint
Validate Ed25519 document signatures
Check human approval tokens
Sign content with a PEM private key
Create time-limited approval tokens
Run locally or through a hosted MCP endpoint

How Waxseal Sdk works

What degenlegion-com/waxseal-sdk MCP server does

The degenlegion-com/waxseal-sdk MCP server gives compatible AI clients access to WaxSeal’s Ed25519 identity and signature functions. A WaxSeal identity is represented by a 64-character fingerprint and has an on-chain record. Agents can use the server to look up an identity, check document signatures, validate approval tokens, sign content, and create approval tokens.

The server is aimed at workflows where an agent needs cryptographic evidence before proceeding. For example, an agent can verify who controls a fingerprint, confirm that a document was signed by the corresponding on-chain key, or check a human approval token before executing an irreversible operation.

How it works

The server exposes six MCP tools:

  • waxseal.info returns platform, tier, and tool information.
  • waxseal.identity.verify resolves a fingerprint to identity details such as name, chain, wallet, and status.
  • waxseal.signature.verify checks an Ed25519 signature against an on-chain key.
  • waxseal.approval.verify validates a human approval token.
  • waxseal.document.sign signs content with the configured WaxSeal private key.
  • waxseal.approval.create creates a signed approval token with a time limit.

The first four tools are verification or information operations and work without local key configuration. The two signing tools use the private key supplied through WAXSEAL_PRIVATE_KEY_PEM. The hosted MCP endpoint is available at https://api.waxseal.id/mcp for HTTP-capable clients.

Setup and configuration

For a local process, run the package with npx -y @waxseal/mcp. An MCP client configuration can set WAXSEAL_PRIVATE_KEY_PEM to a PEM-encoded private key when document signing or approval creation is needed. Keep this value private; verification-only use does not need it.

The README identifies Claude, Cursor, Windsurf, and VS Code Copilot as supported client environments. Alternatively, configure the client to connect to the hosted endpoint instead of starting a local process. The hosted option is intended for clients that support HTTP-based MCP connections.

Tools and capabilities

The degenlegion-com/waxseal-sdk MCP server covers two related jobs. First, it supports identity and signature verification using a fingerprint, signed content, or an approval token. Second, it lets an agent act as a WaxSeal holder by signing content and producing approval tokens, provided the local private key is available.

These operations can support passwordless identity checks, document approval flows, verified-agent workflows, and action gates that require a human-signed authorization. The material specifically describes approval tokens as time-limited, so consumers should validate them before carrying out the protected action.

Limitations and notes

Signing is not available without a WaxSeal private key, while verification tools do not require that key. The README does not document additional local configuration variables, client-specific setup details, or the precise request and response schemas for each MCP tool. The repository also contains the separate @waxseal/verify browser and Node SDK, but that package is distinct from the MCP server package.

The degenlegion-com/waxseal-sdk MCP server is released under the MIT license. The provided material does not describe paid requirements for the MCP endpoint or local package, and it states that the related REST API requires no key.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Cryptography View all alternatives
  • Enigma Python MCP logoEnigma Python MCP

    A Model Context Protocol server that brings the capabilities of enigmapython library to LLMs, allowing them to encrypt and decrypt messages using historically accurate Enigma machine emulators.

    πŸ”‘ Cryptography2 views
    Compare vs Enigma Python MCP β†’
  • MCP Bytesmith logoMCP 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.

    πŸ”‘ Cryptography2 views
    Compare vs MCP Bytesmith β†’
  • Horizon Shield logoHorizon Shield

    Bitcoin-anchored, trustless public verification ledger (JIDEC) for AI-agent evidence: fetch the record bytes, recompute the SHA-256, and check the OpenTimestamps/Bitcoin timestamp β€” no trust in the issuer required.

    πŸ”‘ Cryptography0 views
    Compare vs Horizon Shield β†’
  • Moxie Docs MCP logoMoxie Docs MCP
    β˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory21 views
    Compare vs Moxie Docs MCP β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
1
Stargazers on the source repository.
npm downloads
600
Package downloads in the last 30 days.
Last commit
2mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Waxseal Sdk

Run `npx -y @waxseal/mcp` in a local MCP client configuration. The hosted endpoint is also available at `https://api.waxseal.id/mcp`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewWaxseal Sdk AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/degenlegion-com-waxseal-sdk?style=directory)](https://allmcps.com/mcp/degenlegion-com-waxseal-sdk)
HTML Embed
<a href="https://allmcps.com/mcp/degenlegion-com-waxseal-sdk"><img src="https://allmcps.com/api/badge/degenlegion-com-waxseal-sdk?style=directory" alt="Waxseal Sdk on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ”‘Cryptography
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthOther
LicenseMIT
ClientsClaude Desktop, Cursor, Windsurf
Last updatedSep 7, 2026
11/11 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 7, 2026
npm downloads600/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
53Quality signal: Good Β· 53/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity6/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 19d ago via OSV.dev Β· @waxseal/mcp (npm)

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ”‘ Cryptography β†’Alternatives to Waxseal Sdk β†’Install in Claude DesktopInstall in CursorInstall in VS Code