MCP Directory
Back

trading_skills

by staskh · Python · ★ 273

Claude powered advisor system for option traders

#ai-trading#claude#claude-skills#mcp-server#option-trading#options-trading

Install

pip install git+https://github.com/staskh/trading_skills.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "trading-skills": {
      "command": "uvx",
      "args": [
        "git+https://github.com/staskh/trading_skills.git"
      ]
    }
  }
}

From the README

Most retail traders juggle 5+ tabs — broker, charting platform, screener, news feed, spreadsheet — just to decide whether to enter a trade. This project collapses all of that into a single conversational interface powered by Claude. Ask a question in plain English, get back real data: technicals, fundamentals, option Greeks, risk metrics, earnings dates, correlation matrices, and full PDF reports. Connect your Interactive Brokers account and it manages your portfolio too — finds roll candidates for expiring shorts, flags earnings risk, and generates action reports. [](https://www.star-histor…
Read full README on GitHub →

Related finance servers