Skip to main content
Glama

Armor Crypto MCP

Official
by armorwallet

calculator

Evaluate mathematical and statistical expressions with support for arithmetic, lists, and custom variables. Use Python syntax for calculations with included functions like mean, median, and stdev.

Instructions

Safely evaluates a mathematical or statistical expression string using Python syntax. Supports arithmetic operations (+, -, *, /, **, %, //), list expressions, and a range of math and statistics functions: abs, round, min, max, len, sum, mean, median, stdev, variance, sin, cos, tan, sqrt, log, exp, floor, ceil, etc. Custom variables can be passed via the 'variables' dict, including lists for time series data.

Input Schema

NameRequiredDescriptionDefault
expressionYes
variablesYes

Input Schema (JSON Schema)

{ "properties": { "expression": { "title": "Expression", "type": "string" }, "variables": { "additionalProperties": true, "title": "Variables", "type": "object" } }, "required": [ "expression", "variables" ], "title": "calculatorArguments", "type": "object" }

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/armorwallet/armor-crypto-mcp'

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