← Back to MCP list

Trading Skills & Portfolio Analysis

v1.0.0
Feature DerivationLocalFinance

Local MCP Server provided by trading_skills. It connects to Python scripts to run technical indicators, option Greeks, screeners, and Interactive Brokers (IBKR) portfolio queries and automated option management.

§ Quickstart

Add the following to your MCP client configuration (Cursor, Claude Desktop, etc.):

Automatically fetches and runs the latest code. Requires uv installed.

MCP Client Configuration

{
  "mcpServers": {
    "trading-skills": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/staskh/trading_skills.git",
        "trading-skills-mcp"
      ],
      "env": {
        "MASSIVE_API_KEY": "<your_massive_api_key>"
      }
    }
  }
}

Config file locations

  • Cursor: Settings → MCP, or edit ~/.cursor/mcp.json
  • Claude Desktop: edit claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/, Windows: %APPDATA%\Claude\)

§ Tools Reference

3 tools

stock_quote

Real-time price, volume, market cap

ParameterTypeRequiredDescription
symbolstringStock symbol (e.g. AAPL)

scan_pmcc

Scan for PMCC suitability

ParameterTypeRequiredDescription
symbolsstringComma-separated symbols

ib_portfolio

Portfolio positions from IBKR