Tiger Broker API MCP Server
Project description
Tiger MCP Server
Tiger MCP Server
Quickstart
Install
mkdir demo
cd demo
# Create virtual environment and activate it
python -m venv .venv
source .venv/bin/activate
# or windows
# .venv\Scripts\activate
pip install tigermcp
Configure TigerOpen API credentials environment variables
Method 1: Specify the configuration file
export TIGEROPEN_PROPS_PATH="path/to/your/tiger_openapi_config.properties"
Method 2: Specify tiger_id/private_key/account directly
export TIGEROPEN_TIGER_ID="your Tiger ID"
export TIGEROPEN_PRIVATE_KEY="your private key"
export TIGEROPEN_ACCOUNT="your trading account"
Set TIGERMCP_READONLY to true if you want to run the server in read-only mode (no trading actions allowed).
Run
tigermcp
Run with Cursor/Claude/Trae
{
"mcpServers": {
"tigermcp": {
"command": "/path/to/tigermcp",
"env": {
"TIGEROPEN_PROPS_PATH": "/path/to/your/tiger_openapi_config.properties"
}
}
}
}
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tigermcp-0.1.1.tar.gz
(12.9 kB
view details)
File details
Details for the file tigermcp-0.1.1.tar.gz.
File metadata
- Download URL: tigermcp-0.1.1.tar.gz
- Upload date:
- Size: 12.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2beaa0c0ae728ea16ebf4b80c895a0cf40cf126be667ca95d54761e8fe25f9c
|
|
| MD5 |
7b0353bab70dcc59e38caa09548852ea
|
|
| BLAKE2b-256 |
45b311ba562e69b88af2c17125925e24016c646e418ac53316bef2e1a41baf2f
|