{ "name": "aethis-mcp", "version": "0.18.0", "description": "MCP server for the Aethis developer API — eligibility checks via Claude, Cursor, Windsurf", "mcpName": "io.github.Aethis-ai/aethis-mcp", "type": "module", "bin": { "aethis-mcp": "dist/index.js" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "test": "vitest run", "test:watch": "vitest", "test:drift": "vitest run tests/drift.test.ts", "test:integration": "vitest run --config vitest.integration.config.ts", "sync:server-json": "node scripts/sync-server-json.mjs --write", "check:server-json": "node scripts/sync-server-json.mjs --check", "gen:inventory": "node scripts/gen-tool-inventory.mjs", "check:inventory": "node scripts/gen-tool-inventory.mjs --check", "build:artefact": "node scripts/build-release-artefact.mjs", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "eligibility", "eligibility-check", "rules-engine", "regulation", "regulations", "compliance", "policy", "audit-trail", "deterministic", "deterministic-decision", "aethis", "llm-tools", "claude", "cursor", "model-context-protocol" ], "homepage": "https://docs.aethis.ai", "author": "Aethis ", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Aethis-ai/aethis-mcp" }, "bugs": { "url": "https://github.com/Aethis-ai/aethis-mcp/issues" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "yaml": "^2.9.1", "zod": "3.25.76" }, "devDependencies": { "@types/node": "^22.0.0", "tsx": "^4.0.0", "typescript": "^5.7.0", "vitest": "^3.0.0" } }