servers / alinche-math-mcp-server

alinche-math-mcp-server

communityunknownpythonunknownhealthy

Add your description here

52
/ 100

01Tools · 4
ToolRiskSide effectsApproval
is_prime
判断一个数字是否为质数。 基于预处理的欧拉筛结果。 Args: number: 需要判断的整数。 Returns: bool: 如果是质数返回 True,否则返回 False。
unknownunknownunknown
calculate_lcm
计算两个数的最小公倍数 (LCM)。 对应 C++ 的 lcm 函数。 公式: LCM(a, b) = (a * b) / GCD(a, b) Args: a: 第一个整数 b: 第二个整数 Returns: int: 最小公倍数
unknownunknownunknown
get_all_factors
获取一个数字的所有因子 (Divisors)。 对应 C++ 的 allFactor 函数。 利用预处理的最小质因子 (mpf) 快速分解,然后组合生成所有因子。 Args: x: 目标整数 (必须在 1 到 N 之间) Returns: List[int]: 所有因子的列表,从小到大排序。
readfalseunknown
calculate_gcd
计算两个数的最大公约数 (GCD)。 对应 C++ 的 gcd 函数。 Args: a: 第一个整数 b: 第二个整数 Returns: int: 最大公约数
unknownunknownunknown

02Install & source
uvx alinche-math-mcp-server
uvx
pip install alinche-math-mcp-server
pip

04Trust reasoning
  • 0
    Community server
    official_status
  • -3
    No clear license
    license
  • +10
    MCP handshake verified
    verification
  • +5
    tools/list verified
    verification

05Provenance & freshness
sourcesPyPI [p4]
last_checked2026-06-30 22:10Z
next_check2026-07-01 07:33Z
cadenceevery 48h
verifiedtools_list:passed handshake:passed metadata:passed metadata:passed
index_statusindex5 unique facts >= 5

06Badge

Show your MCPExplorer trust badge in your README. alinche-math-mcp-server on MCPExplorer

[![MCPExplorer](https://mcpexplorer.com/badge/alinche-math-mcp-server.svg)](https://mcpexplorer.com/servers/alinche-math-mcp-server)

Next step

Generate a runtime config, or package this server into a governed Loadout with approvals and policies before your agent uses it.

Use in a Loadout
alinche-math-mcp-server — MCPExplorer