
trading_skills
by staskh·★ 208·综合分 49
为期权交易者和市场分析提供 32+ 个交易分析工具的 MCP 服务器。
概述
Trading Skills 是一个全面的 MCP 服务器,直接为 Claude Desktop 提供强大的市场分析功能。它提供实时市场数据、技术分析、期权定价、风险评估和投资组合管理工具。该服务器通过模型上下文协议暴露了 32+ 个工具,使交易者能够在不离开聊天界面的情况下分析股票、期权和投资组合表现。通过支持 Interactive Brokers 集成,它可以管理投资组合、寻找平仓候选者并生成可操作的报告。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
如果您是期权交易者或投资者,希望通过 Claude Desktop 在不切换多个应用程序的情况下获取市场数据、技术分析和投资组合管理工具的对话式访问,应选择此服务器。
什么时候不要选它
如果您需要向经纪商账户写入功能(大多数 IB 功能为只读)或主要交易的不是期权(该服务器专门用于期权交易策略),请避免使用此服务。
此 server 暴露的工具
从 README 抽取出 12 个工具stock_quoteGet real-time stock price, volume, change, market cap, and 52-week range
option_chainRetrieve calls and puts with strikes, bids, asks, volume, open interest, and IV
technical_indicatorsCalculate technical indicators like RSI, MACD, Bollinger Bands, SMA, EMA
spread_analysisAnalyze option spread strategies like verticals, diagonals, straddles, strangles
scanner_bullishScan symbols for bullish trends using SMA, RSI, MACD, ADX
scanner_pmccScan for PMCC suitability based on delta, liquidity, spread, IV, and yield
ib_accountGet Interactive Brokers account summary including cash, buying power, and margin
ib_portfolioRetrieve portfolio positions with market prices from Interactive Brokers
ib_find_short_rollFind roll candidates for short positions or covered call/put selection
ib_pmcc_advisorAnalyze PMCC positions for assignment risk, P&L projections, and roll candidates
report_stockGenerate comprehensive PDF/markdown report with trend, PMCC, and fundamental analysis
whale_huntingDetect institutional option whale activity for an underlying
可对比工具
安装
安装软件包:
pip install trading-skills添加到 Claude Desktop 配置(claude_desktop_config.json):
{
"mcpServers": {
"trading-skills": {
"command": "<path/to/trading-skills-mcp>",
"env": {
"MASSIVE_API_KEY": "your_api_key"
}
}
}
}FAQ
- 这个服务器使用哪些数据源?
- 主要使用 Yahoo Finance 作为市场数据源,以及 Massive(前身为 Polygon.io)用于机构鲸鱼活动检测。
- 没有 Interactive Brokers 能用这个服务器吗?
- 是的,大多数工具无需 IB 集成即可使用。仅投资组合相关功能需要 TWS/Gateway 连接。
trading_skills 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。