
trading_skills
by staskh·★ 208·Score 49
MCP server providing 32+ trading analysis tools for options traders and market analysis.
Overview
Trading Skills is a comprehensive MCP server that brings powerful market analysis capabilities directly to Claude Desktop. It provides real-time market data, technical analysis, option pricing, risk assessment, and portfolio management tools. The server exposes 32+ tools through the Model Context Protocol, enabling traders to analyze stocks, options, and portfolio performance without leaving their chat interface. With support for Interactive Brokers integration, it can manage portfolios, find roll candidates, and generate actionable reports.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this if you're an options trader or investor who wants conversational access to market data, technical analysis, and portfolio management tools through Claude Desktop without switching between multiple applications.
When NOT to choose this
Avoid this if you need write capabilities to your broker account (most IB features are read-only) or if you don't primarily trade options as the server is specialized for options trading strategies.
Tools this server exposes
12 tools extracted from the READMEstock_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
Comparable tools
Installation
Install the package:
pip install trading-skillsAdd to Claude Desktop config (claude_desktop_config.json):
{
"mcpServers": {
"trading-skills": {
"command": "<path/to/trading-skills-mcp>",
"env": {
"MASSIVE_API_KEY": "your_api_key"
}
}
}
}FAQ
- What data sources does this server use?
- It primarily uses Yahoo Finance for market data, and optionally Massive (formerly Polygon.io) for institutional whale detection.
- Can I use this without Interactive Brokers?
- Yes, most tools work without IB integration. Only portfolio-related features require TWS/Gateway connection.
Compare trading_skills with
Last updated · Auto-generated from public README + GitHub signals.