mcpbeat Sign in

Oraclaw MCP Server

local only

Oraclaw runs on your own machine — the client starts it, so there is no endpoint to ping. 48 installs a week from npm. Last commit 25 Aug 2026.

Decision intelligence MCP — 17 tools (optimize, simulate, predict, score, graph). Sub-25ms.

Installs per day peak 30 · avg 14 · -12% w/w
a month agotoday
48
Installs / week
npm · @oraclaw/mcp-server
13
Stars
0 open issues
25 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

      return new Function(`return ${sanitized}`)();
    url: 'https://hooks.slack.com/services/xxx',
Page executes code built at runtime mission-control/ui-test.html:513
            resultsList.innerHTML = testResults.map((result, index) => `

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add oraclaw -- npx -y @oraclaw/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "oraclaw": {
      "args": [
        "-y",
        "@oraclaw/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.oraclaw]
command = "npx"
args = ["-y", "@oraclaw/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "oraclaw": {
      "args": [
        "-y",
        "@oraclaw/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "oraclaw": {
      "args": [
        "-y",
        "@oraclaw/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ORACLAW_API_KEY (Optional API key for premium tools (CMA-ES, LP/MIP solver, graph analytics, risk VaR/CVaR, forecasting, anomaly detection). Free tier (11 tools) works without it.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Oraclaw

same job, measured the same way
Simengine
by cogswellspacely8-star

Monte Carlo decision-intelligence over MCP: simulate, optimize, and decide under uncertainty.

41 installs/wk local only
Batru — Competitive Game Intelligence for AI Agents
by batru

Live competitive-game predictions, meta data and decision tools for AI agents.

110 installs/wk 17 tools answering
AINumbers Fintech Intelligence Suite
by ainumbers

530 MCP tools across 561 fintech tools: ChainGraph AP2 decisions, execution_hash. Zero PII.

76 tools answering
Graqle
by graqle

Dev intelligence layer: 7 MCP tools for graph-powered codebase reasoning.

local only
AI Architect MCP Codebase
by cdeust

Codebase intelligence MCP — index any repo into a property graph; 26 tools for agents.

local only
Automatised Pipeline
by cdeust

Codebase intelligence MCP server — index any repo into a property graph; 26 tools for agents.

local only
D.O.A.I. Signal Relay
by infinitemindos-doai

Intelligence subscription protocol for AI agents. Scored, filtered AI intelligence signals via MCP.

answering
Depwire
by atef-ataya

Dependency graph + 24 MCP tools. Impact analysis, simulation, security, agent coordination

458 installs/wk local only

Oraclaw — questions

Answers built from our own checks of this server.

Why is there no uptime for Oraclaw?
Oraclaw runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @oraclaw/mcp-server was installed 48 times last week.
How do I connect Oraclaw?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @oraclaw/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Oraclaw?
The npm package @oraclaw/mcp-server was installed 48 times in the last week. Week over week that is -12%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Oraclaw open source?
Yes — it is published under the MIT licence, written in TypeScript and 13 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.