Skip to main content
Glama

OraClaw

MIT License Tests MCP Algorithms Latency npm API Status Implementations

AIエージェントのためのMCP最適化ツール -- 17ツール、21アルゴリズム、25ms以下。LLMコストゼロ。

AIエージェントは数学が苦手です。OraClawは、Model Context Protocolを通じて、決定論的な最適化、シミュレーション、予測、リスク分析を提供します。すべてのツールは構造化されたJSONを返し、25ms以下で実行され、計算コストはかかりません。


検証

OraClawの数学的モデルは、公開からわずか8日間で、AIエージェントオーケストレーション、時系列追跡、ベクトル検索、MIP最適化、本番MLシステムなど、12のオープンソースプロジェクトで独自に実装されています。

主要なフィールド実装(全リストは CHANGELOG.md を参照):

  • chernistry/bernstein -- 84⭐のAIエージェントオーケストレーションフレームワーク。α=0.3のLinUCBコンテキストルーター、シャドウ評価パス、解釈可能な意思決定理由を提供。仕様修正から1時間40分後に codex/issue-367-linucb-router に実装。

  • stxkxs/nanohype -- コンテキストバンディットルーティング、プラグイン可能な戦略レジストリ(ハッシュ / スライディングTTL / セマンティック)、コスト異常検知、LinUCBをロードマップに搭載。「あなたの入力が、実際にリリースされた機能の多くを形作りました。」

  • rfivesix/hypertrack -- フェーズ認識型のkcal/kgランプを備えたベイズ/カルマンフィルタースタイルの適応型カロリー推定器。0.8.0-betaでリリース。「現時点で、数学的モデルは非常に強固な位置にあると思います。」

  • AlanHuang99/pyrollmatch -- モーメント制約と max_weight 上限を備えたエントロピーバランシング(Hainmueller 2012)。v0.1.3でリリース。

  • stffns/vstash -- IDFシグモイド関連性重み付け。v0.17.0でリリース。

マーケットプレイスでの配布:

メンテナーとの関係(技術的な交流): Qdrant, Milvus, NetworkX, Apache DataFusion, DuckDB, pymc-labs。


Related MCP server: Math-Physics-ML MCP System

クイックスタート

1. MCPサーバー(AIエージェントに推奨)

claude_desktop_config.json に以下を追加してください:

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

次に、エージェントにこう尋ねてください:

「メールの件名案が3つあります。次はどれを送るべきですか?」

エージェントは optimize_bandit を呼び出し、0.01msで統計的に最適な選択肢を取得します。

2. REST API(インストール不要)

curl -X POST https://oraclaw-api.onrender.com/api/v1/optimize/bandit \
  -H 'Content-Type: application/json' \
  -d '{
    "arms": [
      {"id": "A", "name": "Option A", "pulls": 10, "totalReward": 7},
      {"id": "B", "name": "Option B", "pulls": 10, "totalReward": 5},
      {"id": "C", "name": "Option C", "pulls": 2, "totalReward": 1.8}
    ],
    "algorithm": "ucb1"
  }'

レスポンス(1ms未満):

{
  "selected": { "id": "C", "name": "Option C" },
  "score": 1.876,
  "algorithm": "ucb1",
  "exploitation": 0.9,
  "exploration": 0.976,
  "regret": 0.1
}

無料枠:1日25回まで、APIキー不要。

3. npm SDK

npm install @oraclaw/bandit
import { OraBandit } from '@oraclaw/bandit';

const client = new OraBandit({ baseUrl: 'https://oraclaw-api.onrender.com' });
const result = await client.optimize({
  arms: [
    { id: 'A', name: 'Short Subject', pulls: 500, totalReward: 175 },
    { id: 'B', name: 'Long Subject', pulls: 300, totalReward: 126 },
  ],
  algorithm: 'ucb1',
});

14のSDKパッケージ: @oraclaw/bandit, @oraclaw/solver, @oraclaw/simulate, @oraclaw/risk, @oraclaw/forecast, @oraclaw/anomaly, @oraclaw/graph, @oraclaw/bayesian, @oraclaw/ensemble, @oraclaw/calibrate, @oraclaw/evolve, @oraclaw/pathfind, @oraclaw/cmaes, @oraclaw/decide


なぜOraClawなのか?

LLMはもっともらしいテキストを生成しますが、最適な解決策を導くわけではありません。GPTにA/Bテストの最適なバリエーションを選ばせても、探索と活用のトレードオフを無視したヒューリスティックが適用されます。線形計画問題を解かせても、制約条件をハルシネーション(幻覚)します。OraClawは、バンディット、ソルバー、予測モデル、リスクモデルといった本物のアルゴリズムへのアクセスをエージェントに提供し、推論にトークンを消費することなく、ミリ秒単位で数学的に正しい回答を返します。


MCPツールカタログ(17ツール)

無料枠(11ツール、APIキー不要 — IPあたり1日25回まで):

ツール

機能

レイテンシ

optimize_bandit

UCB1 / トンプソン / Epsilon-Greedy アーム選択

0.01ms

optimize_contextual

コンテキスト対応 LinUCB バンディット

0.05ms

optimize_evolve

離散 + 多目的問題のための遺伝的アルゴリズム

<10ms

solve_schedule

エネルギーマッチングによるタスクスケジューリング

3ms

score_convergence

多ソース確率コンセンサス(ヘリンジャー距離)

0.04ms

score_calibration

予測精度評価のためのブライアスコア + ログスコア

0.02ms

predict_bayesian

重み付けエビデンスからのベータ事後分布更新

0.05ms

predict_ensemble

マルチモデルコンセンサス + 不確実性分解

0.1ms

plan_pathfind

A* + Yenのk-最短経路アルゴリズム

0.1ms

simulate_montecarlo

単一因子モンテカルロ(6つの分布)

<2ms

simulate_scenario

What-if比較 + 感度ランキング

<5ms

プレミアム枠(6ツール、ORACLAW_API_KEYが必要):

ツール

機能

レイテンシ

optimize_cmaes

CMA-ES 連続ブラックボックス最適化

12ms

solve_constraints

HiGHSによるLP / MIP / QPソルバー(証明可能な最適解)

2ms

analyze_graph

PageRank、ルーヴァンコミュニティ、ボトルネック検知

0.5ms

analyze_risk

VaRおよびCVaR(期待ショートフォール)

<2ms

predict_forecast

ARIMA + ホルト・ウィンターズ時系列予測

0.08ms

detect_anomaly

Zスコア + IQR異常検知

0.01ms

18のRESTエンドポイントのうち14が1ms以下で応答します。すべて25ms以下です。


今すぐ試す

APIは稼働中です。登録不要。

# Bayesian inference
curl -X POST https://oraclaw-api.onrender.com/api/v1/predict/bayesian \
  -H 'Content-Type: application/json' \
  -d '{"prior": 0.3, "evidence": [{"factor": "positive_test", "weight": 0.9, "value": 0.05}]}'

# Monte Carlo simulation
curl -X POST https://oraclaw-api.onrender.com/api/v1/simulate/montecarlo \
  -H 'Content-Type: application/json' \
  -d '{"simulations": 1000, "distribution": "normal", "params": {"mean": 100, "stddev": 15}}'

# Anomaly detection
curl -X POST https://oraclaw-api.onrender.com/api/v1/detect/anomaly \
  -H 'Content-Type: application/json' \
  -d '{"data": [10, 12, 11, 13, 50, 12, 11, 10], "method": "zscore", "threshold": 2.0}'

料金

プラン

呼び出し回数

価格

認証

無料

25回/日

$0

なし

従量課金

1K回/日

$0.005/回

APIキー

スターター

10K回/月

$9/月

APIキー

成長

100K回/月

$49/月

APIキー

スケール

1M回/月

$199/月

APIキー

x402 USDC: AIエージェントはBase上のUSDCを使用して1回あたり$0.01〜$0.15で利用可能。サブスクリプションやAPIキーは不要です。


ソースコード

コンポーネント

パス

MCPサーバー

mission-control/packages/mcp-server/

REST API

mission-control/apps/api/

アルゴリズム

mission-control/apps/api/src/services/oracle/algorithms/

SDKパッケージ

mission-control/packages/sdk/

LangChainツール

mission-control/integrations/langchain/oraclaw_tools.py

モバイルアプリ

mission-control/apps/mobile/

ダッシュボード (Next.js)

web/


OraClawで開発していますか?

あなたのプロジェクトについてぜひお聞かせください。ユースケースの共有、質問、機能リクエストはこちらから:


リンク


エージェントの数学的ハルシネーションを防げたなら、ぜひスターを付けてください :star:

ライセンス

MIT

A
license - permissive license
A
quality
A
maintenance

Maintenance

Maintainers
13dResponse time
6wRelease cycle
3Releases (12mo)
Commit activity
Issues opened vs closed

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Provides 21 mathematical tools across 6 domains including basic calculations, array operations, statistics, financial mathematics, linear algebra, and calculus. Supports batch execution for complex multi-step workflows with intelligent dependency resolution.
    21
    6
    MIT
  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    Arithym — lightweight precision math for agents on the go. Exact arithmetic MCP server with 62 tools, zero hallucination, sub-millisecond computation and is 61% cheaper than Python code execution at scale.
  • A
    license
    A
    quality
    A
    maintenance
    AI Agent Mission Control — 200+ MCP tools across 31 domains. Manage agents, experiments, workflows, crews, skills, tools, credentials, approvals, signals, budgets, marketplace, knowledge bases, chatbots, and more. Self-hosted, open-source (AGPL-3.0). Supports stdio + Streamable HTTP/SSE with OAuth 2.0 auth.
    34
    65
    AGPL 3.0

View all related MCP servers

Related MCP Connectors

  • Deterministic reasoning stack for AI agents: simulate, decide & compute, plus cross-domain tools.

  • 65+ AI tools as MCP: research, write, code, scrape, translate, RAG, agent memory, workflows

  • Package intelligence MCP for AI agents — 22 tools, 19 ecosystems, AGPL SDK, free.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Whatsonyourmind/oraclaw'

If you have feedback or need assistance with the MCP directory API, please join our Discord server