Skip to main content

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.7 (2026-03-03) Fix get_positions to return full list (convert to dict format)
  • 0.1.6 (2026-03-03) Fix get_positions return
  • 0.1.5 (2025-09-24) Support SECRET_KEY/TOKEN env variables
  • 0.1.4 (2025-08-29) Fix issues
  • 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

tigermcp-0.1.7.tar.gz (36.4 kB view details)

Uploaded Source

File details

Details for the file tigermcp-0.1.7.tar.gz.

File metadata

  • Download URL: tigermcp-0.1.7.tar.gz
  • Upload date:
  • Size: 36.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.10

File hashes

Hashes for tigermcp-0.1.7.tar.gz
Algorithm Hash digest
SHA256 6652adbed1a3f9720e10387d20043b6dd49991a24ad938169353c0043000495f
MD5 0233861933bc3e483f05b8186ea71a4d
BLAKE2b-256 7613692206ee7ca0264e0a2f1027ed7cbd3d0a777b35f958fbf396e77f973c46

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page