WebCrypt MCP Server
WebCrypt MCP Server is an MCP server published by putervision, verified on MCP revision 2024-11-05; support for the current revision (2026-07-28) is not yet confirmed. It is the first-party server from putervision. Last verified 2026-09-15.
Does WebCrypt MCP Server support the current MCP specification (2026-07-28)?
Not yet confirmed. WebCrypt MCP Server is verified on revision 2024-11-05; we have not confirmed support for the current revision (2026-07-28) as of 2026-09-15.
Is WebCrypt MCP Server a first-party (official) MCP server?
Yes. WebCrypt MCP Server is the first-party MCP server published by putervision (last verified 2026-09-15).
How do I connect to WebCrypt MCP Server?
WebCrypt MCP Server is available via the package npm:webcrypt, the official MCP Registry under io.github.putervision/webcrypt, the source repository at https://github.com/putervision/webcrypt. Authentication: none. Transports: stdio.
What tools does WebCrypt MCP Server expose?
WebCrypt MCP Server exposes 6 tools, including encrypt_payload, decrypt_payload, manage_keys, crypto_hash, sign_verify, pqc_kem_sign (last verified 2026-09-15).
Does WebCrypt MCP Server support MCP revision 2024-11-05?
Yes. WebCrypt MCP Server supports MCP revision 2024-11-05 (checked 2026-09-15).
When were WebCrypt MCP Server's facts last verified?
2026-09-15. Each fact on this page links to the sources used to verify it.
Which tools does WebCrypt MCP Server expose?
6 tools verified.
encrypt_payloaddecrypt_payloadmanage_keyscrypto_hashsign_verifypqc_kem_sign
WebCrypt is a cryptography toolkit exposed as an MCP server: six tools cover AES-256-GCM and RSA-4096 encryption and decryption, key management, hashing, digital signatures, and post-quantum key encapsulation and signing with Kyber and Dilithium. It runs entirely through the native W3C Web Crypto API with zero runtime dependencies, distributed as the npm package webcrypt and launched with npx webcrypt mcp over stdio. The server implements its own JSON-RPC 2.0 stdio framing rather than depending on an MCP SDK, and its README states that all operations execute locally with no external API calls, telemetry or network transmissions, which leaves it with no authentication surface of its own.
The GitHub organization putervision owns the repository and publishes the npm package; the package's mcpName field self-declares the registry identity io.github.putervision/webcrypt, matching the official MCP Registry record exactly. WebCrypt fronts no external vendor's API or service; it is a tool of putervision's own making, published under its own verified registry namespace, which sets authority to first_party here. Two sibling servers from the same publisher, state-memory-mcp and vision-memory-mcp, are already cataloged under the shared publisher record github-putervision.
Its own docs/ARCHITECTURE.md states that WebCrypt v1.0.1 "introduces a zero-dependency Model Context Protocol (MCP) stdio server conforming to JSON-RPC 2.0 and specification 2024-11-05," a vendor-authored statement naming a specific, early revision. That sets spec_status to legacy with latest_spec 2024-11-05, several revisions behind the site's current 2026-07-28. npm lists version 1.0.1 as current, one patch ahead of the newest tagged GitHub release, 1.0.0 from 2026-08-21; no GitHub release or tag exists for 1.0.1.
Which MCP spec revisions does WebCrypt MCP Server support?
WebCrypt MCP Server has 1 verified spec-support record. Each row lists the revision, the verified status, the evidence URL, and the date that fact was last checked.
| Spec revision | Status | Last checked | Evidence |
|---|---|---|---|
| MCP 2024-11-05 | Supported | Source |
How widely adopted is WebCrypt MCP Server?
Ranked #95 in The MCP 500 with Adoption Index 55.59 (snapshot , methodology v1).
| Measurement | Value | Source |
|---|---|---|
| Official MCP Registry | yes | API · |
| Docker MCP Catalog | no | API · |
| npm downloads (weekly) | 11,050 | API · |
| GitHub stars | 29 | API · |
| GitHub forks | 5 | API · |
| Last push | 2026-08-21T21:32:33Z | API · |
| Repository archived | no | API · |
How was this verified, and what are the sources?
Verified · method: vendor-docs
· confidence 0.90 (High).
- Official MCP Registry record for io.github.putervision/webcrypt, fetched 2026-09-15 - version 1.0.1, package npm webcrypt 1.0.1 with stdio transport, repository putervision/webcrypt - accessed
- Repository metadata, fetched 2026-09-15 - putervision/WebCrypt, MIT, 29 stars, 5 forks, last push 2026-08-21, not archived, owner type Organization - accessed
- npm registry metadata for webcrypt, fetched 2026-09-15 - latest 1.0.1, zero runtime dependencies, mcpName field io.github.putervision/webcrypt matching the registry record, sole maintainer putervision - accessed
- docs/ARCHITECTURE.md, fetched 2026-09-15 - "WebCrypt v1.0.1 introduces a zero-dependency Model Context Protocol (MCP) stdio server conforming to JSON-RPC 2.0 and specification \"2024-11-05\"" - accessed
- Repository README, fetched 2026-09-15 - "100% Local Execution Guarantee: All cryptographic operations execute locally in memory via standard W3C Web Crypto API. Zero external API calls, telemetry, or network transmissions," and the six-tool reference table - accessed