{ "name": "@rsksmart/rsk-mcp-server", "version": "0.2.7", "description": "MCP Server for Rootstock Blockchain", "mcpName": "io.github.rsksmart/rsk-mcp-server", "keywords": [ "mcp", "model-context-protocol", "rootstock", "rsk", "blockchain", "tooling", "cursor", "claude", "mcp-server", "rsk-cli", "attestation", "eas", "schema", "web3", "smart-contracts", "ai-agent" ], "license": "MIT", "author": "Sebastian G", "homepage": "https://github.com/rsksmart/rsk-mcp-server", "repository": { "type": "git", "url": "git+https://github.com/rsksmart/rsk-mcp-server.git" }, "type": "module", "bin": { "rsk-mcp-server": "./build/index.js" }, "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc && chmod 755 build/index.js", "start": "npm run build && node build/index.js", "dev": "tsc && node build/index.js", "prepublishOnly": "npm run build" }, "files": [ "build" ], "dependencies": { "@ethereum-attestation-service/eas-sdk": "^2.8.0", "@modelcontextprotocol/sdk": "^1.13.2", "@rsksmart/rsk-cli": "^1.3.1", "@types/inquirer": "^9.0.8", "ethers": "^6.9.0", "inquirer": "^12.7.0", "zod": "^3.25.67" }, "devDependencies": { "@types/node": "^24.0.8", "typescript": "^5.8.3", "vitest": "^4.0.18" } }