
openfinclaw-cli
by mirror29·★ 63·Score 46
OpenFinClaw is an MCP server that provides AI-powered quant trading research, strategy generation, and backtesting capabilities across multiple AI platforms.
Overview
OpenFinClaw is a comprehensive quant-trading AI agent that streamlines the entire workflow from research to backtesting. It operates as an MCP server with 21 tools organized into two groups: 'deepagent' for research and analysis (14 tools) and 'strategy' for managing strategies (7 tools). The service integrates with 20+ AI platforms including Claude Code, Cursor, VS Code, and others. It provides real market data, supports 5 markets (US equities, A-shares, HK, Crypto, Forex), and includes a community leaderboard for sharing strategies.
Try asking AI
After installing, here are 7 things you can ask your AI assistant:
When to choose this
Choose OpenFinClaw when you need AI-powered quantitative trading research and strategy testing capabilities integrated directly into your AI workflow.
When NOT to choose this
Avoid if you need direct market data integration or real trading execution capabilities, as this focuses on research and backtesting only.
Tools this server exposes
12 tools extracted from the READMEfin_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
Comparable tools
Installation
# Install with automatic configuration
npx @openfinclaw/cli@latest install
# Non-interactive install
npx @openfinclaw/cli@latest install --yes --platforms cursor,claude-code --tool-groups deepagent,strategy --api-key fch_xxx
# Configure Claude Desktop
# Add to ~/.claude/settings.json:
{
"mcpServers": {
"openfinclaw": {
"command": "npx",
"args": ["@openfinclaw/cli", "serve", "--tools=deepagent,strategy"],
"env": {
"OPENFINCLAW_API_KEY": "fch_xxx"
}
}
}
}FAQ
- What API key do I need?
- You need a 'fch_' API key from hub.openfinclaw.ai. It's used for both DeepAgent and strategy services.
- How do I use it with different AI platforms?
- The installation wizard automatically configures supported platforms. For others, use the MCP server configuration with 'npx @openfinclaw/cli serve'.
- Can I use it without installing?
- Yes, there's a web playground at hub.openfinclaw.ai that requires no installation or API key.
Compare openfinclaw-cli with
Last updated · Auto-generated from public README + GitHub signals.