# TradeOS MCP Integration & Usage

By integrating MCP (Model Context Protocol), you can connect TradeOS’s professional-grade trading tools directly to your AI workflow, enabling real-time market data access, technical analysis, and enhanced trading insights.

## Quick Start

Select the MCP entry point or trigger an MCP-related action to begin the connection process.

Method 1: Homepage

<figure><img src="/files/KLJixTWtnzK1Y3wNwXMS" alt=""><figcaption></figcaption></figure>

Method 2: Homepage → Side Menu → MCP

<figure><img src="/files/pllR9RL9z83eAOc8IDYX" alt=""><figcaption></figcaption></figure>

## Connection & Login Guide

1. Initiate an MCP connection request.

<div><figure><img src="/files/h7wWl8vQDSb5kDGis7xF" alt="" width="563"><figcaption></figcaption></figure> <figure><img src="/files/CI6h1JFrTYfc1thLyJ8A" alt="" width="229"><figcaption></figcaption></figure></div>

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

2. A browser window will open for authentication. Sign in using one of the following methods: Google、Facebook、Email Login
3. Once authentication is complete, TradeOS AI is successfully connected. Then, You can use TradeOS AI within your workflow.

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

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

## Authorization & Permissions

During use, the AI may request access to TradeOS technical analysis features. Please click “**Allow**” to continue.

*Note: The AI requires your explicit authorization to access TradeOS's underlying data and analysis tools in order to provide accurate and professional market insights.*

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

## Advanced Configuration&#x20;

### Endpoint Configuration

If you are an advanced user, developer, or need to manually configure the connection within your custom Agent or local client (e.g., Claude Desktop), please use the following address:

* Endpoint URL: `https://ai.tradeos.xyz/api/agent/mcp/mcp-call`

## Example&#x20;

### **Example 1:** Claude-NVDA vs QQQ Spread Trend Analysis

Prompt: 1yo help me analyze NVDA/QQQ (put this as ticker) spread in terms of trend / momentum / volatility

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

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

### **Example 2:** Cursor-Relative Strength Ranking Against SPY

Prompt: help me analyze LLY, GOOG, AMZN, META, MSFT, GLD, QQQ against SPY via spread analysis (ticker like LLY / SPY, GOOG / SPY ...), then rank them in scores 0\~100 where 0 is strong short position and 100 is strong long position

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

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

### **Example 3:** ChatGPT **-** analyze NVDA/SPY

Prompt: Help me analyze NVDA/SPY

<figure><img src="/files/jJjWlzbb5iuIeZCmiDWi" 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-mcp-integration-and-usage.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.
