VaultPilot MCP

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

People who work with transaction, solana and positions and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-06 · ★ 2 · #117 OF 318 MAINTAINED FINANCE · VERIFIED 2026-09-18

NOASSERTION · TypeScript servers · how we verify → /methodology

01 · Install VaultPilot MCP

before you install - you'll need

VAULTPILOT_DEMO

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add szhygulin-vaultpilot-mcp -- npx -y vaultpilot-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "szhygulin-vaultpilot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "vaultpilot-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repository a fork of another project - check the upstream repo before trusting releases

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package vaultpilot-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.szhygulin is GitHub-verified and matches the repo owner

03 · What VaultPilot MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 16 documented tools spanning transaction, solana, positions, prepare, including get_lp_positions, get_solana_staking_positions, get_compound_market_info, compare_yields.

Capability map

Tools grouped from the project's README - what VaultPilot MCP lets an agent do.

read & search

4 tools - e.g. Uniswap V3 LP + IL estimate; wallet-less Comet snapshot; banks the bundled SDK skipped, with root cause

get_lp_positions · get_compound_market_info · get_marginfi_diagnostics · get_vaultpilot_config_status

Transaction

4 tools - e.g. merged tx reader (external / ERC-20 / internal / Solana program_interaction) with 4byte-decoded methods + historical USD; poll inclusion by hash; EVM eth_call preview (Solana equivalent runs inside…

get_transaction_history · get_transaction_status · simulate_transaction · send_transaction

Solana

3 tools - e.g. Marinade + Jito + native stake-account enumeration with activation status and SOL-equivalent valuation; probe nonce + MarginFi account PDAs; pins nonce/blockhash, computes Message Hash for on-device…

get_solana_staking_positions · get_solana_setup_status · preview_solana_send

Prepare

2 tools - e.g. direct V3 swap, same-chain, auto-picks fee tier across 100/500/3000/10000 bps. Use only when the user names Uniswap; otherwise prefer LiFi; escape hatch for arbitrary verified-contract calls…

prepare_uniswap_swap · prepare_custom_call

Compare

1 tool - e.g. rank lending APRs across Aave / Compound / Morpho / Marinade / Jito / Kamino-lend / MarginFi

compare_yields

Explain

1 tool - e.g. post-hoc decode of a historical tx

explain_tx

Request

1 tool - e.g. file a missing-feature GitHub issue. Default returns a pre-filled URL (no auto-submit); rate-limited 3/hour

request_capability

04 · Who maintains VaultPilot MCP

VaultPilot MCP is maintained by szhygulin. We track 2 MCP servers from szhygulin - 2 actively maintained, 6 combined GitHub stars, oldest repo from Apr 2026. Full record: all servers from szhygulin.

  1. Recon Crypto MCP Self-custodial crypto portfolio: read EVM DeFi, sign on Ledger via WalletConnect. ★ 4

05 · Facts

category
finance - ranked #117 of 318 actively-maintained finance servers as of 2026-09-18.
registry
io.github.szhygulin/vaultpilot-mcp (active, first published 2026-04-14 · 26 versions)
packages
npm:vaultpilot-mcp

06 · VaultPilot MCP FAQ

Is VaultPilot MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-08-06. We re-verify nightly.

What can VaultPilot MCP do?

An agent gets 16 documented tools spanning transaction, solana, positions, prepare, including get_lp_positions, get_solana_staking_positions, get_compound_market_info, compare_yields.

How do I install VaultPilot MCP?

Run `npx -y vaultpilot-mcp`. The README documents one environment variable (VAULTPILOT_DEMO) to set first. You can also paste the ready-made client config above.

Does VaultPilot MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to VaultPilot MCP