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.
We read the source, 19 h ago · rules 3dff92dd89df
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.
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.
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.
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.
claude mcp add vaultpilot-mcp -- npx -y vaultpilot-mcp
{
"mcpServers": {
"vaultpilot-mcp": {
"args": [
"-y",
"vaultpilot-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.vaultpilot-mcp]
command = "npx"
args = ["-y", "vaultpilot-mcp"]
{
"mcpServers": {
"vaultpilot-mcp": {
"args": [
"-y",
"vaultpilot-mcp"
],
"command": "npx"
}
}
}
{
"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.
Self-custodial crypto portfolio: read EVM DeFi, sign on Ledger via WalletConnect.
Non-custodial HTTP-402 crypto payments for AI agents. 86-tool MCP server.
Non-custodial HTTP-402 crypto payments for AI agents. 79-tool MCP server.
Non-custodial HTTP-402 crypto payments for AI agents. 77-tool MCP server.
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
Keyless non-custodial crypto payments for AI agents: payment links and tip jars, no API key.
MCP server for transaction lookup across EVM, UTXO, Solana, XRP, Kaspa via Crypto APIs
Non-custodial cross-chain crypto swap MCP — 1288+ assets, no KYC. Solana/EVM/Monero, RPC, oracle.
Answers built from our own checks of this server.