MCP Catalogs
Hometrading_skills screenshot

trading_skills

by staskh·208·Score 49

MCP server providing 32+ trading analysis tools for options traders and market analysis.

financeai-llmproductivity
48
Forks
6
Open issues
this month
Last commit
2d ago
Indexed

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:

you:Scan multiple stocks for bullish trends and PMCC opportunities
you:Analyze option spreads and risk metrics for trading positions
you:Manage portfolio and find roll candidates using Interactive Brokers
you:What data sources does this server use?
you:Can I use this without Interactive Brokers?

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 README
  • stock_quote

    Get real-time stock price, volume, change, market cap, and 52-week range

  • option_chain

    Retrieve calls and puts with strikes, bids, asks, volume, open interest, and IV

  • technical_indicators

    Calculate technical indicators like RSI, MACD, Bollinger Bands, SMA, EMA

  • spread_analysis

    Analyze option spread strategies like verticals, diagonals, straddles, strangles

  • scanner_bullish

    Scan symbols for bullish trends using SMA, RSI, MACD, ADX

  • scanner_pmcc

    Scan for PMCC suitability based on delta, liquidity, spread, IV, and yield

  • ib_account

    Get Interactive Brokers account summary including cash, buying power, and margin

  • ib_portfolio

    Retrieve portfolio positions with market prices from Interactive Brokers

  • ib_find_short_roll

    Find roll candidates for short positions or covered call/put selection

  • ib_pmcc_advisor

    Analyze PMCC positions for assignment risk, P&L projections, and roll candidates

  • report_stock

    Generate comprehensive PDF/markdown report with trend, PMCC, and fundamental analysis

  • whale_hunting

    Detect institutional option whale activity for an underlying

Comparable tools

tradingview-mcpearnings-whisper-mcppolygon-mcpquantconnect-mcp

Installation

Install the package:

pip install trading-skills

Add 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.