{ "name": "@atlasyield/mcp", "version": "0.2.4", "mcpName": "club.atlasyield/mcp", "description": "Read-only MCP server for the AtlasYield judgment layer: vault scores, coverage, route survival, open alerts. No custody, no execution.", "license": "MIT", "type": "module", "bin": { "atlasyield-mcp": "dist/index.js" }, "files": [ "dist", "README.md" ], "engines": { "node": ">=20" }, "repository": { "type": "git", "url": "git+https://github.com/gveshk/atlasyield-mcp.git" }, "homepage": "https://docs.atlasyield.club/api-reference/mcp", "keywords": [ "mcp", "model-context-protocol", "defi", "yield", "vault", "risk", "atlasyield" ], "publishConfig": { "access": "public" }, "scripts": { "prepublishOnly": "npm run build", "build": "tsc", "type-check": "tsc --noEmit", "test": "vitest run", "start": "node dist/index.js", "smoke": "node scripts/smoke.mjs" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^3.25.0" }, "devDependencies": { "@types/node": "latest", "typescript": "^5.3.0", "vitest": "^4.1.4" } }