streamable-httpupdated 25d ago
FinLab AI is an official product of FinLab. FinLab official website: https://finlab.finance
¿Qué puedes hacer con finlab ai?
FinLab AI
Let AI discover your next alpha.
FinLab AI is an official product of FinLab. FinLab official website: https://finlab.finance
Installation
curl -sSf https://ai.finlab.finance/install.sh | sh
Auto-detects your CLI (Claude Code / Codex / Gemini), installs uv if needed, and sets up the skill.
MCP Server
A hosted, read-only MCP server (streamable HTTP) is available — no install required:
claude mcp add --transport http finlab https://mcp.finlab.finance/mcp
Tools: list_strategies, get_strategy (with Python code), get_stock_evidence, get_data_catalog, get_finlab_docs (this skill's docs, always in sync with main), how_to_start. Listed on the MCP Registry as io.github.koreal6803/finlab-ai (see server.json). The old finlab-ai.koreal6803.workers.dev endpoint is retired.
Documentation
| Document | Content |
|---|---|
| Data Reference | 900+ columns across 80+ tables |
| Backtesting Reference | sim() API, resampling, metrics |
| Factor Examples | 60+ complete strategy examples |
| Best Practices | Patterns, anti-patterns, tips |
| ML Reference | Feature engineering, labels |
Learn more
- Quant trading guide (量化交易): what quantitative trading is, a Taiwan-stock strategy backtester, and a platform comparison.
- Program trading guide (程式交易): how program trading works, three backtest-verified Taiwan-stock strategies, and an auto-trading walkthrough.
- Stock selection guide (股票選股): factor-based stock picking with real backtests, from single factors to multi-factor composites.
- Strategy research blog: backtest-verified Taiwan-stock strategy reports (CAGR, Sharpe, max drawdown).
- Website: finlab.finance
Instalación
Añade finlab ai a tu cliente. Elige el que uses.
claude mcp add --transport http finlab-ai https://mcp.finlab.finance/mcpcodex mcp add finlab-ai --url https://mcp.finlab.finance/mcp{
"mcpServers": {
"finlab-ai": {
"url": "https://mcp.finlab.finance/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"finlab-ai": {
"type": "http",
"url": "https://mcp.finlab.finance/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"finlab-ai": {
"url": "https://mcp.finlab.finance/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"finlab-ai": {
"serverUrl": "https://mcp.finlab.finance/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Puntuación
39 / 100
Incompleta
- Documentación13/25
- Mantenimiento19/25
- Confianza6/20
- Capacidad0/15
- Instalación12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 17 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 1.1.0Última | 14 ago 2026 |