MathJS Calculator MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| calculateC | Evaluate a mathematical expression |
| derivativeB | Calculate the derivative of an expression with respect to a variable |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
The two tools, calculate and derivative, have completely distinct purposes: evaluating an expression versus differentiating it. There is no overlap or ambiguity between them.
Both tool names are single words, but 'calculate' is a verb while 'derivative' is a noun. A more consistent pattern might use 'differentiate' instead of 'derivative,' but the naming is still clear and predictable.
With only 2 tools, the server is very minimal. For a simple calculator this could be acceptable, but it feels thin compared to the typical 3-15 tool range, leaving the server on the borderline.
The server covers evaluation and differentiation but misses other common mathematical operations like simplification, solving equations, integration, or expansion. This is a significant gap for a calculator-oriented server.