Hive MCP Server
by gluneau
Verified
{
"name": "@gluneau/hive-mcp-server",
"publishConfig": {
"access": "public"
},
"version": "1.0.3",
"main": "dist/index.js",
"type": "commonjs",
"scripts": {
"start": "node dist/index.js",
"inspector": "npx @modelcontextprotocol/inspector dist/index.js",
"build": "rimraf dist && tsc && shx chmod +x dist/index.js",
"prepare": "npm run build",
"watch": "tsc --watch",
"test": "jest --config jest.config.js",
"test:watch": "jest --watch --config jest.config.js",
"test:account": "jest tests/tools/account.test.ts --config jest.config.js",
"test:blockchain": "jest tests/tools/blockchain.test.ts --config jest.config.js",
"test:crypto": "jest tests/tools/crypto.test.ts --config jest.config.js",
"test:integration": "jest tests/integration.test.ts --config jest.config.js"
},
"author": "gregory.luneau@gmail.com",
"license": "ISC",
"description": "An MCP server that enables AI assistants to interact with the Hive blockchain",
"dependencies": {
"@hiveio/dhive": "^1.3.2",
"@modelcontextprotocol/sdk": "^1.6.1",
"dotenv": "^16.4.7",
"zod": "^3.24.2"
},
"devDependencies": {
"@babel/preset-env": "^7.26.9",
"@babel/preset-typescript": "^7.26.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.8",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"shx": "^0.3.4",
"ts-jest": "^29.2.6",
"ts-node": "^10.9.2",
"typescript": "^5.8.2"
},
"keywords": [
"hive",
"blockchain",
"cryptocurrency",
"mcp",
"model-context-protocol",
"ai",
"assistant",
"claude",
"dhive",
"social-blockchain",
"hive-blockchain",
"crypto",
"web3",
"content-creation",
"decentralized",
"social-media",
"dapp",
"blockchain-api",
"steem",
"llm",
"ai-tools",
"claude-ai",
"anthropic",
"hiveio"
],
"files": [
"dist"
],
"bin": {
"hive-mcp-server": "dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gluneau/hive-mcp-server.git"
},
"homepage": "https://github.com/gluneau/hive-mcp-server#readme",
"bugs": {
"url": "https://github.com/gluneau/hive-mcp-server/issues"
},
"types": "./dist/index.d.ts"
}