{ "name": "haiku-mcp-server", "version": "0.0.9", "description": "MCP server for Haiku API - enables AI agents to execute any blockchain transactions", "mcpName": "io.github.Haiku-Trading/haiku-mcp-server", "type": "module", "main": "dist/index.js", "bin": { "haiku-mcp-server": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "start:http": "node dist/index.js --http", "dev": "tsc --watch", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "haiku", "blockchain", "defi", "ai-agent" ], "author": "Haiku", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Haiku-Trading/haiku-mcp-server" }, "homepage": "https://docs.haiku.trade", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "viem": "^2.45.1", "zod": "^3.23.0" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.4.0" }, "engines": { "node": ">=18.0.0" } }