io.github.szhygulin

vaultpilot-mcp

VaultPilot MCP

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

stdiocommunityservice

Package Details

Transportstdio

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.