Skip to main content
Glama

shewhart-mcp

An MCP server that exposes shewhart, the statistical process control library for Python, as tools for AI agents.

The reasoning: agents asked about process data tend to generate their own statistics, and generated statistics fail silently. Calculation belongs in a deterministic, versioned, validated tool that the agent calls. The agent interprets; validated code calculates.

Status

In development. This release reserves the package name; the first working server ships shortly, with these tools:

Tool

Purpose

review

one call: choose the right chart, check assumptions, return a structured verdict

control_chart

I-MR, Xbar-R/S, p/np/c/u, Laney, EWMA, CUSUM by alias

capability

Cp/Cpk/Pp/Ppk with confidence intervals, non-normal methods

tolerance_interval

normal (Howe k2) and nonparametric (Wilks)

fit_baseline / evaluate_baseline

freeze control limits, judge new data against them

Every result carries provenance (library version, input hash, timestamp) and is validated against published reference values, including NIST-certified datasets, in CI.

Related MCP server: spss-studio-mcp

License

MIT. Built by Bertan Ucar.

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables AI assistants to analyze plant-floor data using OEE, Pareto, SPC, and yield-loss calculations, providing continuous-improvement insights from manufacturing data.
    1
    -
  • A
    license
    A
    quality
    A
    maintenance
    Enables 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.
    51
    3
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides 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
  • A
    license
    A
    quality
    A
    maintenance
    Enables AI agents to perform reproducible, verifiable statistical analysis through 25 deterministic tools for descriptive statistics, hypothesis testing, regression, clustering, time-series forecasting, and Chinese-labeled plotting.
    30
    1
    MIT