Skip to main content
Glama

The Free Chart — Servidor MCP oficial

[ License: MIT

Servidor oficial Model Context Protocol (MCP) para The Free Chart platform of trading.

Conecta cualquier asistent de IA (Claude Desktop, Cursor, Windsurf, Zed, Antigravity, Open-WebUI, LibreChat) a tu diario diario trading para analizar tu winrate, supervisar la relación riesgo/beneficio, diagnosticar sesgos psicológicos (FOMO, Revenge Trading) y recibir asesoramiento continuo de IA con skills.


Configuración rápida

###1. Claude Desktop

Añade a tu 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. Abre Cursor Configuración -> Funciones -> Servidores MCP.

  2. Haz clic ihn + Añadir nuevo servidor MCP:

    • Nombre: The Free Chart

    • Tipo: command

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

    • Entorno: THEFREECHART_API_KEY=your_key_here

3. Smithery (Instalación en un clic)

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

Related MCP server: Dragonglass TradingView MCP

️ Herramientas y

Herramienta

Tipo

Descripción

get_journal_summary

Lectura

Mérticas de rendimiento agregadas (Winrate, Net Pnl, Profit Factor, Max Drawdown, Avg R:R, Esperanza).

get_trade_breakdown

Lectura

Agrupamiento dinámico por day_of_week, hour_of_day, direction, symbol, setup_tag, mistake_tag, job_tag, duration_bracket.|

search_trades_compact

Lectura

Búsqueda columnar de tde alta velocidad (< 10 KB per 100 trades) con filtrado.

get_trade_detail

Lectura

Análisis en profundidad de un solo trade (ejecuciones, SL, TP, riesgo planificado, notas, URL de replay de gráfico).

get_daily_reflections

Lectura

Obtene el estado de ánimo diario del trader, el plan de pre-arket and retos of fin de día.

tag_trade_mistake_or_setup

Escritura (Acción)

La IA etiqueta automáticamente un trade con errores (#FOMO, #EarlyExit) o setups (#LiquiditySweep).

save_ai_coaching_note

Escritura (Acción)

La IA guarda acesoramiento de coaching et estructurado directamente en las notas de trade del usuario.

create_daily_reflection

Escritura (Acción)

La IA guarda lecciones and resúmenes diarios en el diario del usuario.


💬 Ejemplos de prompts para empezal

  • Revisión diaria: "Revisa mis operaciones de hoy, comprueba si rompí alguna regla de riesgo, etiqueta los errores y escribe un de visió de coach."

  • Auditoría psicológica: "Analiza mi trading de esta semana. ¿Qué día fue el más rentable y qué error me costó más dinero?"

  • Evaluación de setups: "Compara el winrate y el R:R promedio de mis setups de los últimos 30 días."


📄 Licencia

Licencia 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