Recon Crypto MCP
Self-custodial DeFi for AI agents. The agent proposes, you approve on your Ledger - designed for the threat model where the agent, MCP, and host can all be compromised. Only the device is trusted; private keys never leave it. Its 16 documented tools cover transaction, solana, status, positions. It runs locally over stdio via the published package.
People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-08-21 · ★ 4 · #89 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25
NOASSERTION · TypeScript servers · how we verify → /methodology
01 · Install Recon Crypto 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-recon-crypto-mcp -- npx -y recon-crypto-mcp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"szhygulin-recon-crypto-mcp": {
"command": "npx",
"args": [
"-y",
"recon-crypto-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
license no standard license detected - usage rights unclear; check the repo before commercial use
npm package recon-crypto-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 Recon Crypto 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, status, positions, including get_lp_positions, get_solana_staking_positions, get_compound_market_info, compare_yields.
Capability map
Tools grouped from the project's README - what Recon Crypto 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
Latest releases
v0.14.4 · 2026-05-05
Highlights · Pre-sign gate hardening - prepare_custom_call gains a value-exfil selector classifier (#659); setApprovalForAll on uncurated destinations now selector-decoded instead of opaque (#658); pair_ledger_…
v0.14.3 · 2026-05-05
Highlights · Glama Docker build repair - docker build . now succeeds end-to-end on a clean cache. Three stacked failures fixed in one PR: lockfile drift (npm ci was rejecting with EUSAGE), missing COPY vendor / COPY…
v0.14.2 · 2026-05-05
Highlights · Pre-sign UX - estimated network fee surfaced before pre-sign checks (#648); SCOPE + AGENT BEHAVIOR clauses on data-surfacing tools (#646); Safe API key visible in get_vaultpilot_config_status (#644). · Bug…
04 · Who maintains Recon Crypto MCP
Recon Crypto 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.
05 · Facts
- repository
- github.com/szhygulin/recon-crypto-mcp
- category
- finance - ranked #89 of 283 actively-maintained finance servers as of 2026-08-25.
- registry
- io.github.szhygulin/recon-crypto-mcp (active, first published 2026-04-13 · 3 versions)
- packages
- npm:recon-crypto-mcp
06 · Recon Crypto MCP FAQ
Is Recon Crypto MCP still maintained?
Yes - as of 2026-08-25, its last commit was 2026-08-21. We re-verify nightly.
What can Recon Crypto MCP do?
An agent gets 16 documented tools spanning transaction, solana, status, positions, including get_lp_positions, get_solana_staking_positions, get_compound_market_info, compare_yields.
How do I install Recon Crypto MCP?
Run `npx -y recon-crypto-mcp`. The README documents one environment variable (VAULTPILOT_DEMO) to set first. You can also paste the ready-made client config above.
Does Recon Crypto 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 Recon Crypto MCP
Alternatives to Recon Crypto MCP
Maintained finance servers if Recon Crypto MCP isn't the fit.
- Tradingview MCP Real-time market data, screeners, technical analysis & backtesting for stocks, crypto and forex. ★ 4,214 · 2026-08-24
- Edgar Tools Open-source SEC EDGAR toolkit - 11 tools, 7 prompts, every filing type. No API key required. ★ 2,613 · 2026-08-25
- Emilia Protocol Exact-action approval for consequential agent actions: request, track, and verify signed receipts. ★ 787 · 2026-08-25
- xbbg MCP Local Bloomberg tools for xbbg users. ★ 737 · 2026-08-14
- TickDB Market Data Real-time & historical market data: forex, stocks, crypto, indices, metals, K-line, quotes ★ 712 · 2026-06-20
- Finlab AI Quantitative trading toolkit with 900+ data columns, backtesting, and 60+ strategy examples. ★ 413 · 2026-08-14
Pairs well with
Servers that cover what Recon Crypto MCP doesn't - only shown when the pairing reason fits the companion.
More finance MCP servers · VaultPilot MCP · Headless Tracker · Stock Research MCP · AkTools Pro MCP Server · Gold MCP
More TypeScript MCP servers · Factorial HR · Tago Io MCP Server · Talonic · see all