Serversio.github.szhygulin/vaultpilot-mcp
M

VaultPilot MCP

io.github.szhygulin/vaultpilot-mcp · v0.14.4
▦ npm
v0.14.4npm npm: vaultpilot-mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.szhygulin/vaultpilot-mcp",
  "description": "Self-custodial crypto + DeFi MCP for AI agents. Ledger-signed. EVM, TRON, Solana, BTC, LTC.",
  "title": "VaultPilot MCP",
  "repository": {
    "url": "https://github.com/szhygulin/vaultpilot-mcp",
    "source": "github"
  },
  "version": "0.14.4",
  "websiteUrl": "https://github.com/szhygulin/vaultpilot-mcp",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}