MCP Catalogs
首页openfinclaw-cli screenshot

openfinclaw-cli

by mirror29·63·综合分 46

OpenFinClaw 是一个MCP服务器,为多个AI平台提供AI驱动的量化交易研究、策略生成和回测功能。

financeai-llmdeveloper-tools
2
Forks
0
活跃 Issue
本月
最近提交
2 天前
收录于

概述

OpenFinClaw 是一个全面的量化交易AI代理,简化了从研究到回测的整个工作流程。它作为一个MCP服务器运行,拥有21个工具,分为两组:'deepagent'(研究分析,14个工具)和'strategy'(策略管理,7个工具)。该服务与20多个AI平台集成,包括Claude Code、Cursor、VS Code等。它提供实时市场数据,支持5个市场(美股、A股、港股、加密货币、外汇),并包含社区排行榜用于分享策略。

试试问 AI

装完之后,这里有 7 个你可以让 AI 做的事:

:通过自然语言提示生成和回测交易策略
:跨多个市场获取金融研究和分析
:通过社区排行榜分享和发现量化策略
:将量化交易功能集成到AI编程环境中
:我需要什么API密钥?
:如何在不同的AI平台上使用它?
:可以在不安装的情况下使用吗?

什么时候选它

当您需要将AI驱动的量化交易研究和策略测试能力直接集成到AI工作流中时,选择OpenFinClaw。

什么时候不要选它

如果您需要直接的市场数据集成或实时交易执行功能,请避免使用,因为它专注于研究和回测。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • fin_deepagent_health

    Check the health status of the DeepAgent service

  • fin_deepagent_skills

    List available DeepAgent skills for market analysis

  • fin_deepagent_research_submit

    Submit a research task to DeepAgent

  • fin_deepagent_research_poll

    Poll for results of a submitted research task

  • fin_deepagent_research_finalize

    Finalize and retrieve completed research results

  • fin_deepagent_backtests

    List historical backtest results

  • strategy_leaderboard

    Browse top-ranked community strategies

  • strategy_publish

    Publish a strategy to the community leaderboard

  • strategy_validate

    Validate a strategy before publishing

  • strategy_fork

    Copy a strategy from the leaderboard locally

  • strategy_get_info

    Get detailed information about a specific strategy

  • strategy_publish_verify

    Verify the status of a strategy publication

可对比工具

tradingview-mcpquantconnectbacktrader

安装

# 安装并自动配置
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 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。