# TradeOS MCPの連携と使い方

MCP（Model Context Protocol）を統合することで、TradeOSのプロフェッショナルグレードのトレーディングツールをAIワークフローに直接接続できます。これにより、リアルタイムの市場データへのアクセス、テクニカル分析、そしてより高度なトレーディングインサイトの取得が可能になります。

## クイックスタート

MCPのエントリーポイントを選択するか、MCP関連のアクションを実行して接続プロセスを開始します。

方法1：ホームページ

<figure><img src="/files/2cefda327be140882fbda2c298901cff575ed90a" alt=""><figcaption></figcaption></figure>

方法2：ホームページ → サイドメニュー → MCP

<figure><img src="/files/40c68948b8ce8d43d886bb4887de7957c56b308a" alt=""><figcaption></figcaption></figure>

## 接続・ログインガイド

1. MCP接続リクエストを開始します。

<div><figure><img src="/files/cd4f600d3280f2e6e4ddf9338586b43fbb6b271f" alt="" width="563"><figcaption></figcaption></figure> <figure><img src="/files/1038610d0c075de41ab39fcf3e573009c9e7e24e" alt="" width="229"><figcaption></figcaption></figure></div>

<figure><img src="/files/17599497c744d0efed86b3f83d72c3508edc4651" alt="" width="375"><figcaption></figcaption></figure>

2. 認証用のブラウザウィンドウが開きます。以下のいずれかの方法でサインインしてください：Google、Facebook、メールログイン
3. 認証が完了すると、TradeOS AI への接続が完了します。その後、ワークフロー内で TradeOS AI をご利用いただけます。

<figure><img src="/files/1d9dfdc62f5ddeb1f17d38e4b19fab7cc55d55d7" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/d7ebb1d026c16692e917130c64aeb76242583005" alt="" width="563"><figcaption></figcaption></figure>

## 認可と権限

利用中、AI が TradeOS のテクニカル分析機能へのアクセスを要求する場合があります。次の「**許可**」をクリックして続行してください。

*注：正確で専門的な市場インサイトを提供するため、AI が TradeOS の基盤データおよび分析ツールにアクセスするには、明示的な許可が必要です。*

<figure><img src="/files/1d782fd7ef9f8ff09c4282628253ce9ad02007c7" alt="" width="375"><figcaption></figcaption></figure>

## 詳細設定&#x20;

### エンドポイント設定

上級ユーザー、開発者の方、またはカスタム Agent やローカルクライアント（例：Claude Desktop）内で接続を手動設定する必要がある場合は、以下のアドレスをご利用ください：

* エンドポイント URL： `https://ai.tradeos.xyz/api/agent/mcp/mcp-call`

## 例&#x20;

### **例1：** Claude - NVDA 対 QQQ のスプレッドトレンド分析

プロンプト：1yo help me analyze NVDA/QQQ（これをティッカーとして入力してください）のスプレッドを、トレンド／モメンタム／ボラティリティの観点で分析してください

<figure><img src="/files/b0084fd626cc732019381e9227e1346f413dc6a4" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/fec2ac3ac900f79709211d6fe2c87ce93b22c0e4" alt="" width="563"><figcaption></figcaption></figure>

### **例2：** Cursor - SPYに対する相対強度ランキング

プロンプト：スプレッド分析（LLY / SPY、GOOG / SPY … のようなティッカー）を使って、LLY、GOOG、AMZN、META、MSFT、GLD、QQQ を SPY に対して分析し、0～100のスコアで順位付けしてください。0は強いショートポジション、100は強いロングポジションを意味します

<figure><img src="/files/8cd95de2cdf5611817739fba3a56fb12116ce5fc" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/059477877aaa2c67a259ce04d6a8aed6e66a6abd" alt="" width="563"><figcaption></figcaption></figure>

### **例3：** ChatGPT **-** NVDA/SPY を分析する

プロンプト：NVDA/SPY を分析してください

<figure><img src="/files/9feacf52246696a26fc59cf56844ddeaeb6bb749" alt="" width="563"><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tradeos.gitbook.io/tradeosaifaq/tradeos-ai-faq-ja/tradeos-mcpnotoi.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
