MCP

ホスト型リサーチエンジン MCP

Cursor や VS Code などから、デスクと同じ分析ジョブ、ウォッチリスト、クレジット、模擬取引を呼べます。URL を追加してサインイン。設定にトークンを書かないでください。

転送
Streamable HTTP
サインイン
デスク OAuth · PKCE
ツール
デスクツール 27

同じデスクをエディタから

MCP はリサーチデスクの Node BFF 上にあります。ツールは同じ /api、同じユーザー、同じクレジット判定と模擬取引フラグを使います。分析は非同期です。ライブの証券口座ではなく、TradingView の相場 MCP の複製でもありません。

ワンクリックまたはコマンドで導入

Cursor と VS Code は JSON を手編集しなくて構いません。他クライアントはホスト URL を貼ります。初回接続でデスクのサインインと同意画面が開きます。

ワンクリック

Cursor

Cursor を開き、ホスト型サーバーを追加します。案内に従いデスクと同じアカウントでサインインします。

Cursor に追加

URL を貼る

Claude Desktop / claude.ai

Customize → Connectors → Add custom connector。ホスト URL を貼ってサインインします。

Claude Connectors を開く →
MCP URL
https://mcp.tradingagentsreport.com/mcp

CLI クライアント

コマンドをコピーし、クライアント側でデスクのサインインを完了します。

Claude Code
claude mcp add --transport http tradingagents-report https://mcp.tradingagentsreport.com/mcp

セッションで /mcp を実行し、ブラウザログインを終えてください。

Codex
codex mcp add tradingagents-report --url https://mcp.tradingagentsreport.com/mcp
codex mcp login tradingagents-report

2 行目でデスクがブラウザで開きます。

Gemini CLI
gemini mcp add --transport http tradingagents-report https://mcp.tradingagentsreport.com/mcp

認証を求められたら /mcp auth tradingagents-report を実行します。

その他のクライアントと JSON

インストールリンクや CLI がない場合に使います。古いクライアントは http の代わりに streamable-http を使うことがあります。URL は同じです。Authorization ヘッダーは付けず、OAuth がトークンを渡します。

mcpServers
{
  "mcpServers": {
    "tradingagents-report": {
      "type": "http",
      "url": "https://mcp.tradingagentsreport.com/mcp"
    }
  }
}

Cursor: ~/.cursor/mcp.json。Claude Desktop: ~/Library/Application Support/Claude/claude_desktop_config.json。

VS Code · servers
{
  "servers": {
    "tradingagents-report": {
      "type": "http",
      "url": "https://mcp.tradingagentsreport.com/mcp"
    }
  }
}

ワークスペース: .vscode/mcp.json。VS Code は mcpServers ではなく servers です。

VS Code CLI
code --add-mcp '{"name":"tradingagents-report","type":"http","url":"https://mcp.tradingagentsreport.com/mcp"}'
Windsurf
{
  "mcpServers": {
    "tradingagents-report": {
      "serverUrl": "https://mcp.tradingagentsreport.com/mcp"
    }
  }
}

Windsurf: ~/.codeium/windsurf/mcp_config.json。リモート欄は url ではなく serverUrl です。

ツールの範囲

27 のツールがデスク API を転送します。分析ジョブは非同期のままです。クォートとニュースはデスクのスナップショットであり、完全な指標パックではありません。模擬注文は手数料としてプロダクトクレジットを引き、証券会社には届きません。

分析ジョブ

銘柄を送り、進捗を確認し、意思決定カードとレポートを読み、履歴を見るかキャンセルします。開始前にクレジットを確認します。

相場スナップショット

上場を解決してからクォート、OHLCV、セッション、ニュース、会社識別を取得します。財務諸表は完了レポートにあります。

ウォッチリスト

サインインユーザーのウォッチリストを一覧・追加・削除。追加はティッカーだけで上場を解決できます。

クレジットとプラン

周期クレジット、ボーナス、請求書、新規分析を開始できるかを読みます。Checkout はブラウザのままです。

模擬取引

ペーパー口座の開設、純資産と約定の確認、チェックイン、注文と取消。機能フラグ付き。ライブ執行ではありません。

リサーチ

resolve_listing

Normalize a ticker into exchange, symbol, and provider_symbol.

リサーチ

start_analysis

Submit an async research job and return its id immediately.

リサーチ

get_analysis

Job status and progress. Use get_analysis_report after success.

リサーチ

get_analysis_events

Stage timeline for a running or finished job.

リサーチ

get_analysis_report

Decision card and report sections after the job succeeded.

リサーチ

list_analyses

List the signed-in user's recent analysis jobs.

リサーチ

cancel_analysis

Request cancellation of a queued or running job.

クレジット

estimate_analysis

Check whether credits cover the start threshold.

相場

get_quote

Latest quote for an EXCHANGE:SYMBOL ticker.

相場

get_ohlcv

OHLCV bars. Timeframe defaults to D.

相場

get_ta_summary

Snapshot of last price, session, and identity. Not a full TA pack.

相場

get_news

Recent news headlines for a ticker.

相場

get_fundamentals

Company name, exchange, and logo. Statements are on reports.

ウォッチ

list_watchlist

List watchlist rows for the signed-in user.

ウォッチ

add_watchlist_item

Add a listing. A ticker is enough; the tool resolves the rest.

ウォッチ

remove_watchlist_item

Remove a watchlist row by id.

クレジット

get_usage

Period credits, bonus credits, and this cycle's ledger.

クレジット

get_subscription

Current plan, pending change, and invoices. Read-only.

ペーパー

open_paper_account

Open the default $10,000 simulated account, or return it.

ペーパー

get_paper_account

Cash, equity, P&L, and open positions.

ペーパー

list_paper_orders

Paper orders for the default or given account.

ペーパー

list_paper_fills

Paper fills (executions).

ペーパー

list_paper_cash_ledger

Opening grant, check-in, and cash adjustments.

ペーパー

get_paper_checkin

Daily simulated-USD check-in status.

ペーパー

claim_paper_checkin

Claim today's simulated-USD check-in.

ペーパー

place_paper_order

Place a simulated market or limit order. Not a live broker.

ペーパー

cancel_paper_order

Cancel a pending or triggered paper order.

アシスタントへの聞き方

サインイン後、再起動は通常不要です。ツールに対応するプロンプトを使ってください。

  • 今日の NASDAQ:AAPL を市場・ニュース・ファンダメンタルズで分析して。
  • ウォッチリストと、未決済のペーパー建玉がある銘柄は?
  • クレジット残高は?分析を2件開始できる?
  • HKEX:700 の最新クォートと最近のニュースを。
  • 必要ならペーパー口座を開き、現金と純資産を表示して。
  • NASDAQ:AAPL を10株、成行のペーパー買い。

デスクでサインイン

初回接続ではリサーチデスクのサインインのあと同意画面が出ます。ウェブデスクと同じアカウントを使います。Clerk Dashboard の OAuth applications や Dynamic Client Registration は不要です。埋め込みブラウザで入れない場合は、リンクをシステムのブラウザにコピーしてください。

この MCP がしないこと

ホスト型 MCP はデスクのアダプタであり、製品の境界を引き継ぎます。

  • 実ブローカー注文は出さず、実資金も保有しません。
  • Stripe Checkout やカスタマーポータルは開始しません。
  • 管理、キュー、API キーのツールは公開しません。
  • 模擬取引がオフのとき、該当ツールは PAPER_FEATURE_DISABLED を返します。
  • 分析はウェブデスクと同じクレジット元帳を使います。

より深いクォート、スクリーナー、カレンダーが必要な場合は TradingView MCP と併用できます。このエンドポイントはリサーチエンジンであり、第二の相場 MCP ではありません。 TradingView MCP

MCP FAQ

ホスト型 MCP についてのよくある質問

MCP 設定に API キーは必要ですか?

不要です。Cursor、VS Code、CLI は URL だけを追加します。デスクのサインインが短期アクセストークンを発行します。Clerk、Stripe、Core のキーは貼らないでください。

どのアカウントが使われますか?

ブラウザのデスクと同じアカウントです。ウォッチリスト、ジョブ、クレジット、模擬取引はそのユーザーのデータです。

分析ジョブは MCP でどう動きますか?

start_analysis はすぐに id を返します。status が succeeded になるまで get_analysis をポーリングし、その後 get_analysis_report を呼びます。開始呼び出しを完成レポートと見なさないでください。

アシスタントは取引できますか?

模擬注文のみで、模擬取引が有効なときだけです。手数料はプロダクトクレジットから引きます。証券会社には送られません。