Skip to main content
Glama
sathanandhh

QuantAnalyticsMCP

by sathanandhh

QuantAnalyticsMCP: Quant Engine & Statistical Inference

Version Python License

Overview

QuantAnalyticsMCP v3.0 bridges the gap between historical data and probabilistic valuation. By adding a Statistical Inference & Diagnostics layer, the engine determines whether historical trends are statistically significant noise or actionable signals, directly recommending how to feed those signals into Monte Carlo valuations. It is designed to run flawlessly via standard input/output (stdio) with Claude Desktop.

Related MCP server: Excel Analytics MCP Server

Architecture

  • Tier 1 & 2 (Risk): Volatility, VaR, CVaR, Max Drawdown.

  • Tier 3 (Corp Fin): Operating Leverage magnification effects.

  • Tier 4 (Valuation): Monte Carlo DCF (with ASCII visualizations), DCF Sensitivity Matrices, Scenario Analysis.

  • Tier 5 (Inference): OLS Trend Regression with p-values, and a diagnose_financial_series orchestrator that interprets statistics and recommends next steps.

Installation

Using Python

# Clone the repository
git clone https://github.com/yourusername/QuantAnalyticsMCP.git
cd QuantAnalyticsMCP

# Create a virtual environment
python -m venv venv
# On Windows: venv\Scripts\activate
# On Mac/Linux: source venv/bin/activate

# Install dependencies
pip install -r requirements.txt

# Run the server
python mcpserver.py

Claude Desktop Integration

Add the following to your claude_desktop_config.json (adjust paths as necessary):

{
  "mcpServers": {
    "quant-analytics": {
      "command": "C:\\path\\to\\venv\\Scripts\\python.exe",
      "args": [
        "C:\\path\\to\\mcpserver.py"
      ]
    }
  }
}

Usage Examples

Once connected to Claude Desktop, you can ask:

  • "Use the simulate_monte_carlo_dcf tool with current_fcf 100, growth_mean 0.10, growth_std 0.03, wacc 0.12, terminal_growth 0.03 for 10000 simulations."

  • "Use diagnose_financial_series to analyze this Revenue data: [100, 105, 110, 108, 120, 135]"

  • "Use value_dcf_sensitivity with next_year_fcf 50, waccs [0.09, 0.10, 0.11], terminal_growth_rates [0.02, 0.03, 0.04]"

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    F
    maintenance
    Enables creating interactive data visualizations from natural language queries using DuckDB for local databases or Databricks for enterprise data warehouses. Supports multiple chart types, CSV imports, SQL queries, and automatic statistical analysis through Claude Desktop.
    19
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Enables users to analyze local Excel and CSV files through natural language queries and a web dashboard while keeping data local. It supports saving specific analyses as reusable tools and building a custom analytics toolkit within Claude Desktop.
    10
    MIT
  • A
    license
    B
    quality
    A
    maintenance
    Provides 32 trading analysis tools for AI-powered market analysis, including real-time data, technical indicators, options Greeks, scanners, and Interactive Brokers portfolio management, all accessible via natural language in Claude Desktop.
    35
    328
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    Provides live commercial real estate data (rates, demographics) and analysis tools (DCF, rent roll parsing, lease abstraction, IC memo generation) within Claude Desktop.
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Global stock research, ML forecasts, valuation signals, screeners & portfolio tracking in Claude

  • The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.

  • HPSILab Quant finance MCP for US stocks, ETFs, options, Monte Carlo, backtesting, and risk analysis.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sathanandhh/QuantAnalyticsMCP-V3.0'

If you have feedback or need assistance with the MCP directory API, please join our Discord server