thefreechart-mcp
The Free Chart — 官方 MCP 服务器
针对 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.jsonWindows:
%APPDATA%/Claude/claude_desktop_config.jsonLinux:
~/.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
打开 Cursor 设置 -> Features -> MCP Servers。
点击 + 新增 MCP Server:
名称:
The Free Chart类型:
command命令:
python3 /path/to/thefreechart-mcp/server.py环境变量:
THEFREECHART_API_KEY=your_key_here
3. Smithery(一键安装)
npx -y @smithery/cli install @thefreechart/mcp --client claudeRelated MCP server: Dragonglass TradingView MCP
🛠️ 可用工具
Tool | 类型 | 描述 |
| 读取 | 汇总的绩效指标(胜率、净盈亏、利润因子、最大回撤、平均 R:R、期望值)。 |
| 读取 | 按 |
| 读取 | 高速列式交易搜索(每 100 笔 < 10 KB),支持过滤。 |
| 读取 | 单笔交易深度剖析(成交、止损、止盈、计划风险、备注、图表回放 URL)。 |
| 读取 | 获取交易者的每日情绪、盘前计划和日终结。 |
| 写入(操作) | AI 自动为交易标记错误( |
| 写入(操作 | AI 将系统化的辅导建议直接保存至用户的交易备注。 |
| 写入(操作) | AI 将每日教训和复盘保存至用户的每日日志。 |
💬 示例提示
每日复盘:"回顾我今天的交易,检查是否违反任何风险规则,为错误打标,并写一份辅导复盘。"
心理审计:"分析我这一周的交易。哪一天盈利最高,哪一种错误让我损失最多?"
形态评估:"对比过去 30 天我各形态的交易胜率和平均 R:R。"
📄 许可证
MIT 许可证。© The Free Chart。
This server cannot be installed
Maintenance
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
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants like Claude to run backtests, fetch market data, list strategies, and analyze trading algorithms via natural language.995GPL 3.0
- FlicenseNot gradedqualityBmaintenanceEnables 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.
- AlicenseNot gradedqualityAmaintenanceEnables AI assistants to trade on MetaTrader 5 using natural language, supporting account management, order placement, and real-time market data.1MIT

panther-mcpofficial
AlicenseNot gradedqualityDmaintenanceEnables AI assistants to backtest trading strategies described in plain English, providing access to market data, technical indicators, and comprehensive performance reports.1MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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