目录 / Tiger Brokers
MCP
需 API Key
未评级
已上架
Tiger Brokers
Trade stocks, options, and futures across US, HK, CN, and SG markets via Tiger Brokers Open API.
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
接入信息
- 传输形态
- http
- 鉴权方式
- 需 API Key(需要配置:Tiger ID、RSA Private Key、Trading Account)
- 端点
https://tiger.run.tools
该服务需要凭证,请按官方文档申请后替换占位符
{
"mcpServers": {
"Tiger Brokers": {
"headers": {
"Authorization": "Bearer \u003cYOUR_KEY\u003e"
},
"url": "https://tiger.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| market.status | Get current market status (open/closed/pre-market/after-hours) for specified markets. |
| quotes.realtime | Get real-time quotes (price, volume, bid/ask) for a list of stock symbols. |
| quotes.kline | Get historical OHLC candlestick data for a symbol. Supports day, week, month, 1min-60min periods. |
| quotes.depth | Get order book (bid/ask depth) for symbols. |
| stock.symbols | List all available stock symbols for a market. |
| stock.details | Get comprehensive details for stocks: name, exchange, industry, market cap, 52-week range. |
| stock.fundamentals | Get fundamental financial data for a stock (P/E, EPS, revenue, etc.). |
| market.scanner | Scan the market for stocks matching criteria (top gainers, volume leaders, etc.). |
| options.expirations | Get available option expiration dates for an underlying symbol. |
| options.chain | Get the full option chain for a symbol and expiration date. |
| futures.exchanges | List available futures exchanges. |
| futures.contracts | Get tradable futures contracts for an exchange. |
| account.assets | Get account assets: net liquidation value, cash, buying power, P&L. |
| account.positions | Get portfolio positions: symbol, quantity, avg cost, market value, P&L. |
| orders.list | List orders with optional filters by status, symbol, or time range. |
| orders.active | Get currently active (pending) orders. |
| orders.filled | Get filled (executed) orders. |
| orders.preview | Preview an order before placement: shows estimated commission, margin impact, and buying power effect. |
| orders.place | Place a trade order. Use orders.preview first to check impact. |
| orders.modify | Modify an existing pending order. |
| orders.cancel | Cancel a pending order by ID. |
| contracts.get | Look up contract details for a symbol (exchange, lot size, currency, etc.). |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。