← ruletrade.jp

INDIVIDUAL MCP TOOL

get_market_regime

本番システムが日中に更新している相場環境の判定、サーキットブレーカー(HALT)状態、VIX、日経平均、当日シグナル件数を返す。銘柄名は含まない。オプションで日次履歴も返す。

ruletrade.jpnone authenticationAvailability not checked

LIVE ENDPOINT

https://ruletrade.jp/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_market_regime and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

ruletrade.jp

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.ruletrade-mcp]
url = "https://ruletrade.jp/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ruletrade-mcp": {
      "type": "http",
      "url": "https://ruletrade.jp/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ruletrade-mcp
Remote MCP URL: https://ruletrade.jp/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "ruletrade-mcp": {
      "url": "https://ruletrade.jp/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ruletrade-mcp": {
      "type": "http",
      "url": "https://ruletrade.jp/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ruletrade-mcp",
  "transport": "streamable-http",
  "url": "https://ruletrade.jp/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_daily_signals — 公開ルール(BNF 25日線乖離)に該当した銘柄と監視候補を返す。無料版の制限: 1営業日遅れ・乖離率上位3件のみ・価格や株数などの売買情報は含まない。投資助言ではない。
  • get_anomaly_summary — 日本株の言い伝え(アノマリー/ジンクス)50本を61年分の日経平均データで検証した結果(判定・勝率・平均リターン・標本数・p値)を返す。name を渡すとその名前を含むものだけに絞り込める(例: セルインメイ, 節分天井, 干支)。あわせて、5つの暴落前兆(逆イールド・CAPE・信用膨張・過熱・引き締め)の点灯状況と、着火メーター(7フラグ・20営業日以内に-10%が起きた過去の割合)の現在値も返す。detail=true で年代別の内訳・統計表・書籍上の根拠を含める。返すのは判定結果と統計値のみで、価格系列や財務値は含まない。
  • list_tools_guide — このサーバーの全ツールの説明、データの更新タイミングと遅延、無料版の制限、免責事項、今後の予定を返す。最初に一度呼ぶことを想定。