{ "name": "@cryptoapis-io/mcp-signer", "version": "0.4.0", "description": "MCP server for local transaction signing on EVM, UTXO, Tron, and XRP — no API calls needed", "license": "MIT", "author": "Crypto APIs, Inc.", "repository": { "type": "git", "url": "https://github.com/CryptoAPIs-io/cryptoapis-mcp-signer.git" }, "mcpName": "io.github.CryptoAPIs-io/mcp-signer", "keywords": [ "mcp", "cryptoapis", "blockchain", "signer", "transaction-signing", "evm", "utxo", "tron", "xrp" ], "publishConfig": { "access": "public" }, "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "server.json" ], "bin": { "cryptoapis-mcp-signer": "dist/cli.js" }, "dependencies": { "@cryptoapis-io/mcp-shared": "^0.3.0", "@cryptoapis-io/offline-signer": "^0.1.4", "@modelcontextprotocol/sdk": "^1.27.1", "zod": "^3.25.0" }, "scripts": { "dev": "tsx watch src/cli.ts", "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", "lint": "node -e \"console.log('lint: add eslint if you want')\"", "test": "node -e \"console.log('test: add later')\"", "test:sepolia-sign": "tsx scripts/test-sepolia-sign.ts", "clean": "rimraf dist", "test:utxo-sign": "tsx scripts/test-utxo-sign.ts", "test:x402-sign": "tsx scripts/test-x402-sign.ts", "test:x402-nonevm-sign": "tsx scripts/test-x402-nonevm-sign.ts" }, "devDependencies": { "@solana/web3.js": "^1.98.4", "@types/node": "^25.0.3", "bitcoinjs-lib": "^7.0.1", "bs58": "^6.0.0", "ecpair": "^3.0.1", "ethers": "^6.16.0", "rimraf": "^6.1.3", "tiny-secp256k1": "^2.2.4", "tsx": "^4.21.0", "typescript": "^5.5.4", "xrpl": "^5.0.0" } }