This is a comprehensive SDK wrapper for Tiger Brokers' trading API, covering market data, order execution, options chains, and real-time WebSocket subscriptions. It includes both a Python client and a CLI tool, plus an MCP server integration so you can expose trading functions directly to AI editors like Claude or Cursor. The skill includes sensible defaults like paper trading mode unless you explicitly request live orders, which matters when you're prototyping strategies. Ships with symbol mappings for common Chinese and US stocks (腾讯 maps to 00700, TSLA to Tesla) so you can query in natural language. Requires Python 3.8+ and a Tiger Brokers developer account with API keys. Good reference docs split by task: quote data, trading, options, streaming, CLI commands.
npx skills add https://github.com/tigerfintech/tigeropen-skill --skill tigeropen