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 | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| addA | Add two numbers together. Args: a: The first number. b: The second number. Returns: The sum of a and b. |
| subtractA | Subtract the second number from the first. Args: a: The number to subtract from. b: The number to subtract. Returns: The result of a minus b. |
| multiplyA | Multiply two numbers together. Args: a: The first number. b: The second number. Returns: The product of a and b. |
| divideA | Divide the first number by the second. Args: a: The number to be divided (the dividend). b: The number to divide by (the divisor). Must not be zero. Returns: The result of a divided by b. Raises: DivisionByZeroError: If b is zero. |
| powerA | Raise a number to a power. Args: base: The base number. exponent: The power to raise the base to. Returns: base raised to the power of exponent. Raises: InvalidPowerOperationError: If the result would be complex, or if the computation overflows. |
| square_rootA | Compute the square root of a number. Args: number: The number to take the square root of. Must be non-negative. Returns: The square root of number. Raises: NegativeSquareRootError: If number is negative. |
| modulusA | Compute the remainder when dividing a by b. Args: a: The dividend. b: The divisor. Must not be zero. Returns: The remainder of a divided by b. Raises: DivisionByZeroError: If b is zero. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Amankhan1009/calculator-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server