Fubon MCP Server
Description
# Fubon MCP Server 富邦證券市場資料 MCP (Model Communication Protocol) 伺服器,用於獲取台股歷史數據。 ## 功能特點 - 支援台股及 ETF 歷史 K 線數據查詢 - 本地數據快取,減少 API 呼叫次數 - 自動分段處理長時間區間的數據請求 - 支援數據去重和排序 - 提供額外計算欄位(成交值、漲跌、漲跌幅) ## 系統需求 - Python 3.8 或以上版本 - 富邦證券電子憑證 - macOS / Linux / Windows ## 安裝說明 1. 克隆專案: ```bash git…
About
# Fubon MCP Server 富邦證券市場資料 MCP (Model Communication Protocol) 伺服器,用於獲取台股歷史數據。 ## 功能特點 - 支援台股及 ETF 歷史 K 線數據查詢 - 本地數據快取,減少 API 呼叫次數 - 自動分段處理長時間區間的數據請求 - 支援數據去重和排序 - 提供額外計算欄位(成交值、漲跌、漲跌幅) ## 系統需求 - Python 3.8 或以上版本 - 富邦證券電子憑證 - macOS / Linux / Windows ## 安裝說明 1. 克隆專案: ```bash git clone…
Details
- Author
- mingyaw
- GitHub stars
- 2
- Downloads
- 223
- Categories
- Other
Jump to
- Supports historical K‑line data for Taiwan stocks and ETFs.
- Local data caching reduces API calls.
- Automatically splits long date ranges into segments.
- Deduplicates and sorts data.
- Provides extra calculated fields (turnover, change, change percentage).
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Fubon MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install Python 3.8+, clone the repository, create a virtual environment, install dependencies via pip install -r requirements.txt, and set environment variables (FUBON_USERNAME, FUBON_PASSWORD, FUBON_PFX_PATH, FUBON_DATA_DIR). Start the server with python server.py and configure it in VS Code’s MCP settings under mcpServers.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"fubon mcp server": {
"fubon-mcp-server": {
"command": "python3",
"args": [
"-m",
"venv",
".venv"
]
}
}
}
}
McpServers
{
"fubon-mcp-server": {
"command": "python3",
"args": [
"-m",
"venv",
".venv"
]
}
}
Fubon MCP Server
富邦證券市場資料 MCP (Model Communication Protocol) 伺服器,用於獲取台股歷史數據。
功能特點
- 支援台股及 ETF 歷史 K 線數據查詢
- 本地數據快取,減少 API 呼叫次數
- 自動分段處理長時間區間的數據請求
- 支援數據去重和排序
- 提供額外計算欄位(成交值、漲跌、漲跌幅)
系統需求
- Python 3.8 或以上版本
- 富邦證券電子憑證
- macOS / Linux / Windows
安裝說明
1. 克隆專案:
git clone https://github.com/yourusername/fubon-mcp-server.git
cd fubon-mcp-server
2. 建立虛擬環境:
```bash
python3 -m venv .venv
source .venv/bin/activate # macOS/Linux
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



