MCP.so
登录

Fubon MCP Server

@mingyaw

关于 Fubon MCP Server

暂无概览

基本信息

分类

其他

许可证

MIT

运行时

python

传输方式

stdio

发布者

mingyaw

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "fubon-mcp-server": {
      "command": "python3",
      "args": [
        "-m",
        "venv",
        ".venv"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Fubon MCP Server?

Fubon MCP Server is a Model Communication Protocol server for retrieving historical market data of Taiwan stocks (臺股). It is designed for users who need automated access to stock and ETF price history, requiring a Fubon Securities account and electronic certificate.

How to use Fubon MCP Server?

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.

Key features of Fubon MCP Server

  • 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).

Use cases of Fubon MCP Server

  • Backtesting trading strategies with historical Taiwan stock data.
  • Building custom analytics dashboards for Taiwanese equities.
  • Automating daily market data downloads for internal research.

FAQ from Fubon MCP Server

What are the system requirements?

Python 3.8 or later, a Fubon Securities account/electronic certificate, and macOS, Linux, or Windows.

How is data stored and accessed?

Data is cached locally in the directory specified by FUBON_DATA_DIR. Historical data can be queried via the historical_candles tool and also via the twstock://{symbol}/historical URI across MCP.

Are there any API call limits?

Yes, the API may have daily call limits. The server handles long time ranges by automatically splitting requests into smaller segments.

What credentials are needed?

A Fubon Securities username, password, and the path to a personal .pfx certificate file. These must be kept secure and configured as environment variables.

Can I contribute to this project?

Yes, contributions via issues and pull requests are welcome. The project is licensed under MIT.

评论

其他 分类下的更多 MCP 服务器