Skip to main content
Glama

The Free Chart — 公式MCPサーバー

License: MIT

The Free Chart 取引プラットフォームの公式 Model Context Protocol (MCP) サーバーです。

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 Settings を開き、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

読み取り

集計パフォーマンス指標(勝率、純損益、プロフィットファクター、最大ドローダウン、平均 R:R、期待値)。

get_trade_breakdown

読み取り

day_of_weekhour_of_daydirectionsymbolsetup_tagmistake_tagemotion_tagduration_bracket に基づく動的グループ化。

search_trades_compact

読み取り

フィルタリング対応の高速カラム型トレード検索(トレード 100 件あたり 10 KB 未満)。

get_trade_detail

読み取り

個別トレードの詳細表示(約定、SL、TP、計画リスク、メモ、チャートリプレイ URL)。

get_daily_reflections

読み取り

トレーダーの日々の気分、プレマーケットプラン、終日の総括を取得します。

tag_trade_mistake_or_setup

書き込み(アクション)

AI がトレードに対してミス(#FOMO#EarlyExit)またはセットアップ(#LiquiditySweep)を自動的にタグ付けします。

save_ai_coaching_note

書き込み(アクション)

AI が構造化されたコーチングアドバイスをユーザーの取引ノートに直接保存します。

create_daily_reflection

書き込み(アクション)

AI が日々の教訓と総括をユーザーの Daily Journal に保存します。


💬 プロンプト例

  • Daily Review: "今日のトレードをレビューし、リスクルールを破ったかどうかをチェックし、 ミスにタグ付けして、コーチングレビューを書いてください。"

  • Psychology Audit: "今週の取引を分析してください。どの曜日が最も収益を上げましたか。また、どのミスが私に最も大きな損害を与えましたか?"

  • Setup Evaluation: "過去 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