Cryptocurrency Daemon MCP Server

{ "name": "@raw391/coin-daemon-mcp", "version": "0.2.0-beta.1", "description": "MCP server for interacting with cryptocurrency daemon RPC interfaces", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "coin-daemon-mcp": "./dist/bin/cli.js" }, "scripts": { "build": "tsc", "start": "node dist/bin/cli.js", "dev": "ts-node bin/cli.ts", "test": "jest", "lint": "eslint src/**/*.ts", "format": "prettier --write src/**/*.ts", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "cryptocurrency", "bitcoin", "zcash", "rpc", "daemon", "ai" ], "author": "raw391", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.4.1", "node-fetch": "^3.3.0" }, "devDependencies": { "@types/node": "^18.0.0", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", "eslint": "^8.0.0", "jest": "^29.0.0", "prettier": "^2.8.0", "ts-jest": "^29.0.0", "ts-node": "^10.9.0", "typescript": "^4.9.0" }, "repository": { "type": "git", "url": "git+https://github.com/raw391/coin_daemon_mcp.git" }, "bugs": { "url": "https://github.com/raw391/coin_daemon_mcp/issues" }, "homepage": "https://github.com/raw391/coin_daemon_mcp#readme", "files": [ "dist", "LICENSE", "README.md" ] }