Back to Home
JxnnyC icon

math-mcp-tools

Verified Safe

by JxnnyC

Overview

Provides mathematical utility tools as an MCP server for calculating factorials and their digit counts.

Installation

Run Command
math-mcp-tools

Security Notes

The code uses Python's standard `math.factorial` function and handles large integers gracefully with `sys.set_int_max_str_digits`. No external dependencies other than the MCP framework and standard Python libraries. No `eval`, `exec`, network calls, or hardcoded secrets were found.

Similar Servers

Stats

Interest Score0
Security Score10
Cost ClassMedium
Avg Tokens400
Stars0
Forks0
Last Update2025-11-26

Tags

FactorialMathCalculationMCPPython