mcpbeat Sign in

VaultPilot MCP Server

local only

VaultPilot MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 193 installs a week from npm. Last commit 5 Aug 2026.

Self-custodial crypto + DeFi MCP for AI agents. Ledger-signed. EVM, TRON, Solana, BTC, LTC.

Installs per day peak 56 · avg 16 · -60% w/w
a month agotoday
193
Installs / week
npm · vaultpilot-mcp
2
Stars
0 open issues
5 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 19 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.

Runs an external command src/signing/ledger-live-codesign.ts:118
    const child = spawn(cmd, args, { stdio: ["ignore", "pipe", "pipe"] });

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 vaultpilot-mcp -- npx -y vaultpilot-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vaultpilot-mcp": {
      "args": [
        "-y",
        "vaultpilot-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vaultpilot-mcp]
command = "npx"
args = ["-y", "vaultpilot-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "vaultpilot-mcp": {
      "args": [
        "-y",
        "vaultpilot-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vaultpilot-mcp": {
      "args": [
        "-y",
        "vaultpilot-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ETHEREUM_RPC_URL (Custom Ethereum RPC endpoint (alternative to RPC_PROVIDER + RPC_API_KEY).), ARBITRUM_RPC_URL (Custom Arbitrum RPC endpoint.), POLYGON_RPC_URL (Custom Polygon RPC endpoint.), BASE_RPC_URL (Custom Base RPC endpoint.), RPC_PROVIDER (RPC provider name: 'infura' or 'alchemy'. Used together with RPC_API_KEY.), RPC_API_KEY (API key for the chosen RPC_PROVIDER.), ETHERSCAN_API_KEY (Etherscan API key for contract verification lookups.), ONEINCH_API_KEY (1inch Developer Portal API key. Enables 1inch quote comparison in get_swap_quote.), WALLETCONNECT_PROJECT_ID (WalletConnect Cloud project ID. Required for Ledger Live signing via WalletConnect.), VAULTPILOT_DEMO (Set to 'true' to enable demo mode — no Ledger required, real chain RPC reads, signing-class tools either refuse or return simulated-broadcast envelopes. See `set_demo_wallet` and `exit_demo_mode` tools for the full demo flow.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to VaultPilot MCP

same job, measured the same way
Recon Crypto MCP
by szhygulin

Self-custodial crypto portfolio: read EVM DeFi, sign on Ledger via WalletConnect.

49 installs/wk local only
I
agents.u.cash
by udotcash

Non-custodial HTTP-402 crypto payments for AI agents. 86-tool MCP server.

local only
I
agents.u.cash
by uxdevo

Non-custodial HTTP-402 crypto payments for AI agents. 79-tool MCP server.

local only
I
agents.u.cash
by uantum

Non-custodial HTTP-402 crypto payments for AI agents. 77-tool MCP server.

local only
Xenarch MCP
by xenarch-ai

Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.

120 installs/wk local only
ShieldZCash
by shieldzcash

Keyless non-custodial crypto payments for AI agents: payment links and tip jars, no API key.

34 installs/wk 4 tools answering
MCP Transactions Data
by cryptoapis-io

MCP server for transaction lookup across EVM, UTXO, Solana, XRP, Kaspa via Crypto APIs

62 installs/wk local only
Swaptitan
by swaptitan

Non-custodial cross-chain crypto swap MCP — 1288+ assets, no KYC. Solana/EVM/Monero, RPC, oracle.

21 tools answering

VaultPilot MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for VaultPilot MCP?
VaultPilot MCP 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 npm package vaultpilot-mcp was installed 193 times last week.
How do I connect VaultPilot MCP?
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 vaultpilot-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use VaultPilot MCP?
The npm package vaultpilot-mcp was installed 193 times in the last week. Week over week that is -60%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is VaultPilot MCP open source?
We cannot say either way: written in TypeScript and 2 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.