DM
Date Math Calculator
6 endpointsliveDate arithmetic: day differences, business days, age, leap years, day-of-week, add/subtract. (MCP server com.apished/date-math-calculator, aggregated from the official registry)
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, and then use Cracked to show me what I can do for Date Math Calculator.
| Endpoint | What it does | Price | Health |
|---|---|---|---|
| datemath add /datemath_add verified | Adds years/months/days to date. years/months are applied together with end-of-month clamping — e.g. 2026-01-31 + 1 month = 2026-02-28, not an overflowed 2026-03 | $0.0020 per call | unknown |
| datemath age /datemath_age verified | Age in whole years as of asOf (optional, defaults to the current UTC date). A Feb-29 birthDate is treated as falling on March 1 in a non-leap asOf year. | $0.0020 per call | unknown |
| datemath businessdays /datemath_businessdays verified | Counts days in [from, to] (inclusive on both ends) whose weekday is in weekdays (default mon-fri) and which aren't in holidays. | $0.0020 per call | unknown |
| datemath dayofweek /datemath_dayofweek verified | Day of the week for date: both the weekday name and its ISO 8601 weekday number (1=Monday..7=Sunday). | $0.0020 per call | unknown |
| datemath diff /datemath_diff verified | Day difference between two YYYY-MM-DD dates: to minus from, in whole days. Negative if to is before from. | $0.0020 per call | unknown |
| datemath leapyear /datemath_leapyear verified | Checks whether year is a leap year in the Gregorian calendar. | $0.0020 per call | unknown |