{ "name": "novai-mcp-server", "version": "0.1.1", "description": "Read-only Model Context Protocol server for querying the live NOVAI chain over its public JSON-RPC endpoint.", "type": "module", "license": "MIT", "bin": { "novai-mcp-server": "dist/index.js" }, "main": "dist/index.js", "files": [ "dist", "README.md", "LICENSE" ], "engines": { "node": ">=18" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "test": "node --import tsx --test test/rpc.test.ts test/tools.test.ts test/live.test.ts", "test:live": "NOVAI_LIVE_TEST=1 node --import tsx --test test/live.test.ts" }, "keywords": [ "mcp", "model-context-protocol", "novai", "blockchain", "json-rpc", "read-only", "ai-agents" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^4.4.3" }, "devDependencies": { "@types/node": "^25.9.3", "tsx": "^4.22.4", "typescript": "^6.0.3" }, "repository": { "type": "git", "url": "git+https://github.com/0x-devc/novai-mcp-server.git" }, "homepage": "https://github.com/0x-devc/novai-mcp-server#readme", "bugs": { "url": "https://github.com/0x-devc/novai-mcp-server/issues" }, "mcpName": "io.github.0x-devc/novai-mcp-server" }