Skip to main content
Glama

TypeScript MCP Server

calculator

Evaluate mathematical expressions with precision using this TypeScript MCP Server tool, designed for accurate calculation tasks through a structured input schema.

Instructions

A safe calculator that can evaluate mathematical expressions.

Input Schema

NameRequiredDescriptionDefault
expressionYesA mathematical expression to evaluate. Example: "2 * (3 + 4)"

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "expression": { "description": "A mathematical expression to evaluate. Example: \"2 * (3 + 4)\"", "type": "string" } }, "required": [ "expression" ], "type": "object" }
Install Server

Other Tools from TypeScript MCP Server

Related Tools

    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/KyleAnthonyMcAdam/Typescript-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server