Skip to main content
Glama

The Free Chart — официальный MCP-сервер

License: MIT

Официальный Model Context Protocol (MCP)-сервер для торговой платформы The Free Chart.

Подключите любого ИИ-ассистента (Claude Desktop, Cursor, Windsurf, Zed, Antigravity, Open-WebUI, LibreChat) к вашему торговому журналу, чтобы анализировать процент выигрышных сделок, отслеживать соотношение риска и прибыли, диагностировать психологические ловушки (FOMO, Revenge Trading) и получать непрерывный ИИ-коучинг по трейдингу.


⚡ Быстрая настройка

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:

    • Название: The Free Chart

    • Тип: 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

🛠️ Доступные инструменты

Tool

Type

Description

get_journal_summary

Read

Сводные показатели эффективности (Winrate, чистая PnL, фактор прибыли, максимальная просадка, средний 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

Высокоскоростной колоночный поиск сделок (< 10 КБ на 100 сделок) с фильтрацией.

get_trade_detail

Read

Детальный разбор одной сделки (исполнения, SL, TP, плановый риск, заметки, URL для повторного просмотра графика).

get_daily_reflections

Read

Получение ежедневного настроения трейдера, плана перед торговой сессией и итогов дня.

tag_trade_mistake_or_setup

Write (Action)

ИИ автоматически помечает сделку ошибками (#FOMO, #EarlyExit) или сетапами (#LiquiditySweep).

save_ai_coaching_note

Write (Action)

ИИ сохраняет структурированную коучинговую рекомендацию прямо в заметку трейдера по сделке.

create_daily_reflection

Write (Action)

ИИ сохраняет ежедневные уроки и итоги дня в дневник пользователя.


💬 Примеры стартовых промптов

  • Ежедневный обзор: «Просмотри мои сделки за сегодня, проверь, не нарушил ли я правила риска, отметь ошибки и составить коучинговый обзор.»

  • Психологический аудит: «Проанализируй мою торговлю за неделю. Какой день был самым прибыльным и какая ошибка стоила мне больше всего денег?»

  • Оценка сетапов: «Сравни процент выигрышных сделок и средний R:R моих сетапов за последние 30 дней.»


📄 Лицензия

Лицензия 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