{ "name": "@noves/canton-mcp", "version": "0.2.3", "description": "MCP server for the Noves Canton API — query Canton Network balances, rewards, classified transactions, prices, identity, and the network directory from any AI agent.", "license": "MIT", "type": "module", "bin": { "canton-mcp": "dist/index.js" }, "files": [ "dist", "assets", "README.md", "LICENSE" ], "engines": { "node": ">=18" }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsup", "dev": "tsx src/index.ts", "test": "vitest run", "test:watch": "vitest", "typecheck": "tsc --noEmit", "smoke": "node scripts/smoke.mjs", "prepublishOnly": "npm run typecheck && npm run test && npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/Noves-Inc/canton-mcp.git" }, "homepage": "https://github.com/Noves-Inc/canton-mcp#readme", "bugs": { "url": "https://github.com/Noves-Inc/canton-mcp/issues" }, "keywords": [ "mcp", "model-context-protocol", "canton", "canton-network", "canton-coin", "noves", "blockchain", "ai-agent" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^3.24.1" }, "devDependencies": { "@types/node": "^22.10.0", "tsup": "^8.3.5", "tsx": "^4.19.2", "typescript": "^5.7.2", "vitest": "^4.1.8" }, "mcpName": "io.github.Noves-Inc/canton-mcp" }