MCP Servers / other / Shioaji MCP Server

Shioaji MCP Server

JSON →
noneother

Access the Shioaji trading API for financial data and trading operations, requiring a SinoPac Securities account.

Install
How to run this server
[ { "cmd": "pip install mcp-client", "imports": [] } ]
server path: shioaji-mcp-server
Tools
What this server exposes
get_account_info
取得帳戶資訊和連線狀態
search_contracts
根據關鍵字、交易所或類別搜尋交易合約
get_snapshots
取得指定合約的即時市場快照
get_kbars
取得合約的歷史 K 線資料
place_order
使用指定參數下單買賣(需要權限)
cancel_order
根據訂單 ID 取消現有訂單(需要權限)
list_orders
列出所有訂單及其狀態
get_positions
取得目前持倉和損益(支援股票、期貨或全部帳戶)
get_account_balance
取得帳戶餘額和保證金資訊(支援股票、期貨或全部帳戶)
check_terms_status
檢查服務條款簽署狀態和 API 測試完成情況
run_api_test
執行服務條款合規的 API 測試(登入和訂單測試)
Configuration
Environment & auth
authnone
envSHIOAJI_API_KEY
envSHIOAJI_SECRET_KEY
Resources
Shioaji MCP Server — MCP Server · libregistry