{
  "name": "recon-crypto-mcp",
  "version": "0.3.1",
  "mcpName": "io.github.szhygulin/recon-crypto-mcp",
  "description": "MCP server for AI agents (Claude Code, Claude Desktop, Cursor) to manage a self-custodial crypto portfolio through a Ledger hardware wallet. Reads on-chain wallet balances, ENS, token prices, and DeFi positions across Ethereum/Arbitrum/Polygon/Base (Aave V3, Compound V3, Morpho Blue, Uniswap V3 LP, Lido stETH, EigenLayer), surfaces liquidation/health-factor alerts and protocol risk scores, then prepares unsigned EVM transactions (supply, borrow, repay, withdraw, stake, unstake, native/ERC-20 send, and LiFi-routed swaps and cross-chain bridges) that the user signs on their Ledger device via WalletConnect — private keys never leave the hardware wallet.",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "recon-crypto-mcp": "dist/index.js",
    "recon-crypto-mcp-setup": "dist/setup.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "start": "node dist/index.js",
    "setup": "node dist/setup.js",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "keywords": [
    "mcp",
    "mcp-server",
    "model-context-protocol",
    "anthropic",
    "claude",
    "claude-code",
    "claude-desktop",
    "cursor",
    "ai-agent",
    "ai-agents",
    "agent-tools",
    "llm-tools",
    "ledger",
    "ledger-live",
    "ledger-nano",
    "hardware-wallet",
    "self-custody",
    "non-custodial",
    "walletconnect",
    "walletconnect-v2",
    "crypto",
    "cryptocurrency",
    "crypto-portfolio",
    "portfolio-management",
    "portfolio-tracker",
    "wallet",
    "wallet-management",
    "web3",
    "blockchain",
    "defi",
    "defi-portfolio",
    "defi-agent",
    "onchain",
    "onchain-agent",
    "transaction-signing",
    "tx-signing",
    "unsigned-transactions",
    "ethereum",
    "arbitrum",
    "polygon",
    "base",
    "evm",
    "erc20",
    "erc-20",
    "ens",
    "aave",
    "aave-v3",
    "compound",
    "compound-v3",
    "morpho",
    "morpho-blue",
    "uniswap",
    "uniswap-v3",
    "lido",
    "steth",
    "eigenlayer",
    "liquid-staking",
    "restaking",
    "lending",
    "borrowing",
    "liquidation",
    "health-factor",
    "yield",
    "staking",
    "staking-rewards",
    "swap",
    "dex-aggregator",
    "bridge",
    "cross-chain",
    "lifi",
    "li-fi",
    "1inch",
    "token-prices",
    "defillama",
    "etherscan",
    "smart-contract-security",
    "protocol-risk",
    "risk-assessment",
    "gnosis-safe",
    "multisig",
    "timelock"
  ],
  "homepage": "https://github.com/szhygulin/recon-crypto-mcp#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/szhygulin/recon-crypto-mcp.git"
  },
  "bugs": {
    "url": "https://github.com/szhygulin/recon-crypto-mcp/issues"
  },
  "author": "Viacheslav Zhygulin",
  "license": "MIT",
  "dependencies": {
    "@lifi/sdk": "^3.16.3",
    "@modelcontextprotocol/sdk": "^1.0.4",
    "@walletconnect/sign-client": "^2.17.0",
    "@walletconnect/types": "^2.17.0",
    "@walletconnect/utils": "^2.17.0",
    "qrcode-terminal": "^0.12.0",
    "viem": "^2.21.0",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "@types/qrcode-terminal": "^0.12.2",
    "typescript": "^5.6.0",
    "vitest": "^2.1.0"
  },
  "engines": {
    "node": ">=18.17.0"
  }
}
