Skip to main content
Glama
sharabhshukla

JeffersonStats

JeffersonStats: Advanced Statistical Analysis MCP Server

Version Python License

Overview

JeffersonStats is a powerful, high-performance statistical analysis server built on the FastMCP framework. It provides a comprehensive suite of statistical tools accessible via a clean, intuitive API. Whether you're performing basic descriptive statistics or advanced statistical tests, JeffersonStats delivers accurate results with minimal configuration.

Related MCP server: xtai-mcp-data-analysis

Features

JeffersonStats offers a rich set of statistical capabilities:

Basic Statistics

  • Mean, median, mode, and range calculations

  • Standard deviation and variance

  • Quartiles and interquartile range (IQR)

  • Percentile and quantile calculations

Advanced Statistics

  • Skewness and kurtosis analysis

  • Correlation coefficients (Pearson, Spearman, Kendall's tau)

  • Covariance calculations

  • Z-score transformations

Hypothesis Testing

  • T-tests (one-sample, independent, paired)

  • ANOVA (Analysis of Variance)

  • Chi-square tests

  • Mann-Whitney U test

  • Wilcoxon signed-rank test

  • Normality tests (Shapiro-Wilk)

  • Binomial tests

Data Analysis

  • Linear regression

  • Confidence intervals (standard and bootstrap)

  • Outlier detection

  • Moving averages

  • Frequency tables

  • Comprehensive descriptive statistics summaries

Why Choose JeffersonStats?

  • High Performance: Built on optimized NumPy and SciPy libraries for fast computation

  • Easy Integration: Simple HTTP API that works with any programming language or platform

  • Comprehensive: Over 30 statistical tools in a single package

  • Reliable: Based on industry-standard statistical implementations

  • Containerized: Easy deployment with Docker

  • Scalable: Designed to handle large datasets efficiently

Installation

Using Python

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

# Create a virtual environment (optional but recommended)
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate

# Install dependencies
pip install -r requirements.txt

# Run the server
python mcpserver.py

Using Docker

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

# Build the Docker image
docker build -t jeffersonstats:latest .

# Run the container
docker run -p 8080:8080 jeffersonstats

The server will be available at http://localhost:8080.

Usage

JeffersonStats exposes its statistical tools through a MCP server using streamble-http transport. Here are some examples:

MCP Clients supported

  • CherryStudio

  • VSCode

  • Cursor

  • WindSurf

  • BlackGoose

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

F
license - not found
Not graded
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

  • F
    license
    Not graded
    quality
    C
    maintenance
    Provides comprehensive statistical analysis tools for industrial data including time series analysis, correlation calculations, stationarity tests, outlier detection, causal analysis, and forecasting capabilities. Enables data quality assessment and statistical modeling through a FastAPI-based MCP architecture.
    7
  • F
    license
    Not graded
    quality
    D
    maintenance
    An MCP server for data analysis and visualization supporting CSV and Excel files. It enables users to generate statistical summaries and create multi-dimensional charts like heatmaps and bar plots through natural language.
  • A
    license
    Not graded
    quality
    B
    maintenance
    A 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
  • A
    license
    Not graded
    quality
    B
    maintenance
    A virtual statistician MCP server that provides real statistical methods—design of experiments, hypothesis testing, regression, SPC, MSA—via tested Python libraries, with plain-language interpretations and plotted outputs.
    MIT

View all related MCP servers

Related MCP Connectors

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/sharabhshukla/JeffersonStatsMCP'

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