{ "name": "@altronis/altronis-mcp", "version": "0.1.1", "mcpName": "io.github.sypherin/altronis-mcp", "description": "MCP server + CLI for Altronis — Singapore AI consulting. Ask the Lyra consultant, generate a grant-matched AI transformation plan, and pull curated SG AI events, news, and business-formation data. Wraps the public altronis.sg endpoints; read-only.", "type": "module", "bin": { "altronis-mcp": "dist/mcp-server.js", "altronis": "dist/cli.js" }, "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "dev": "tsx src/mcp-server.ts", "cli": "tsx src/cli.ts", "test": "tsx --test test/*.test.ts", "smoke": "tsx test/smoke.ts", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "altronis", "singapore", "ai-consulting", "private-llm", "ai-grants", "cli" ], "author": "Altronis (altronis.sg)", "license": "MIT", "homepage": "https://altronis.sg", "repository": { "type": "git", "url": "git+https://github.com/sypherin/altronis-mcp.git" }, "bugs": { "url": "https://github.com/sypherin/altronis-mcp/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "zod": "^3.23.8", "zod-to-json-schema": "^3.23.5" }, "devDependencies": { "@types/node": "^22.9.0", "tsx": "^4.19.0", "typescript": "^5.6.3" }, "files": [ "dist", "README.md", "LICENSE" ], "engines": { "node": ">=20" } }