extreme-p-mcp

extreme-p-mcp

3.1

If you are the rightful owner of extreme-p-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Extreme P-value MCP Server provides an API interface for extreme p-value calculations using R scripts, accessible via Python.

The Extreme P-value MCP Server is designed to facilitate extreme p-value calculations (z, t, F, chi-square, SAIGE) through an API interface. It leverages the R script `extreme-P.R` for these calculations, except for the Wald test, and uses the `pyper` library to call R from Python. The server is built using FastMCP, and the `extreme_p_helper.py` acts as a direct wrapper for the R functions. The main server functionality is provided by `server.py`, which sets up the API endpoints. This project is currently under active development, meaning that APIs and features may change without prior notice.

Features

  • API interface for extreme p-value calculations using R scripts.
  • Integration with Python using the `pyper` library.
  • Built with FastMCP for efficient server management.
  • Direct wrapper for R functions via `extreme_p_helper.py`.
  • Active development with potential for feature updates.