Openfinclaw

v1.0.0Finance & Fintechstable

One-stop quant-trading AI agent — research · strategy · backtest · paper trade from one prompt. Works in Claude Code, Cursor, and 20+ AI agents via MCP. 60-second install with auto Skill registration.

ai-agentbacktestclaude-codecursordeepagent
Share:
105
Stars
0
Downloads
0
Weekly
0/5

What is Openfinclaw?

Openfinclaw is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to one-stop quant-trading ai agent — research · strategy · backtest · paper trade from one prompt. works in claude code, cursor, and 20+ ai agents via mcp. 60-second install with auto skill registration.

One-stop quant-trading AI agent — research · strategy · backtest · paper trade from one prompt. Works in Claude Code, Cursor, and 20+ AI agents via MCP. 60-second install with auto Skill registration.

This server falls under the Finance & Fintech category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • One-stop quant-trading AI agent — research · strategy · back

Use Cases

Research, build, backtest, and paper trade investment strategies in one prompt. Run quant trading AI agents across 20+ platforms with auto skill registration.
mirror29

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx openfinclaw-cli

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Openfinclaw

OpenFinClaw is a one-stop quantitative trading AI agent accessible via MCP that handles the full research-to-trade lifecycle: market research, strategy design, backtesting, and paper trading — all from a single natural language prompt. It exposes 14 DeepAgent tools for remote research submission and backtest retrieval plus 7 local FEP v2.0 Strategy tools for publishing and validation, and integrates with Claude Code, Cursor, and 20+ other AI platforms. A 60-second installer handles MCP configuration and skill registration automatically across all detected platforms.

Prerequisites

  • Node.js 18+ and npx available on your machine
  • An OpenFinClaw API key (fch_... format) obtained from hub.openfinclaw.ai
  • Claude Code, Cursor, or another MCP-compatible AI client installed
  • An internet connection for remote DeepAgent research and backtest execution
1

Run the automatic installer

The installer detects your installed AI platforms, configures MCP servers, and registers OpenFinClaw skills automatically in about 60 seconds.

npx @openfinclaw/cli@latest install
2

Provide your API key during setup

When prompted, enter your OpenFinClaw API key. You can get a key at hub.openfinclaw.ai. The key starts with fch_ and is stored in ~/.openfinclaw/config.json.

# If you prefer non-interactive installation:
npx @openfinclaw/cli@latest install --yes --platforms cursor,claude-code --api-key fch_your_key_here
3

Verify the installation

Test that the DeepAgent tools are accessible by running a quick research query from the command line.

openfinclaw deepagent +research "What is the current trend in US tech stocks?"
4

Configure manually if needed

If the automatic installer doesn't detect your platform, add the MCP server configuration manually to your Claude Code settings.

5

Restart your AI client

After installation, restart Claude Code, Cursor, or your other AI client so the new MCP server configuration takes effect.

Openfinclaw Examples

Client configuration

Manual Claude Code configuration for OpenFinClaw. This loads both DeepAgent and Strategy tool groups.

{
  "mcpServers": {
    "openfinclaw": {
      "command": "npx",
      "args": ["@openfinclaw/cli", "serve", "--tools=deepagent,strategy"],
      "env": {
        "OPENFINCLAW_API_KEY": "fch_your_api_key_here"
      }
    }
  }
}

Prompts to try

Example prompts for quantitative research, strategy design, and backtesting with OpenFinClaw.

- "Find RSI divergence signals on NVDA over the last 6 months."
- "Pull Apple's last 8 quarters of revenue, gross margins, and guidance and summarize the trend."
- "Design a momentum strategy on US mega-cap tech stocks. Backtest it over the last 2 years and show me the Sharpe ratio and max drawdown."
- "Submit a paper trade for a long MSFT / short GOOGL pairs trade and track its performance."
- "Browse the strategy leaderboard and show me the top 3 performing strategies this month."

Troubleshooting Openfinclaw

OPENFINCLAW_API_KEY is invalid or authentication fails

Ensure you are using a valid API key obtained from hub.openfinclaw.ai. Keys start with fch_. You can reset or regenerate your key from the hub dashboard. Check that the key is set in the env block of your MCP config, not just as a shell environment variable.

openfinclaw command not found after running the installer

The installer places the CLI in a global npm bin directory. Run `npx @openfinclaw/cli@latest --version` to verify it works via npx. Alternatively, install globally with `npm install -g @openfinclaw/cli` and then run `openfinclaw --version`.

DeepAgent research tasks time out or return pending status

DeepAgent tasks are executed remotely and may take 30-120 seconds to complete. Use the polling tools (check research status, retrieve backtest results) rather than expecting an immediate response. If a task stays pending for more than 5 minutes, check your API key quota at hub.openfinclaw.ai.

Frequently Asked Questions about Openfinclaw

What is Openfinclaw?

Openfinclaw is a Model Context Protocol (MCP) server that one-stop quant-trading ai agent — research · strategy · backtest · paper trade from one prompt. works in claude code, cursor, and 20+ ai agents via mcp. 60-second install with auto skill registration. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Openfinclaw?

Follow the installation instructions on the Openfinclaw GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Openfinclaw?

Openfinclaw works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Openfinclaw free to use?

Yes, Openfinclaw is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Finance & Fintech MCP Servers

Explore all finance & fintech servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "openfinclaw-cli": { "command": "npx", "args": ["-y", "openfinclaw-cli"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Openfinclaw?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides