← Back to Plugins
MCP Server MCP

VaultPilot MCP

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "vaultpilot-mcp",
      "version": "0.14.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Custom Ethereum RPC endpoint (alternative to RPC_PROVIDER + RPC_API_KEY).",
          "name": "ETHEREUM_RPC_URL"
        },
        {
          "description": "Custom Arbitrum RPC endpoint.",
          "name": "ARBITRUM_RPC_URL"
        },
        {
          "description": "Custom Polygon RPC endpoint.",
          "name": "POLYGON_RPC_URL"
        },
        {
          "description": "Custom Base RPC endpoint.",
          "name": "BASE_RPC_URL"
        },
        {
          "description": "RPC provider name: 'infura' or 'alchemy'. Used together with RPC_API_KEY.",
          "name": "RPC_PROVIDER"
        },
        {
          "description": "API key for the chosen RPC_PROVIDER.",
          "isSecret": true,
          "name": "RPC_API_KEY"
        },
        {
          "description": "Etherscan API key for contract verification lookups.",
          "isSecret": true,
          "name": "ETHERSCAN_API_KEY"
        },
        {
          "description": "1inch Developer Portal API key. Enables 1inch quote comparison in get_swap_quote.",
          "isSecret": true,
          "name": "ONEINCH_API_KEY"
        },
        {
          "description": "WalletConnect Cloud project ID. Required for Ledger Live signing via WalletConnect.",
          "isSecret": true,
          "name": "WALLETCONNECT_PROJECT_ID"
        },
        {
          "description": "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.",
          "name": "VAULTPILOT_DEMO"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...