Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Ā© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧮 Data Science Tools
  3. Oraclaw
Oraclaw logo
Health: ActiveRecent health check succeeded.Last checked 9/10/2026, 5:32:47 AM

Oraclaw

User RatingsBe the first to rate and review this MCP server!
View Repository13 GitHub StarsTotal stargazers on GitHub for the source repository (13 stars).Visit Website
optimizationdecision-intelligenceforecastingsimulationdeveloper-tools

MCP tools for optimization, forecasting, simulation, risk analysis, graph algorithms, and probabilistic decision support.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

This server is confirmed live — we successfully called its tools/list endpoint directly (see the verified badge above). We haven't yet sandbox-tested the stdio install command below specifically, which is a separate, ongoing check.

Manual Client & Custom JSON ConfigExpand JSON ā–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "whatsonyourmind-oraclaw": {
      "command": "npx",
      "args": [
        "-y",
        "@oraclaw/mcp-server"
      ]
    }
  }
}

šŸ’” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (17) Directory Badge Claim listing Alternatives🧮 More in Data Science Tools

Overview

Whatsonyourmind/oraclaw MCP server exposes numerical decision and optimization algorithms through MCP tools. It supports bandit selection, constrained optimization, scheduling, forecasting, anomaly detection, graph analysis, risk metrics, simulations, and probability scoring. Run it locally with npx and connect it to an MCP client such as Claude Desktop; premium tools require an ORACLAW_API_KEY or per-call x402 payment. Reach for it when an agent needs structured algorithmic results instead of qualitative guesses.

Use cases

•Choose an A/B test variant from historical rewards
•Optimize allocations under linear or integer constraints
•Forecast demand or flag anomalies in metric series
•Compare uncertainty and what-if scenarios
•Route through or analyze a weighted dependency graph

Key features

•Bandit selection with contextual and non-contextual strategies
•CMA-ES and genetic optimization
•HiGHS-based linear, mixed-integer, and quadratic solving
•Forecasting, anomaly detection, and Monte Carlo simulation
•Bayesian, ensemble, convergence, and calibration analysis
•Weighted graph routing and structural analysis

Capabilities & Tool Schemas (17) ~5.8k tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Verified live Verified liveCaptured by calling this server’s live tools/list endpoint.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Oraclaw.

optimize_bandit

Select the next option to try from 2+ variants that each have observed pull/reward history, balancing exploitation against exploration (UCB1, Thompson sampling, or epsilon-greedy). Use when you must pick one arm now from A/B test variants, ad/email/copy options, or ranked recommendations and have past trial counts. Returns the chosen arm plus exploitation score, exploration bonus, and a regret estimate. For per-call context features use optimize_contextual; for continuous parameters use optimize_cmaes.

optimize_contextual

Select the best option given a numeric context/feature vector, using a LinUCB contextual bandit that learns per-context preferences from optional history. Use when the best choice changes with situational features that vary call-to-call (user/segment attributes, time of day, current regime). Returns the chosen arm with its LinUCB expected reward and confidence width. If you have no per-call features, use optimize_bandit.

optimize_cmaes

[Premium] Optimize N continuous parameters against a weighted-sum objective using CMA-ES, suited to non-convex/noisy/gradient-free landscapes. Use for hyperparameter search, simulator calibration, or control-policy tuning where you supply per-dimension objective weights. Returns the best parameter vector, its objective value, iteration/evaluation counts, and a converged flag; stochastic init means repeated runs may differ. Use optimize_evolve for discrete spaces and solve_constraints for linear/MIP constraints. Premium: needs an ORACLAW_API_KEY OR a per-call x402 payment (no signup).

solve_constraints

[Premium] Solve a linear / mixed-integer / quadratic program with the HiGHS solver and return a provably optimal assignment. Use when your objective and constraints are linear (or quadratic) over named continuous/integer/binary variables: budget allocation, supply or capacity planning with integer counts, allocation with hard caps. Returns solver status (optimal/infeasible/unbounded), the objective value, and the solved value per variable. Use optimize_cmaes for black-box objectives and solve_schedule for task-to-slot assignment. Premium: needs an ORACLAW_API_KEY OR a per-call x402 payment (no signup).

solve_schedule

Assign tasks to time slots to maximize total score by matching each task's energy requirement to a slot's energy level (and respecting duration). Use for deep-work blocking, shift or session planning, or any task-to-slot fit where high-energy work should land in high-energy slots. Returns the assignments, any unassigned task IDs, and a total score. For arbitrary linear constraints use solve_constraints; for routing use plan_pathfind.

analyze_graph

[Premium] Compute structural metrics of a directed weighted graph: PageRank centrality, Louvain community clusters, an optional critical path between two given nodes, and bottleneck nodes. Use to find the most influential nodes, cluster a dependency/knowledge graph, or locate chokepoints in supply or process networks. Returns per-node PageRank and community index, cluster summaries, the critical path with its weight, and bottlenecks. For a single source-to-goal route, use plan_pathfind (free). Premium: needs an ORACLAW_API_KEY OR a per-call x402 payment (no signup).

How Oraclaw works

What Whatsonyourmind/oraclaw MCP server does

Whatsonyourmind/oraclaw MCP server gives an MCP-compatible agent access to numerical methods for decision support. The supplied catalog covers 19 algorithms and 28 MCP tools across optimization, probability, simulation, forecasting, graph analysis, scheduling, and risk assessment. Tool calls return structured results such as selected options, objective values, confidence intervals, assignments, paths, anomaly details, or model metrics.

Use it when the input can be represented as numeric observations, variables, graph edges, time-series values, probabilities, or explicit constraints. Examples include choosing an A/B test arm, allocating a budget under caps, estimating uncertainty, combining forecasts, finding a route, or matching tasks to time slots.

How it works

The agent selects an MCP tool and supplies the relevant data for that operation. Bandit tools choose among alternatives using UCB1, Thompson sampling, epsilon-greedy, or LinUCB. Continuous black-box objectives can be handled with CMA-ES, while discrete or mixed search spaces can use a genetic algorithm. Linear, mixed-integer, and quadratic programs are handled by the HiGHS-based constraint solver.

Other tools operate on supplied datasets rather than external services. Forecasting accepts an evenly spaced numeric series and uses ARIMA or Holt-Winters. Risk analysis calculates VaR and Conditional VaR from historical returns and portfolio weights. Graph analysis accepts a directed weighted graph and can calculate PageRank, communities, bottlenecks, and an optional critical path. Monte Carlo simulation samples from one of six supported distributions and returns summary statistics and a histogram.

Some operations are stochastic, including Monte Carlo sampling and evolutionary optimization, so repeated calls may produce different results. Forecasting and anomaly detection also have minimum data requirements described by their respective tool behavior.

Setup and configuration

The README shows a local stdio configuration using the npm package @oraclaw/mcp-server:

config.json
{
  "mcpServers": {
    "oraclaw": {
      "command": "npx",
      "args": ["-y", "@oraclaw/mcp-server"]
    }
  }
}

Whatsonyourmind/oraclaw MCP server can therefore be started through npx without a separate hosted endpoint in the client configuration. The README demonstrates this setup with Claude Desktop. Free tools do not require an API key according to the catalog. Premium tools accept ORACLAW_API_KEY; the tool descriptions also identify per-call x402 payment as an alternative for those operations.

The repository additionally documents a hosted REST API and separate npm SDK packages, but those are different access methods from the MCP server setup above.

Tools and capabilities

  • Select an arm from historical reward data or context features with optimize_bandit and optimize_contextual.
  • Search continuous, discrete, mixed, or multi-objective spaces with optimize_cmaes and optimize_evolve.
  • Solve explicit allocation constraints with solve_constraints, or match tasks to energy-rated time slots with solve_schedule.
  • Forecast series, detect outliers, simulate distributions, and compare base-case scenarios.
  • Combine predictions, update Bayesian beliefs, score calibration, and measure source convergence.
  • Route through weighted graphs with plan_pathfind, or inspect graph structure with analyze_graph.

Limitations and notes

Premium access applies to CMA-ES optimization, constraint solving, graph analysis, risk analysis, forecasting, and anomaly detection. A key or x402 payment is needed for those tools. The free REST tier is documented as allowing 25 calls per day per IP, but that limit is stated for the API rather than explicitly for local MCP execution.

Tool selection depends on the shape of the problem. Use optimize_bandit without per-call features, optimize_contextual when context changes between calls, and plan_pathfind for a single route rather than graph centrality. predict_forecast requires at least 20 observations for ARIMA and at least twice the seasonal length for Holt-Winters. Monte Carlo calls are capped at 2,000 iterations. Results should be checked against the supplied data and objective definition, particularly for stochastic algorithms and model-based forecasts.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Data Science Tools View all alternatives
  • Growthbook MCP logoGrowthbook MCP

    Tools for creating and interacting with GrowthBook feature flags and experiments.

    🧮 Data Science Tools3 views
    Compare vs Growthbook MCP →
  • Chronulus MCP logoChronulus MCP

    Predict anything with Chronulus AI forecasting and prediction agents.

    🧮 Data Science Tools4 views
    Compare vs Chronulus MCP →
  • Llm Advisor MCP logoLlm Advisor MCP

    Real-time LLM/VLM model comparison with benchmarks, pricing, and personalized recommendations from 5 data sources. No API key required.

    🧮 Data Science Tools3 views
    Compare vs Llm Advisor MCP →
  • Data Profiler MCP logoData Profiler MCP

    Profiles tabular data files (CSV, TSV, Parquet, Excel, JSON) for LLM agents: one-call dataset overview, per-column statistics, a data-quality audit (missing values, duplicates, mixed types, outliers), and memory-saving dtype suggestions. Pure Python (pandas); files are read locally and nothing leaves your machine. pip install data-profiler-mcp.

    🧮 Data Science Tools4 views
    Compare vs Data Profiler MCP →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
13
Stargazers on the source repository.
npm downloads
606
Package downloads in the last 30 days.
Last commit
8d ago
Most recent push to the default branch.
Tools exposed
17
Callable tools this server registers over MCP.
Directory activity
5 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Oraclaw

Add a local stdio server configured with command `npx` and arguments `-y @oraclaw/mcp-server`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewOraclaw AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/whatsonyourmind-oraclaw?style=directory)](https://allmcps.com/mcp/whatsonyourmind-oraclaw)
HTML Embed
<a href="https://allmcps.com/mcp/whatsonyourmind-oraclaw"><img src="https://allmcps.com/api/badge/whatsonyourmind-oraclaw?style=directory" alt="Oraclaw on AllMCPs" /></a>

Technical Specs & Signals

Category🧮Data Science Tools
PricingBring your own API key (usage-based cost)
More technical detailsExpand ā–¾
TransportSTDIO
RuntimeNode.js
AuthAPI key
LicenseMIT
ClientsClaude Desktop
Last updatedSep 3, 2026
6/7 checks healthy over the last 31d
Views5
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars13
GitHub Star CountTotal stargazers on GitHub representing community popularity (13 stars).
Last commit8d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 3, 2026
npm downloads606/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
67Quality signal: Great Ā· 67/100How this signal is calculated ā–¾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools30/30
Adoption & activity9/15
Community engagement1/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 15d ago via OSV.dev Ā· @oraclaw/mcp-server (npm)

ā˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧮 Data Science Tools →Best MCP servers for Data Science →Alternatives to Oraclaw →Install in Claude DesktopInstall in CursorInstall in VS Code