1. Conduid
  2. Science
  3. Mathtools
MCP server · Science

Mathtools

MCP server with 12 math & statistics tools - precise arithmetic, statistics, unit conversion, percentages, financial calculations, base conversion, and more. Perfect for giving LLMs accurate math capabilities.

37Low

Scored 5 months ago · breakdown

About Mathtools

Mathtools is an MCP server in the Science category: mCP server with 12 math & statistics tools - precise arithmetic, statistics, unit conversion, percentages, financial calculations, base conversion, and more. Perfect for giving LLMs accurate math capabilities. It has been installed 0 times through Conduid.

Install

Claude Code
claude mcp add mathtools -- npx -y mcp-mathtools
npx
npx -y mcp-mathtools

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Mathtools

Powered by Claude · Grounded in docs

I know everything about Mathtools. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

mcp-mathtools

MCP server with 12 math & statistics tools for Claude Desktop, Cursor, and any MCP-compatible AI assistant. Precise arithmetic, statistics, unit conversion, financial calculations, and more.

Install

{
  "mcpServers": {
    "mathtools": {
      "command": "npx",
      "args": ["-y", "mcp-mathtools"]
    }
  }
}

Tools (12)

Tool Description
calc Evaluate math expressions safely (no eval) — supports sqrt, trig, log, etc.
statistics Mean, median, mode, stddev, variance, range, sum
percentage Percentage of, is-what-percent, percent change
base_convert Convert between number bases (2–36)
unit_convert Length, weight, temperature, data size, time
compound_interest Compound interest with optional contributions
loan_payment Monthly payment and total interest for loans
proportion Solve direct and inverse proportions
prime_check Primality test with factorization
gcd_lcm Greatest common divisor and least common multiple
random_number Random integers or floats in a range
matrix Add, multiply, transpose, determinant

Zero dependencies

Only requires @modelcontextprotocol/sdk. All tools use Node.js built-ins.

Part of the MCP Toolkit

Want all 60+ tools in one server? Try mcp-all-tools.

Support

If this tool saves you time, consider supporting development:

Like this? Try mcp-devutils

mcp-devutils — 44 developer tools in one MCP server. UUID, hash, JWT, JSON diff, AES encryption, and more. 15 free, unlock all 44 for $5.

License

MIT

README mirrored from the source repository 5 months ago. The original is authoritative.

Questions

About Mathtools

How do I install Mathtools?

Run claude mcp add mathtools -- npx -y mcp-mathtools, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Mathtools safe to use with an AI agent?

Its trust score is 37 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Mathtools still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.