Decision intelligence for AI agents. 19 ML algorithms, 12 tools, sub-25ms.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"oraclaw": {
"args": [
"-y",
"@oraclaw/mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP Optimization Tools for AI Agents -- 17 tools, 21 algorithms, sub-25ms. Zero LLM cost.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@oraclaw/bandit' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @oraclaw/bandit against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml
Persistent memory using a knowledge graph
Dynamic problem-solving through sequential thought chains
An autonomous agent that conducts deep research on any data using any LLM providers
Self-hosted URL- and file-to-Markdown service for humans and AI agents - web pages, documents, images, audio, YouTube. PWA + REST + MCP + Claude Code skill, Reddit-aware, refreshable share links.
MCP Security Weekly
Get CVE alerts and security updates for io.github.Whatsonyourmind/oraclaw and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP Optimization Tools for AI Agents -- 17 tools (11 free, no key), sub-25ms. Zero LLM cost.
Your AI agent can't do math. OraClaw gives it deterministic optimization, simulation, forecasting, and risk analysis through the Model Context Protocol. Every tool returns structured JSON, runs in under 25ms, and costs nothing to compute.
🚀 Using OraClaw in production — or want managed hosting, premium tools, or priority support? Tell me about your use case → — I read every one.
💬 Building something with it? Star the repo and say hi in Discussions — what you build steers what I ship next.
LLMs generate plausible text, not mathematically optimal answers. OraClaw gives an AI agent a set of deterministic numerical tools it can call instead of guessing — each returns structured JSON from a real algorithm, with no token spend on reasoning. Concretely:
optimize_bandit (or optimize_contextual when the best choice depends on per-call features).solve_constraints (LP/MIP/QP via HiGHS) or solve_schedule for task-to-slot fitting.simulate_montecarlo, simulate_scenario, or analyze_risk.predict_forecast (ARIMA / Holt-Winters) or detect_anomaly (Z-score / IQR).predict_ensemble, score_convergence, or score_calibration.analyze_graph or plan_pathfind.OraClaw's algorithms have informed implementations in several open-source projects -- through contributed routing specs, algorithm guidance, and shared math -- spanning AI agent orchestration, time-series tracking, vector search, and optimization.
Selected contributions (see CHANGELOG.md for the full list):
chernistry/bernstein -- agent orchestration framework. LinUCB contextual router (α=0.3) with shadow-evaluation path and interpretable decision reasons, shipped in codex/issue-367-linucb-router after a contributed spec correction.stxkxs/nanohype -- contextual bandit routing, pluggable strategy registry (hash / slid