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"
}
}
}
}
FAQ
Error: realpath: command not found
If your system is macOS 12 or lower, you may encounter the following error when running the mcp server:
/Users/tiger/.cache/uv/archive-v0/5iV7KVbKUQlypQW-eBHBn/bin/tigermcp: line 2: realpath: command not found
/Users/tiger/.cache/uv/archive-v0/5iV7KVbKUQlypQW-eBHBn/bin/tigermcp: line 2: /Users/tiger/python: No such file or directory
/Users/tiger/.cache/uv/archive-v0/5iV7KVbKUQlypQW-eBHBn/bin/tigermcp: line 2: exec: /Users/tiger/python: cannot execute: No such file or directory
you need to install coreutils:
If you don't have Homebrew installed, install it first by running the following command in your terminal:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Then, install coreutils by running:
brew install coreutils
Release Notes
- 0.1.3 (2025-08-29) Fix issues
- 0.1.2 (2025-08-28) Fix issues
- 0.1.1 (2025-08-25) Initial release
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
File details
Details for the file tigermcp-0.1.3.tar.gz.
File metadata
- Download URL: tigermcp-0.1.3.tar.gz
- Upload date:
- Size: 38.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0fc511ba8b04cbbb01129b701a0822952ac288b174a8082287cbede36ff1a8d3
|
|
| MD5 |
2981d8092c161d3bdb7ed72fb42e2f97
|
|
| BLAKE2b-256 |
79a32b0ffd1f14849ea95b58f7aabeb7d62d21f359c94edbcc7ffbd72708fdbb
|