← Index

VaultPilot MCP

io.github.szhygulin/vaultpilot-mcp·v0.13.1·Security
Quality Score
90
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "vaultpilot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "vaultpilot-mcp"
      ],
      "env": {
        "ETHEREUM_RPC_URL": "<ethereum_rpc_url>",
        "ARBITRUM_RPC_URL": "<arbitrum_rpc_url>",
        "POLYGON_RPC_URL": "<polygon_rpc_url>",
        "BASE_RPC_URL": "<base_rpc_url>",
        "RPC_PROVIDER": "<rpc_provider>",
        "RPC_API_KEY": "<your-rpc_api_key>",
        "ETHERSCAN_API_KEY": "<your-etherscan_api_key>",
        "ONEINCH_API_KEY": "<your-oneinch_api_key>",
        "WALLETCONNECT_PROJECT_ID": "<your-walletconnect_project_id>",
        "VAULTPILOT_DEMO": "<vaultpilot_demo>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "vaultpilot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "vaultpilot-mcp"
      ],
      "env": {
        "ETHEREUM_RPC_URL": "<ethereum_rpc_url>",
        "ARBITRUM_RPC_URL": "<arbitrum_rpc_url>",
        "POLYGON_RPC_URL": "<polygon_rpc_url>",
        "BASE_RPC_URL": "<base_rpc_url>",
        "RPC_PROVIDER": "<rpc_provider>",
        "RPC_API_KEY": "<your-rpc_api_key>",
        "ETHERSCAN_API_KEY": "<your-etherscan_api_key>",
        "ONEINCH_API_KEY": "<your-oneinch_api_key>",
        "WALLETCONNECT_PROJECT_ID": "<your-walletconnect_project_id>",
        "VAULTPILOT_DEMO": "<vaultpilot_demo>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y vaultpilot-mcp
§02  Environment variables
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
secret

API key for the chosen RPC_PROVIDER.

ETHERSCAN_API_KEY
secret

Etherscan API key for contract verification lookups.

ONEINCH_API_KEY
secret

1inch Developer Portal API key. Enables 1inch quote comparison in get_swap_quote.

WALLETCONNECT_PROJECT_ID
secret

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.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Security