Skip to content

This release adds 3 notable features for engineering teams evaluating rollout.

Published 1mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

aave ai-agent arbitrum claude claude-code compound
+13 more
crypto cursor defi ethereum ledger lifi mcp mcp-server model-context-protocol polygon solana uniswap walletconnect

Summary

AI summary

Standalone binaries eliminate Node.js/npm requirements for MCP server and setup wizard.

Full changelog

Headline

  • Standalone binaries for Linux x64, macOS arm64, macOS x64, Windows x64 — no Node.js / npm / native-compile toolchain required. Each platform ships an MCP server binary plus a setup wizard binary; download the matching pair from the asset list below.
  • Broad-audience onboarding — auto-register MCP entry into Claude Desktop / Claude Code / Cursor configs; zero-config RPC fallbacks (PublicNode); Linux udev auto-detect; Ledger app-state probe + version-aware pairing hints; lazy nonce-init on first Solana send; companion vaultpilot-setup skill with conversational /setup.
  • Kamino lendingprepare_kamino_init_user / _supply / _borrow / _withdraw / _repay + get_kamino_positions + portfolio integration.
  • Bitcoin Phase 1 PR1 — indexer abstraction, balances, fee estimates, tx history.
  • LiFi cross-chain — EVM ↔ Solana ↔ TRON routing with bridge-intent decode defenses.
  • Marinade + native Solana staking writes; Solana staking reads (Marinade / Jito / native).
  • Nonce-aware dropped-tx polling — on-chain nonce as authoritative signal for durable-nonce txs.
  • TRC-20 approve for LiFi-on-TRON.

Onboarding plan completion

Items shipped from HIGH-plan-broad-audience-onboarding.md: 1.1, 1.2, 1.3, 1.4, 2.1, 2.2, 2.3, 3.2, 3.3. Pivoted 3.1 to Helius CLI guidance in the setup skill (OAuth premise was incorrect; documented).

Install

Three install paths in increasing developer-friendliness:

  1. Bundled binary (zero prerequisites) — download the pair below for your OS, mark executable, run setup wizard, point your MCP client at the server binary.
  2. npmnpm install -g vaultpilot-mcp && vaultpilot-mcp-setup.
  3. From sourcegit clone && npm install && npm run build.

Companion skills (recommended): clone vaultpilot-skill to ~/.claude/skills/vaultpilot-preflight/ and vaultpilot-setup-skill to ~/.claude/skills/vaultpilot-setup/. The setup wizard offers to do this automatically.

Skill integrity pin

Preflight skill SHA-256 verified against the pinned hash in src/index.ts: 10db66ad5fcfa250b4a5a753fd745eac4dc358b41ccfc1a1258f67040b7eddea.

Notes

  • This is the first release with the binary matrix workflow. The 4-OS build runs in parallel with the npm publish on release.published. If a target fails to upload, re-run release-binaries via workflow_dispatch with tag: v0.6.1.
  • 1009 tests pass on this commit; build clean.

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track szhygulin/recon-crypto-mcp

Get notified when new releases ship.

Sign up free

About szhygulin/recon-crypto-mcp

Self-custodial crypto portfolio for AI agents. Reads EVM wallet balances, ENS, token prices, and DeFi positions across Ethereum/Arbitrum/Polygon/Base (Aave V3, Compound V3, Morpho Blue, Uniswap V3 LP, Lido, EigenLayer), surfaces health-factor alerts and protocol risk scores, then prepares unsigned transactions (supply, borrow, repay, withdraw, stake, send, LiFi swap/bridge) signed on Ledger via WalletConnect — private keys never leave the hardware wallet.

All releases →

Beta — feedback welcome: [email protected]