Skip to content

szhygulin/recon-crypto-mcp

v0.10.0 Feature

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

Demo mode now supports write-flow simulations via personas and adds runtime wallet/API‑key selection.

Full changelog

Highlights

  • Demo mode is now write-flow-capable. Deleted the fixture layer entirely and introduced live mode: a curated PERSONA (or custom address bundle) drives real chain RPC for reads + prepare_* + simulate; send_transaction is intercepted with a structured simulation envelope (no signing, no broadcast). Personas: defi-power-user, stable-saver, staking-maxi, whale.
  • set_demo_wallet / get_demo_wallet — runtime wallet selection at any point in a demo session, no restart needed.
  • exit_demo_mode — agent-guided handoff to operational mode with preflight + step-by-step + per-chain provider recommendations + copy-paste claude mcp add recipe.
  • set_helius_api_key + set_etherscan_api_key — runtime API key injection (process-local, ephemeral). Auto-nudge on count 1 + every 10 public-RPC errors, pointing the user at signup.
  • demoMode discoverabilityget_vaultpilot_config_status.demoMode surfaces { active, envVar, howToEnable, liveMode }. First-run state emits a demo-mode setupHint suggesting the env-var recipe.

New env var

  • VAULTPILOT_DEMO — set to "true" to enable demo mode. Documented in server.json environmentVariables[].

Included PRs

  • #372 surface demoMode on get_vaultpilot_config_status
  • #374 emit demo-mode setupHint on fresh-install state
  • #377 fixture refresh (mostly reverted by #380)
  • #380 write-flow simulation via personas + simulated broadcast
  • #383 set_helius_api_key + auto-nudge on Solana RPC errors
  • #385 exit_demo_mode handoff guide
  • #386 generalize runtime-override + nudge to Etherscan
  • #381 / #382 docs(security): phishing-approval row + section
  • #376 refactor: dead-export sweep + BTC/LTC dedup
  • #373 fix(test): root-cause #344 — testTimeout bump
  • #384 chore: skill rename + pin bump

Deliberately deferred

  • Manual end-to-end smoke test of personas against current chain state (tracked in claude-work/plan-demo-saga-followups.md item #1; blocks further demo expansion until verified).
  • Markdown rendering of the simulation envelope. JSON-only today; agents can summarize but it's not as polished as the prepare-receipt block.
  • README + docs update reflecting the current demo model.
  • Reservoir runtime API key (NFT reads) — scoped out of #386 per design; same mechanism applies if added later.

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]