package.json•1.49 kB
{
"name": "mcp-grove",
"version": "1.0.0",
"description": "Model Context Protocol (MCP) server for blockchain data access across 70+ networks via Grove's public endpoints",
"type": "module",
"main": "dist/index.js",
"scripts": {
"build": "tsc && npm run copy-config",
"copy-config": "node scripts/copy-config.mjs",
"prepare": "npm run build",
"watch": "tsc --watch",
"smoke": "node scripts/smoke.mjs",
"test": "vitest run",
"test:watch": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage"
},
"bin": {
"mcp-grove": "./dist/index.js"
},
"keywords": [
"mcp",
"model-context-protocol",
"grove",
"pocket-network",
"blockchain",
"ethereum",
"solana",
"cosmos",
"sui",
"rpc",
"web3",
"crypto",
"evm",
"claude",
"ai",
"endpoints"
],
"author": "Grove (https://grove.city)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/buildwithgrove/mcp-grove.git"
},
"bugs": {
"url": "https://github.com/buildwithgrove/mcp-grove/issues"
},
"homepage": "https://github.com/buildwithgrove/mcp-grove#readme",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"js-sha3": "^0.9.3"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@vitest/ui": "^3.2.4",
"typescript": "^5.0.0",
"vitest": "^3.2.4",
"zod": "^3.25.76"
}
}