Tiger Broker API MCP Server
Project description
Tiger MCP Server
Tiger MCP Server
Quickstart
Install uv
uv is a Python package and project manager.
macOS/Linux, open a terminal and run:
curl -LsSf https://astral.sh/uv/install.sh | sh
Windows, open PowerShell as Administrator and run:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
Configure TigerOpen API credentials environment variables
Set TIGEROPEN_PROPS_PATH to the path of your tiger_openapi_config.properties file, which contains tiger_id/private_key/account information.
export TIGEROPEN_PROPS_PATH="path/to/your/tiger_openapi_config.properties"
Alternatively, you can 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
uvx tigermcp
Run with Cursor/Claude/Trae
{
"mcpServers": {
"tigermcp": {
"command": "uvx",
"args": ["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.2.tar.gz
(37.2 kB
view details)
File details
Details for the file tigermcp-0.1.2.tar.gz.
File metadata
- Download URL: tigermcp-0.1.2.tar.gz
- Upload date:
- Size: 37.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d84e558a1dea407c6f48613717a55987e4885650afa1daac7a3f09c79356a775
|
|
| MD5 |
d48fc253d006d5b2b61ec1f884b9d919
|
|
| BLAKE2b-256 |
55f8858813c85a8542647c1e2fa5fbcdf51e8793e5f699fcb71ca49499c7c4e6
|