Skip to main content
Glama

The Free Chart — 공식 Model Context Protocol (MCP) 서버

License: MIT

공식 Model Context Protocol (MCP) 서버 — The Free Chart 거래 플랫폼용입니다.

모든 AI 어시스턴트(Claude Desktop, Cursor, Windsurf, Zed, Antigravity, Open-WebUI, LibreChat)를 트레이딩 저널과 연결해 승률을 분석하고, 리스크 대비 수익을 모니터링하며, 심리적 편향(FOMO, 복수 매매)을 진단하고, 지속적인 AI 트레이딩 코칭을 받을 수 있습니다.


⚡ 빠른 설정

1. Claude Desktop

claude_desktop_config.json에 추가하세요:

  • MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json

  • Windows: %APPDATA%/Claude/claude_desktop_config.json

  • Linux: ~/.config/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "thefreechart": {
      "command": "python3",
      "args": ["/path/to/thefreechart-mcp/server.py"],
      "env": {
        "THEFREECHART_API_KEY": "YOUR_PERSONAL_API_KEY",
        "THEFREECHART_BASE_URL": "https://manage.thefreechart.com"
      }
    }
  }
}

2. Cursor IDE / Windsurf

  1. Cursor 설정 -> Features -> MCP Servers로 이동합니다.

  2. + Add New MCP Server를 클릭합니다:

    • Name: The Free Chart

    • Type: command

    • Command: python3 /path/to/thefreechart-mcp/server.py

    • Env: THEFREECHART_API_KEY=your_key_here

3. Smithery (원클릭 설치)

npx -y @smithery/cli install @thefreechart/mcp --client claude

Related MCP server: Dragonglass TradingView MCP

🛠️ 사용 가능한 도구

도구

유형

설명

get_journal_summary

Read

집계된 성과 지표 (승률, 순손익, 수익 팩터, 최대 인하, 평균 R:R, 기대값).

get_trade_breakdown

Read

day_of_week, hour_of_day, direction, symbol, setup_tag, mistake_tag, emotion_tag, duration_bracket 기준 동적 그룹핑.

search_trades_compact

Read

필터링을 지원하는 고속 컬럼 기반 거래 검색 (거래 100건당 10 KB 미만).

get_trade_detail

Read

단일 거래 상세 분석 (체결 내역, SL, TP, 계획 리스크, 노트, 차트 리플레이 URL).

get_daily_reflections

Read

트레이더의 일일 기분, 개장 전 거래 계획, 하루 마감 후 요약을 조회합니다.

tag_trade_mistake_or_setup

Write (Action)

AI가 거래에 실수(#FOMO, #EarlyExit) 또는 셋업(#LiquiditySweep) 태그를 자동으로 부여합니다.

save_ai_coaching_note

Write (Action)

AI가 구조화된 코칭 조언을 사용자의 거래 노트에 직접 저장합니다.

create_daily_reflection

Write (Action)

AI가 사용자의 Daily Journal에 일일 교훈과 마감 요약을 저장합니다.


💬 프롬프트 시작 예시

  • 일일 리뷰: "오늘의 거래를 리뷰하고, 리스크 규칙을 위반했는지 확인한 후 실수를 태그하고 코칭 리뷰를 작성해 주세요."

  • 심리 점검: "이번 주의 내 거래를 분석해 주세요. 가장 수익이 좋았던 날은 언제이고, 어떤 실수가 가장 많은 손실을 초래했나요?"

  • 셋업 평가: "지난 30일 동안 내 셋업들의 승률과 평균 R:R을 비교해 주세요."


📄 라이선스

MIT 라이선스. © The Free Chart.

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants like Claude to run backtests, fetch market data, list strategies, and analyze trading algorithms via natural language.
    995
    GPL 3.0
  • F
    license
    Not graded
    quality
    B
    maintenance
    Enables AI co-pilots to interact with TradingView charts, manage alerts via REST API, automate morning briefs with custom trading rules, and perform real-time market analysis.
  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables AI assistants to trade on MetaTrader 5 using natural language, supporting account management, order placement, and real-time market data.
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to backtest trading strategies described in plain English, providing access to market data, technical indicators, and comprehensive performance reports.
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Build, backtest, and deploy quantitative trading strategies from your AI agent.

  • LuxAlgo Library — the encyclopedia of trading & technical analysis for AI agents. Free, keyless.

  • Connect AI agents to bank accounts, transactions, balances, and investments.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nguyenduy7474/thefreechart-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server