math-mcp-tools
Verified Safeby JxnnyC
Overview
Provides mathematical utility tools as an MCP server for calculating factorials and their digit counts.
Installation
math-mcp-toolsSecurity 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
openwebui-tool-server
Provides a unified API endpoint for various tools (calculator, multiple web search engines, webpage content extraction) that can run in either OpenAPI or MCP (Multi-Modal Communicative Protocol) mode.
mcp-server-test
This server provides a simple Micro-service Control Protocol (MCP) interface for basic arithmetic and random number generation.
mcp-math
Provides a comprehensive set of mathematical operations and functions via a Model Context Protocol (MCP) API.
MCP_expense_tracer_remort
Provides basic mathematical operations through an MCP server.