math-mcp-lab
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 | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| addA | Add two numbers. |
| subtractB | Subtract the second number from the first. |
| multiplyA | Multiply two numbers. |
| divideB | Divide the first number by the second. |
| powerA | Raise a number to an exponent. |
| square_rootA | Calculate the square root of a non-negative number. |
| nth_rootC | Calculate the nth root of a number. |
| logarithmA | Calculate the logarithm of a positive number using the specified base. |
| sineA | Calculate sine; angles are degrees by default. |
| cosineB | Calculate cosine; angles are degrees by default. |
| tangentA | Calculate tangent; angles are degrees by default. |
| meanA | Calculate the arithmetic mean of a non-empty list. |
| medianB | Calculate the median of a non-empty list. |
| standard_deviationA | Calculate the population standard deviation of a non-empty list. |
| is_primeA | Return whether a number is prime. |
| factorialA | Calculate the factorial of a non-negative integer. |
| gcdB | Calculate the greatest common divisor of two integers. |
| lcmA | Calculate the least common multiple of two integers. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |