This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+13 more
Summary
AI summaryAdded simulate_transaction tool and automatic pre‑sign simulation to prevent reverting transactions.
Full changelog
Features
simulate_transactionMCP tool — genericeth_callwith viem-decoded revert reasons. The agent can now verify a contract call before asking for a Ledger signature (e.g. "will sending 0.5 ETH to WETH9's fallback actually wrap it?").- Automatic pre-sign simulation — every prepared tx now runs
eth_callbefore the preview is returned, andsend_transactionre-simulates right before forwarding to Ledger. If the tx would revert, it's refused — no gas burned, no misleading device prompt for a guaranteed failure.
Fixes
- Compound V3 dust rendering — when the base token's
decimals()multicall entry transiently failed, the reader fell back to18, rendering a 184 K USDC supply (6 decimals) as~0.0000002 USDCinget_portfolio_summary. Skip the market rather than emit wrong-scale amounts.
Install
npm install -g [email protected]
Full changelog: https://github.com/szhygulin/recon-crypto-mcp/compare/v0.1.1...v0.2.0
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
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.
Related context
Beta — feedback welcome: [email protected]