rigor-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| one_sample_t_testA | Test whether a sample's mean differs from a hypothesized value mu0. Returns the t-statistic, degrees of freedom, two-tailed p-value, a confidence interval for the mean, and any assumption warnings. |
| two_sample_t_testA | Test whether two independent samples have different means. Defaults to Welch's t-test (does not assume equal variances); pass equal_var=true for the classic pooled-variance test. |
| paired_t_testB | Test whether the mean difference between paired observations (e.g. before/after on the same subjects) is zero. |
| one_proportion_z_testB | Test whether an observed proportion (successes out of n) differs from a hypothesized proportion p0. |
| two_proportion_z_testA | Test whether two independent proportions differ -- the standard test behind comparing conversion rates between two groups (e.g. an A/B test). |
| chi_square_goodness_of_fitC | Test whether observed category counts match an expected distribution. |
| chi_square_independenceB | Test whether the row and column variables of a contingency table are independent (e.g. "does group membership relate to outcome"). |
| one_way_anovaC | Test whether three or more independent groups have different means. |
| cohens_dB | Standardized mean difference between two samples (pooled SD). Rough guidance: ~0.2 small, ~0.5 medium, ~0.8 large -- context-dependent. Returns {"value": float or null, "warnings": [...]}. value is null only when both samples have zero variance and unequal means, where the effect size is mathematically infinite -- see the warning for which direction and use the raw mean difference instead. |
| cohens_hB | Effect size for a difference between two proportions (arcsine transform). |
| cramers_vC | Effect size for a chi-squared test of independence, normalized to [0, 1]. |
| sample_size_for_two_sample_t_testA | How many observations per group are needed to detect a given Cohen's d with a two-sample t-test at the target power. Returns a continuous value and a rounded-up integer to actually use. |
| power_for_two_sample_t_testB | Statistical power to detect a given Cohen's d with n observations per group, using a two-sample t-test. |
| sample_size_for_two_proportion_testA | How many observations per group are needed to detect a difference between two proportions (e.g. conversion rates) at the target power. |
| power_for_two_proportion_testC | Statistical power to detect a difference between two proportions with n observations per group. |
| bonferroni_correctionA | Adjust a batch of p-values for multiple comparisons, controlling the family-wise error rate. Conservative; use when any false positive among the batch is costly. |
| benjamini_hochberg_correctionA | Adjust a batch of p-values for multiple comparisons, controlling the false discovery rate. Less conservative than Bonferroni; the standard choice when testing many hypotheses at once. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/mrnh/rigor'
If you have feedback or need assistance with the MCP directory API, please join our Discord server