mcpbeat Sign in

Ethereum Keystore Encryption MCP Server

local only

Ethereum Keystore Encryption runs on your own machine — the client starts it, so there is no endpoint to ping. 54 installs a week from pypi. Last commit 15 Sep 2026.

Encrypt/decrypt Ethereum keystore JSON V3 with scrypt/PBKDF2 for secure cold storage

Installs per day peak 24 · avg 8 · +2% w/w
a month agotoday
54
Installs / week
pypi · keystore-mcp-server
25
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
License
HTML

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/keystore_mcp/__init__.py:1, [пакет] src/keystore_mcp/__main__.py:1, [пакет] src/keystore_mcp/server.py:1 и ещё 21
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add keystore-mcp-server -- uvx keystore-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "keystore-mcp-server": {
      "args": [
        "keystore-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.keystore-mcp-server]
command = "uvx"
args = ["keystore-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "keystore-mcp-server": {
      "args": [
        "keystore-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "keystore-mcp-server": {
      "args": [
        "keystore-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Ethereum Keystore Encryption

same job, measured the same way
seekrit — secrets for agents
by seekrit

Encrypted store for API keys and database URLs your code needs. Use them without reading them.

40 tools answering
Securecode
by juanisidoro

Secrets vault for Claude Code with audit logs, access rules, and AES-256 encryption.

86 installs/wk local only
Lockbox
by sathergate

Encrypted secrets for Next.js. AES-256-GCM with no vault needed.

28 installs/wk local only
Notebooklm MCP Secure
by pantheon-security

Security-hardened NotebookLM MCP with post-quantum encryption

177 installs/wk local only
SRIFT
by srift

Secure P2P file transfer and encrypted chat for AI agents. No accounts, no API keys.

288 installs/wk 8 tools answering
Providers
by securecloudstorage

Verified cloud storage provider facts: prices, storage, encryption. Dated and source-cited.

5 tools answering
Quantaseal
by lokeshwaranramu

Quantum-safe vault, encryption & compliance for AI agents. NIST FIPS 203/204 ML-KEM-768 + ML-DSA-65.

41 installs/wk local only
Stashbase
by stashbase

Secrets for developers and agents—secure context and workflows without exposing secret values.

answering

Ethereum Keystore Encryption — questions

Answers built from our own checks of this server.

Why is there no uptime for Ethereum Keystore Encryption?
Ethereum Keystore Encryption runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package keystore-mcp-server was installed 54 times last week.
How do I connect Ethereum Keystore Encryption?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls keystore-mcp-server straight from pypi; nothing to host, nothing to sign up for.
How many people use Ethereum Keystore Encryption?
The pypi package keystore-mcp-server was installed 54 times in the last week. Week over week that is +2%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ethereum Keystore Encryption open source?
We cannot say either way: written in HTML and 25 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.