# TradeOS MCP 통합 및 사용법

MCP(Model Context Protocol)를 통합하면 TradeOS의 전문가급 트레이딩 도구를 AI 워크플로에 직접 연결할 수 있으며, 실시간 시장 데이터 접근, 기술적 분석, 향상된 트레이딩 인사이트를 활용할 수 있습니다.

## 빠른 시작

연결을 시작하려면 MCP 진입점을 선택하거나 MCP 관련 작업을 실행합니다.

방법 1: 홈페이지

<figure><img src="/files/81cfdf2733ca63b41cee66813f2c690c09090305" alt=""><figcaption></figcaption></figure>

방법 2: 홈페이지 → 사이드 메뉴 → MCP

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

## 연결 및 로그인 안내

1. MCP 연결 요청을 시작합니다.

<div><figure><img src="/files/5a3624a6a6665a1dacf3eeac6dba3441c61662eb" alt="" width="563"><figcaption></figcaption></figure> <figure><img src="/files/1fbabc396bb0540c1677ae03ae4b7decd590bd0d" alt="" width="229"><figcaption></figcaption></figure></div>

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

2. 인증을 위해 브라우저 창이 열립니다. 다음 방법 중 하나로 로그인하세요: Google、Facebook、이메일 로그인
3. 인증이 완료되면 TradeOS AI 연결이 완료됩니다. 이후 워크플로 내에서 TradeOS AI를 사용할 수 있습니다.

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

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

## 승인 및 권한

사용 중 AI가 TradeOS의 기술적 분석 기능에 대한 접근을 요청할 수 있습니다. 계속하려면 “**허용**”를 클릭하세요.

*참고: 정확하고 전문적인 시장 인사이트를 제공하기 위해 AI가 TradeOS의 기반 데이터와 분석 도구에 접근하려면 사용자의 명시적 승인이 필요합니다.*

<figure><img src="/files/39e9ba53d384be4375addb57ab5e54c7f89ed1d0" 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 NVDA/QQQ(티커로 입력) 스프레드를 추세 / 모멘텀 / 변동성 측면에서 분석해 주세요

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

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

### **예시 2:** Cursor-SPY 대비 상대 강도 순위

프롬프트: SPY 대비 스프레드 분석(예: LLY / SPY, GOOG / SPY ...)을 통해 LLY, GOOG, AMZN, META, MSFT, GLD, QQQ를 분석한 다음, 0\~100점으로 순위를 매겨 주세요. 0은 강한 숏 포지션, 100은 강한 롱 포지션을 의미합니다

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

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

### **예시 3:** ChatGPT **-** NVDA/SPY 분석

프롬프트: NVDA/SPY를 분석해 주세요

<figure><img src="/files/2376288e13ed6757d77ad94d346ece1c93fe1a41" 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-ko/tradeos-mcp.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.
