New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

math-tools-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

math-tools-mcp

Prime checks, factors, GCD, and basic statistics computed locally. No network and no key.

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Math Tools MCP

Prime factors, GCD and LCM, and basic statistics computed on the local machine. No network, no key.

This file is self contained. It reads public data only and never writes to the machine. All output is bounded and honest about what could not be fetched.

Tools

  • prime_factors Prime factors.
  • gcd_lcm GCD and LCM.
  • stats Descriptive statistics.

Usage

npm install
npm run build
node dist/index.js

All computation happens locally. Values are bounded to keep results fast.

Keywords

mcp

FAQs

Package last updated on 21 Sep 2026

Related posts