home / mcp / data analysis mcp server

Data Analysis MCP Server

专业的数据分析工具集,提供数据趋势分析、质量分析、平稳性检验、时间序列分析、相关性分析、因果关系分析等功能。

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "boyzhang666-data-analysis-mcp": {
      "url": "http://127.0.0.1:6003/mcp"
    }
  }
}

Available tools

Correlation analysis

Compute Pearson, Spearman, or Kendall correlation coefficients between two data series to quantify linear and monotonic relationships.

Stationarity tests

Perform ADF, PP, and KPSS tests to assess whether a time series is stationary and suitable for forecasting models.

Distribution analysis

Analyze distribution characteristics and trends of a single variable to understand its behavior.

Outlier detection

Detect anomalies using multiple methods and provide an overall assessment of data quality.

Causality analysis

Conduct Granger causality tests and cross-correlation analyses to infer potential causal relationships between variables.

Time-series similarity

Measure similarity between two sequences using methods like DTW and sliding window analysis.

Forecasting

Forecast future values for minute-level data using polynomial trend and related approaches.