Skip to main content
Glama
Ankluna72

Math & Calculator MCP Server

by Ankluna72

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
calculateC

Perform basic arithmetic operations (add, subtract, multiply, divide, power, sqrt, modulo)

statisticsB

Calculate statistical measures (mean, median, mode, standard deviation, variance) from a list of numbers

convert_unitsB

Convert between different units (length, weight, temperature)

solve_equationB

Solve quadratic equations (ax² + bx + c = 0)

percentageA

Calculate percentages (percentage of a number, percentage increase/decrease, what percentage X is of Y)

trigonometryB

Calculate trigonometric functions (sin, cos, tan, asin, acos, atan) in degrees

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a clearly distinct mathematical purpose with no overlap: calculate handles basic arithmetic, convert_units deals with unit conversions, percentage focuses on percentage calculations, solve_equation solves quadratic equations, statistics computes statistical measures, and trigonometry handles trigonometric functions. The descriptions are specific enough to prevent misselection.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., calculate, convert_units, solve_equation) using snake_case throughout. The naming is predictable and readable, with no deviations in style or convention.

Tool Count5/5

With 6 tools, the server is well-scoped for a math and calculator domain, covering arithmetic, conversions, percentages, equations, statistics, and trigonometry. Each tool earns its place without being too sparse or bloated, fitting typical expectations for such a utility.

Completeness4/5

The tool set covers core mathematical operations comprehensively, including basic calculations, unit conversions, percentages, equation solving, statistics, and trigonometry. Minor gaps exist, such as no tools for calculus (e.g., derivatives/integrals) or geometry (e.g., area/volume calculations), but agents can work around these for most common math tasks.

Maintenance

ActivityInactive
ResponsivenessNo issues