by twjackysu
台灣證交所OpenAPI 的 MCP Server 同時整合部分即時報價和櫃檯買賣中心TPEx OpenAPI, 臺灣期貨交易所TAIFEX OpenAPI
# Add to your Claude Code skills
git clone https://github.com/twjackysu/TWSEMCPServerGuides for using mcp servers skills like TWSEMCPServer.
Last scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T17:04:18.354Z",
"npmAuditRan": true,
"pipAuditRan": false
}TWSEMCPServer is an open-source mcp servers skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by twjackysu. 台灣證交所OpenAPI 的 MCP Server 同時整合部分即時報價和櫃檯買賣中心TPEx OpenAPI, 臺灣期貨交易所TAIFEX OpenAPI. It has 125 GitHub stars.
Yes. TWSEMCPServer passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/twjackysu/TWSEMCPServer" and add it to your Claude Code skills directory (see the Installation section above).
TWSEMCPServer is primarily written in Python. It is open-source under twjackysu on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other MCP Servers skills you can browse and compare side by side. Open the MCP Servers category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh TWSEMCPServer against similar tools.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars
一個全面的模型上下文協議 (MCP) 伺服器,專為台灣證券交易所 (TWSE) 數據分析設計,提供即時股票資訊、財務報表、ESG 數據和趨勢分析功能。


觀看 TWStockMCPServer 功能展示
短中長期技術面、基本面、籌碼面綜合分析
"分析台積電(2330)最近的走勢" / "鴻海(2317)適合長期投資嗎?"
外資持股、產業流向、個股進出追蹤
"外資最近在買什麼股票?" / "半導體業外資投資趨勢如何?"
重大訊息、異常成交、權證活躍度監控
"今天有什麼重大消息?" / "哪些股票交易量異常活躍?"
高殖利率篩選、除權息行事曆、配息穩定性分析
"推薦一些高殖利率股票" / "下個月有哪些公司要除權息?"
價值股/成長股篩選、ESG風險評估
"幫我找一些被低估的價值股" / "ESG表現好的公司有哪些?"
⚠️ 關於線上託管服務:本專案先前透過第三方平台(Horizon)提供免費的遠端 MCP Server。由於本專案為非營利開源專案,該平台自 2026 年 8 月底起將免費額度限制為每月 500 次工具呼叫,不再提供無限制的免費使用,因此不再首選推薦使用 remote MCP Server,建議改用下方 Docker 或本機方式自架 server。
{
"twstockmcpserver": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--pull=always",
"-e",
"MCP_STDIO=1",
"ghcr.io/twjackysu/twsemcpserver:latest"
]
}
}
git clone https://github.com/twjackysu/TWStockMCPServer.git
cd TWStockMCPServer
uv sync && uv run fastmcp dev server.py
| 來源 | 說明 | Tools |
|---|---|---|
| TWSE OpenAPI | 台灣證交所官方 API — 公司治理、ESG、財報、交易、指數等 | 143 個 |
| TWSE Web API | 證交所網頁 API — 個股日K、月均價、估值、融資融券、上市三大法人買賣超 | 6 個 |
| MIS 即時報價 | 盤中即時多股報價(上市+上櫃) | 1 個 |
| TPEx OpenAPI | 櫃買中心 — 上櫃日收盤、三大法人(個股/彙總)、本益比、融資融券、注意/處置股、除權息、零股、指數 | 10 個 |
| TAIFEX OpenAPI | 期交所 — 三大法人系列、大額交易人部位、每日行情、選擇權分析、保證金、年月統計 | 16 個 |
歡迎PR!
MIT授權 | 僅供參考,不構成投資建議