Token导航 LogoToken导航TokenDH.com
MA
其他HTTP官方级别未说明来源级核验

Math MCP Learning

MCP Server

Educational MCP server with math operations, statistics, visualizations, and persistent workspace.

工具数

公开资料未说明
JavaScriptHTTP开发工具

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

最后核验

2026/5/18 00:02

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y smithery mcp add clouatre-labs/math-mcp

详细介绍

Math MCP Learning

Educational MCP server with math operations, statistics, visualizations, and persistent workspace.

Quick Start

# Connect this server (installs CLI if needed)
npx -y smithery mcp add clouatre-labs/math-mcp

# Browse available tools
npx -y smithery tool list clouatre-labs/math-mcp

# Get full schema for a tool
npx -y smithery tool get clouatre-labs/math-mcp calculate

# Call a tool
npx -y smithery tool call clouatre-labs/math-mcp calculate '{}'

Direct MCP Connection

Endpoint: https://math-mcp--clouatre-labs.run.tools

Optional config:

  • math_timeout (query) — Maximum time allowed to evaluate a math expression. Increase if you hit timeouts on complex expressions.
  • mcp_rate_limit_per_minute (query) — Maximum number of tool calls per minute. Set to 0 to disable rate limiting.

Tools (17)

  • calculate — Safely evaluate mathematical expressions with support for basic operations and math functions.
  • statistics — Perform statistical calculations on a list of numbers.
  • compound_interest — Calculate compound interest for investments.
  • convert_units — Convert between different units of measurement.
  • matrix_multiply — Multiply two matrices (A × B).
  • matrix_transpose — Transpose a matrix (swap rows and columns).
  • matrix_determinant — Calculate the determinant of a square matrix.
  • matrix_inverse — Calculate the inverse of a square matrix.
  • matrix_eigenvalues — Calculate the eigenvalues of a square matrix.
  • save_calculation — Save calculation to persistent workspace (survives restarts).
  • load_variable — Load previously saved calculation result from workspace.
  • plot_function — Generate mathematical function plots (requires matplotlib).
  • create_histogram — Create statistical histograms (requires matplotlib).
  • plot_line_chart — Create a line chart from data points (requires matplotlib).
  • plot_scatter_chart — Create a scatter plot from data points (requires matplotlib).
  • plot_box_plot — Create a box plot for comparing distributions (requires matplotlib).
  • plot_financial_line — Generate and plot synthetic financial price data (requires matplotlib).
# Get full input/output schema for a tool
npx -y smithery tool get clouatre-labs/math-mcp 

Resources

  • math://test — Simple test resource like FastMCP examples
  • math://functions — List all available mathematical functions with examples and syntax help.
  • math://history — Get the history of calculations performed across sessions.
  • math://workspace — Get persistent calculation workspace showing all saved variables.
  • math://catalog/tools — Catalog of all available tools with category, description, and example.
  • math://variables — List all variable names saved in the workspace (lightweight alternative to math://workspace).

Prompts (2)

  • math_tutor (topic, level, include_examples) — Generate a structured math tutoring prompt for a mathematical concept at a chosen difficulty level, optionally includin…
  • formula_explainer (formula, context) — Generate a comprehensive prompt for explaining a mathematical formula: variable definitions, contextual background, ste…

目录标签

目录标签

JavaScriptHTTP开发工具

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

unknown

运行时(runtime,运行环境)

Node.js

权限和风险

HTTPunknown部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:category

来源信息

继续浏览同类 MCP