{ "name": "@oraclaw/mcp-server", "version": "1.5.1", "mcpName": "io.github.Whatsonyourmind/oraclaw", "description": "OraClaw Decision Intelligence — 17 MCP tools for AI agents (6 premium API-key tools + 11 free). Full input/output schemas + MCP behavior annotations on every tool. Optimization (bandit/CMA-ES/genetic/LP-MIP), simulation (Monte Carlo/scenarios), prediction (ARIMA/Holt-Winters/Bayesian/ensemble), scoring (convergence/calibration), graph analytics, anomaly detection, pathfinding, scheduling.", "type": "module", "main": "dist/index.npm.js", "bin": { "oraclaw-mcp": "dist/index.npm.js" }, "scripts": { "start": "npx tsx src/index.npm.ts", "start:local": "npx tsx src/index.ts", "dev": "npx tsx --watch src/index.npm.ts", "build": "tsc && node -e \"const fs=require('fs');const f='dist/index.npm.js';const c=fs.readFileSync(f,'utf8');if(!c.startsWith('#!'))fs.writeFileSync(f,'#!/usr/bin/env node\\n'+c)\"", "prepublishOnly": "npm run build" }, "files": [ "dist" ], "keywords": [ "mcp", "ai-agents", "decision-intelligence", "bandits", "optimization", "forecasting", "anomaly-detection", "graph-analytics", "oraclaw" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Whatsonyourmind/oraclaw" }, "homepage": "https://github.com/Whatsonyourmind/oraclaw", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0" }, "publishConfig": { "access": "public" } }