WebCrypt MCP Server

Zero-dependency Web Crypto & native AI Agent Tooling (MCP) for modern JavaScript. It runs locally over stdio via the published package.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-21 · ★ 27 · #6 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install WebCrypt MCP Server

Claude Code

claude mcp add putervision-webcrypt -- npx -y webcrypt

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "putervision-webcrypt": {
      "command": "npx",
      "args": [
        "-y",
        "webcrypt"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package webcrypt - unscoped; check the name against the project README before installing

registry namespace io.github.putervision is GitHub-verified and matches the repo owner

03 · What WebCrypt MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

1.0.0 · 2026-08-21

0.6.2 · 2026-08-01

04 · Who maintains WebCrypt MCP Server

WebCrypt MCP Server is maintained by putervision. We track 3 MCP servers from putervision - 3 actively maintained, 159 combined GitHub stars, oldest repo from Dec 2025. Full record: all servers from putervision.

  1. Visual Memory MCP Local visual UI cache for AI agents using perceptual hashing + CLIP to cut vision token use. ★ 61
  2. State Memory MCP Deterministic, persistent graph server for tracking workflow state, decisions, and blockers. ★ 71

05 · Facts

category
finance - ranked #6 of 283 actively-maintained finance servers as of 2026-08-25.
release cadence
2 releases in the last 90 days (latest 2026-08-21)
registry
io.github.putervision/webcrypt (active, first published 2026-08-21)
packages
npm:webcrypt

06 · WebCrypt MCP Server FAQ

What is WebCrypt MCP Server?

Zero-dependency Web Crypto & native AI Agent Tooling (MCP) for modern JavaScript. It runs locally over stdio via the published package.

Is WebCrypt MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-21 and it shipped 2 releases in the last 90 days. We re-verify nightly.

How do I install WebCrypt MCP Server?

Run `npx -y webcrypt`. You can also paste the ready-made client config above.

Does WebCrypt MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to WebCrypt MCP Server