statlab-mcp
Related Servers
Alternatives to statlab-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceProvides a virtual statistician for AI agents, offering real statistical methods such as design of experiments, hypothesis testing, regression, and process control. It includes an advisor tool to recommend appropriate analyses and generates plain-language interpretations of results.MIT
- AlicenseNot gradedqualityBmaintenanceA statistical analysis MCP server offering 30 tools for descriptive statistics, hypothesis tests, regression, and time series, all returning Markdown reports with automatic interpretations to enable AI agents to perform comprehensive data analysis.MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to perform statistical process control calculations using validated, deterministic tools such as control charts, capability analysis, and tolerance intervals.3MIT
- AlicenseAqualityAmaintenanceEnables AI agents to drive IBM SPSS Statistics for statistical analysis and publication-quality chart generation through natural language, returning structured results and ensuring safe execution.513MIT
- FlicenseNot gradedqualityDmaintenanceProvides powerful data analysis capabilities for AI systems with functions for data import/export, SQL querying, statistical analysis, and data processing.11-
- AlicenseAqualityAmaintenanceGlass-box statistical analysis for time series and business data: 19 research-grade methods, cited findings, and measured detector false-fire rates shipped as a calibration corpus. Agents cite real math instead of inventing it.769 PyPI5Apache 2.0
TDQS
Scored across 30 tools
Tools are organized into clear functional groups (exploration, inference, modeling, time series, visualization, orchestration) and descriptions explicitly cross-reference each other to resolve boundary cases (e.g., plot_heatmap defers p-values to correlation_matrix; outlier_detect points time-series cases to anomaly_detect). However, genuine overlap remains: four tools handle two-group comparison (hypothesis_test, anova_test, nonparametric_test, effect_size) and correlation_matrix vs plot_heatmap compute essentially the same matrix, so an agent could hesitate on selection.
All names are clean snake_case with recognizable domain nouns, and subfamilies are internally consistent (plot_*, *_test, *_analysis, *_detect). The main deviation is verb placement: some tools are verb-first (describe_statistics, impute_missing, backtest_forecast) while others are verb-last (outlier_detect, anomaly_detect, seasonal_decompose), but the pattern remains readable and predictable.
30 tools is a heavy surface, above the 16-25 band that already feels dense, and would strain an agent's selection space. However, the server's scope is genuinely broad—six distinct statistical domains—and each tool serves a specific analytical purpose, so the count is defensible even if it approaches the upper limit of what is reasonable for one MCP server.
Coverage is comprehensive for the stated purpose: exploration (describe/type/missing/correlation/outlier/impute), inference (parametric, nonparametric, chi-square, ANOVA, CI, effect size, power), modeling (linear/logistic regression, clustering, PCA, feature importance), time series (forecast/backtest/decompose/trend/anomaly), visualization, and an orchestration planner. Minor gaps: no stationarity test (e.g., ADF) for time series, no general-purpose bar or line chart for categorical data, and no way to apply a fitted model to new data.