MCP Catalogs
Homeopenfinclaw-cli screenshot

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.

financeai-llmdeveloper-tools
2
Forks
0
Open issues
this month
Last commit
2d ago
Indexed

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:

you:Generate and backtest trading strategies through natural language prompts
you:Access financial research and analysis across multiple markets
you:Share and discover quant strategies through a community leaderboard
you:Integrate quant trading capabilities into AI coding environments
you:What API key do I need?
you:How do I use it with different AI platforms?
you:Can I use it without installing?

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 README
  • 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

Comparable tools

tradingview-mcpquantconnectbacktrader

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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.