Use the Calculator MCP tools for exact mathematical calculations instead of approximating.
From calculatornpx claudepluginhub qazi0/claude-plugins --plugin calculatorThis skill uses the workspace's default tool permissions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Configures VPN and dedicated connections like Direct Connect, ExpressRoute, Interconnect for secure on-premises to AWS, Azure, GCP, OCI hybrid networking.
Use the Calculator MCP tools for exact mathematical calculations instead of approximating.
Use these tools when you need to:
calculateEvaluate any mathematical expression safely using mathjs.
expression: "2^10 + sqrt(144)"
Supported syntax:
+, -, *, /, ^, %sqrt(), abs(), round(), ceil(), floor(), log(), log2(), log10(), exp()sin(), cos(), tan(), asin(), acos(), atan(), atan2()pi, e, phi, i (imaginary)factorial(), combinations(), permutations()det(), inv(), transpose() with [[1,2],[3,4]] syntax2 + 3iconvertConvert a value between units.
value: 100
from_unit: "celsius"
to_unit: "fahrenheit"
Supported unit categories: length, mass, time, temperature, volume, area, speed, force, energy, power, pressure, data storage, angle, frequency.
statisticsCompute descriptive statistics on a list of numbers.
numbers: [4, 8, 15, 16, 23, 42]
Returns: count, sum, mean, median, min, max, std_deviation, variance, range.
calculate for any math — don't approximate when you can get the exact answerconvert for units — more reliable than doing conversion math manuallystatistics for datasets — returns all common descriptive stats in one call