MCP Server
Active
MIT
io.github.Whatsonyourmind/oraclaw MCP Server
io.github.Whatsonyourmind/oraclaw
What is the io.github.Whatsonyourmind/oraclaw MCP server?
Decision intelligence MCP — 17 tools (optimize, simulate, predict, score, graph). Sub-25ms.
How to install io.github.Whatsonyourmind/oraclaw
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
ORACLAW_API_KEYsecretOptional 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.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"oraclaw": {
"command": "npx",
"args": [
"-y",
"@oraclaw/mcp-server"
],
"env": {
"ORACLAW_API_KEY": "<YOUR_ORACLAW_API_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"oraclaw": {
"command": "npx",
"args": [
"-y",
"@oraclaw/mcp-server"
],
"env": {
"ORACLAW_API_KEY": "<YOUR_ORACLAW_API_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"oraclaw": {
"command": "npx",
"args": [
"-y",
"@oraclaw/mcp-server"
],
"env": {
"ORACLAW_API_KEY": "<YOUR_ORACLAW_API_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"oraclaw": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@oraclaw/mcp-server"
],
"env": {
"ORACLAW_API_KEY": "<YOUR_ORACLAW_API_KEY>"
}
}
}
}Claude Code
claude mcp add oraclaw --env ORACLAW_API_KEY=<YOUR_ORACLAW_API_KEY> -- npx -y @oraclaw/mcp-serverRelated MCP servers
Bulge-tier financial model factory — live formulas, source-traced cells, 14 templates.
1
View repository →Python