MCP Crypto Wallet EVM

by dcSpark
Verified
MIT License
30
2
  • Apple
  • Linux
{ "name": "@mcp-dockmaster/mcp-cryptowallet-evm", "version": "1.0.6", "description": "MCP server for EVM crypto wallet operations using ethers.js v5", "main": "build/index.js", "type": "module", "bin": { "mcp-cryptowallet-evm": "./build/index.js" }, "scripts": { "build": "tsc", "start": "node build/index.js", "test": "node --test ./tests/**/*.test.ts", "lint": "eslint src/**/*.ts" }, "repository": { "type": "git", "url": "git+https://github.com/dcSpark/mcp-cryptowallet-evm.git" }, "keywords": [ "mcp", "ethereum", "evm", "wallet", "ethers" ], "author": "dcSpark", "license": "MIT", "bugs": { "url": "https://github.com/dcSpark/mcp-cryptowallet-evm/issues" }, "homepage": "https://github.com/dcSpark/mcp-cryptowallet-evm#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "@scure/bip39": "^1.5.4", "ethers": "^5.7.2" }, "devDependencies": { "@types/jest": "^29.5.0", "@types/node": "^18.15.11", "@typescript-eslint/eslint-plugin": "^5.57.1", "@typescript-eslint/parser": "^5.57.1", "eslint": "^8.38.0", "jest": "^29.5.0", "ts-jest": "^29.1.0", "typescript": "^5.0.4" } }