MCP Catalogs
HomeQuantDinger screenshot

QuantDinger

by brokermr810·5,392·Score 58

QuantDinger is an AI-powered quantitative trading platform with MCP server integration for market research and trading operations.

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

Overview

QuantDinger is a comprehensive self-hosted quantitative platform that combines AI-assisted research, Python-native strategies, backtesting, and live trading capabilities. It provides MCP server integration through its Agent Gateway, enabling AI agents to access market data, manage strategies, run backtests, and execute trades. The platform supports multiple brokers including crypto, IBKR stocks, MT5 forex, and Alpaca, with features like multi-user support, notifications, and billing systems. It offers both cloud-hosted and self-hosted deployment options with a prebuilt UI that requires minimal setup.

Try asking AI

After installing, here are 3 things you can ask your AI assistant:

you:AI-driven market research and strategy development
you:Automated backtesting of trading strategies
you:AI agent-assisted trade execution with audit logging

When to choose this

Choose QuantDinger if you need a self-hosted quantitative trading platform with AI integration, particularly when you want full control over data and execution while leveraging AI agents for strategy development.

When NOT to choose this

Avoid QuantDinger if you're looking for a simple trading bot without the complex architecture, or if you need mobile-first capabilities without building the app yourself.

Tools this server exposes

12 tools extracted from the README
  • read_market_data

    Get market data for various assets including crypto, stocks, and forex

  • run_backtest

    Execute a backtest on a trading strategy with historical data

  • create_strategy

    Create a new trading strategy using Python or built-in indicators

  • analyze_asset

    Perform AI analysis on an asset with insights and predictions

  • execute_trade

    Execute paper trading orders on various exchanges

  • list_strategies

    List all available trading strategies in the system

  • get_performance_metrics

    Retrieve performance metrics for a strategy or portfolio

  • optimize_parameters

    Optimize strategy parameters using historical data

  • create_watchlist

    Create a watchlist to monitor specific assets

  • get_indicator_values

    Get calculated indicator values for an asset

  • set_risk_parameters

    Configure risk management parameters for trading

  • query_market_opportunities

    Query AI-generated market opportunities and insights

Note: Inferred from MCP server documentation and AI integration section. The actual tool names and parameters are not explicitly listed in the README but are implied from the MCP server functionality and agent gateway capabilities.

Comparable tools

tradingviewbacktraderziplinequantconnectlean

Installation

QuantDinger can be installed via Docker Compose in just a few steps:

git clone https://github.com/brokermr810/QuantDinger.git && cd QuantDinger && cp backend_api_python/env.example backend_api_python/.env && chmod +x scripts/generate-secret-key.sh && ./scripts/generate-secret-key.sh && docker-compose up -d --build

After starting the service, access it at http://localhost:8888 with default credentials quantdinger/123456 (be sure to change the password).

To use with Claude Desktop, configure MCP server with:

{
  "mcpServers": {
    "quantdinger": {
      "command": "uvx",
      "args": ["quantdinger-mcp"],
      "env": {
        "QUANTDINGER_BASE_URL": "http://localhost:8888",
        "QUANTDINGER_AGENT_TOKEN": "qd_agent_xxxxxxxx"
      }
    }
  }
}

On Hacker News

Recent discussion from the developer community.

Compare QuantDinger with

GitHub →

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