Calcgrid documentation

Open calculator engine for AI agents and people: finance, health, math, unit conversion, physics, chemistry, statistics and everyday calculators, each available as HTML, Markdown, JSON API, MCP tool and A2A skill.

What this service does

Calcgrid computes 184 documented formulas (finance, health, fitness, math, geometry, statistics, unit conversion, physics, chemistry, everyday life, food, construction). Every calculator returns structured JSON with inputs, outputs, units, formula, sources, freshness and next actions. All tools are read-only and deterministic; there are no write actions, accounts or payments.

Guides

Calculators by category

Complete list: all calculators · machine-readable: https://tttkmbb.com/api/v1/calculators

Discovery files

Quick start

  1. Find a calculator: GET https://tttkmbb.com/api/v1/search?query=mortgage
  2. Read its schema: GET https://tttkmbb.com/api/v1/calculators/mortgage-payment
  3. Calculate: GET https://tttkmbb.com/api/v1/calculate/mortgage-payment?home_price=400000&down_payment=80000&annual_rate_percent=6.5&term_years=30
  4. Follow next_actions in the response for related calculations.

Markdown source: /docs.md