
openfinclaw-cli
by mirror29·★ 63·综合分 46
OpenFinClaw 是一个MCP服务器,为多个AI平台提供AI驱动的量化交易研究、策略生成和回测功能。
概述
OpenFinClaw 是一个全面的量化交易AI代理,简化了从研究到回测的整个工作流程。它作为一个MCP服务器运行,拥有21个工具,分为两组:'deepagent'(研究分析,14个工具)和'strategy'(策略管理,7个工具)。该服务与20多个AI平台集成,包括Claude Code、Cursor、VS Code等。它提供实时市场数据,支持5个市场(美股、A股、港股、加密货币、外汇),并包含社区排行榜用于分享策略。
试试问 AI
装完之后,这里有 7 个你可以让 AI 做的事:
什么时候选它
当您需要将AI驱动的量化交易研究和策略测试能力直接集成到AI工作流中时,选择OpenFinClaw。
什么时候不要选它
如果您需要直接的市场数据集成或实时交易执行功能,请避免使用,因为它专注于研究和回测。
此 server 暴露的工具
从 README 抽取出 12 个工具fin_deepagent_healthCheck the health status of the DeepAgent service
fin_deepagent_skillsList available DeepAgent skills for market analysis
fin_deepagent_research_submitSubmit a research task to DeepAgent
fin_deepagent_research_pollPoll for results of a submitted research task
fin_deepagent_research_finalizeFinalize and retrieve completed research results
fin_deepagent_backtestsList historical backtest results
strategy_leaderboardBrowse top-ranked community strategies
strategy_publishPublish a strategy to the community leaderboard
strategy_validateValidate a strategy before publishing
strategy_forkCopy a strategy from the leaderboard locally
strategy_get_infoGet detailed information about a specific strategy
strategy_publish_verifyVerify the status of a strategy publication
可对比工具
安装
# 安装并自动配置
npx @openfinclaw/cli@latest install
# 非交互式安装
npx @openfinclaw/cli@latest install --yes --platforms cursor,claude-code --tool-groups deepagent,strategy --api-key fch_xxx
# 配置Claude Desktop
# 添加到 ~/.claude/settings.json:
{
"mcpServers": {
"openfinclaw": {
"command": "npx",
"args": ["@openfinclaw/cli", "serve", "--tools=deepagent,strategy"],
"env": {
"OPENFINCLAW_API_KEY": "fch_xxx"
}
}
}
}FAQ
- 我需要什么API密钥?
- 你需要从 hub.openfinclaw.ai 获取 'fch_' API密钥,它同时用于DeepAgent和策略服务。
- 如何在不同的AI平台上使用它?
- 安装向导会自动配置支持的平台。对于其他平台,使用 'npx @openfinclaw/cli serve' 作为MCP服务器配置。
- 可以在不安装的情况下使用吗?
- 可以,hub.openfinclaw.ai 提供了一个无需安装或API密钥的网页版。
openfinclaw-cli 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。