Analytics
finlab.finance
Provides access to FinLab's quantitative stock strategies, backtest performance, and market data for Taiwanese and US equities.
ENDPOINT 1
https://mcp.finlab.finance/mcp
MCP server metadata
- Name
- FinLab
- Version
- 1.0.0
FinLab(finlab.finance)是台股量化投資平台:提供台股量化數據、每日更新的個股實證訊號、以及以 finlab Python 套件實跑的真實回測策略庫。本 MCP server 只讀公開數據。可查詢:策略庫清單與完整策略(含 Python 程式碼)、個股體質與訊號實證(如 2330 台積電)、資料庫目錄摘要、FinLab Skill 開發文件(get_finlab_docs,撰寫 finlab 程式前先查)、以及 FinLab 快速上手方式。所有數據僅供研究參考,不構成投資建議。
Known tools 6
list_strategies列出 FinLab 公開策略庫中的台股量化策略,含每一檔策略的真實回測績效摘要(CAGR、Sharpe、最大回撤)與基準比較。想看完整策略內容與 Python 程式碼時,請接著呼叫 get_strategy。
Inferred read-onlyget_strategy取得 FinLab 策略庫中單一策略的完整快照:策略說明、真實回測績效與基準比較、以及可直接執行的 finlab Python 程式碼。slug 可先用 list_strategies 查詢。
Inferred read-onlyget_stock_evidence查詢台股個股的每日更新數據實證:基本面體質定位(獲利、估值、籌碼因子百分位)、目前正在觸發的量化訊號與其歷史前瞻報酬統計、估值位階等。例如 symbol="2330" 查台積電。資料來自 FinLab 每日以 finlab 套件計算的真實數據。
Inferred read-onlyget_data_catalog取得 FinLab 量化資料庫的目錄摘要:涵蓋台股與美股的分類數、欄位數、資料列數、年份範圍,以及代表性資料集(股價、月營收、財務指標等)。適合回答「FinLab 有哪些資料」。
Inferred read-onlyget_finlab_docs取得 FinLab Skill 的開發文件(與 GitHub koreal6803/finlab-ai main 分支同步,skill 更新後自動生效):不帶參數回傳 SKILL.
Inferred read-onlyhow_to_start取得 FinLab 快速上手指南:如何用 AI 輔助流程(Claude cowork / Codex)在自己電腦安裝 FinLab 並跑第一個台股策略真實回測,以及免費線上體驗入口。適合回答「怎麼開始用 FinLab」「怎麼回測台股」。
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.finlab]
url = "https://mcp.finlab.finance/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"finlab": {
"type": "http",
"url": "https://mcp.finlab.finance/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: finlab
Remote MCP URL: https://mcp.finlab.finance/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"finlab": {
"url": "https://mcp.finlab.finance/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"finlab": {
"type": "http",
"url": "https://mcp.finlab.finance/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "finlab",
"transport": "streamable-http",
"url": "https://mcp.finlab.finance/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for finlab.finance was fetched 2026-08-21T18:40:01.060Z.
finlab.finance is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.