mcp-statistical-analysis

Run end-to-end statistical analyses on clinical datasets using MCP tools.

2|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/u9401066/automl-stat-mcp --skill mcp-statistical-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-statistical-analysis
Source: https://github.com/u9401066/automl-stat-mcp/tree/main/.claude/skills/mcp-statistical-analysis
Command: npx skills add https://github.com/u9401066/automl-stat-mcp --skill mcp-statistical-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The MCP-based statistical toolkit enables researchers to perform advanced analyses (survival analysis, propensity scoring, ROC analysis, and power calculations) on clinical datasets with reproducible workflows.

Core Features & Use Cases

  • Survival analysis with Kaplan-Meier curves, log-rank tests, and Cox proportional hazards regression for treatment effect estimation.
  • Propensity score methods including estimation, matching, IPTW/ATE/ATT, and covariate balance assessment for observational studies.
  • ROC/AUC analysis with calibration checks and comparison across models for diagnostic performance.
  • Power and sample size calculations to inform study design and feasibility.

Quick Start

Preview your dataset and initiate a survival, propensity, ROC, or power analysis path to generate actionable results.

Frequently Asked Questions about mcp-statistical-analysis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run survival analysis on clinical datasets using CSV inputs?

Survival analysis on clinical datasets supports Kaplan-Meier curves, log-rank tests, and Cox proportional hazards regression. It processes CSV inputs to estimate treatment effects, generating hazard ratios, confidence intervals, p-values, and summary plots.

Can I use propensity score matching to estimate treatment effects in observational studies?

Propensity score matching estimates treatment effects in observational studies by calculating propensity scores, applying matching or IPTW, and computing ATE/ATT. It includes covariate balance assessment to ensure valid treatment effect estimation from CSV data.

What is the best way to evaluate diagnostic test performance with ROC analysis?

ROC analysis evaluates diagnostic test performance by calculating AUC values, performing calibration checks, and comparing metrics across models. It processes clinical datasets to measure classification accuracy and diagnostic performance.

How do I calculate power and sample size for clinical study design planning?

Power and sample size calculations inform clinical study design planning by determining feasibility. It evaluates statistical power requirements to ensure adequate sample sizes for detecting significant effects in clinical research scenarios.

Does this statistical analysis toolkit require any external dependencies?

The statistical analysis toolkit operates with no external dependencies. It runs end-to-end advanced statistical analyses including survival analysis, propensity scoring, ROC evaluation, and power calculations entirely on CSV inputs.

What statistical outputs are generated from Cox proportional hazards regression?

Cox proportional hazards regression generates hazard ratios, confidence intervals, and p-values from clinical datasets. It produces summary plots and statistical outputs to support treatment effect estimation in survival comparisons.