DM
Date Math Calculator
/datemath_businessdays
datemath businessdays
Counts days in [from, to] (inclusive on both ends) whose weekday is in weekdays (default mon-fri) and which aren't in holidays.
liveverifiedunknown~5s typical
mcpprobeddatemathcalculator
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-apished-date-math-calculator /datemath_businessdays for me.
Input
| Field | Type | Description |
|---|---|---|
| from* | string | YYYY-MM-DD |
| to* | string | YYYY-MM-DD |
| weekdays | string | sun/mon/tue/wed/thu/fri/sat, default mon-fri |
| holidays | string | YYYY-MM-DD dates to exclude |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-apished-date-math-calculator","endpoint":"/datemath_businessdays","input":{"from":"...","to":"..."}}'cli
npx cracked-ai run -p mcp-com-apished-date-math-calculator -e /datemath_businessdays -i '{"from":"...","to":"..."}'mcp
run_tool({ provider: "mcp-com-apished-date-math-calculator", endpoint: "/datemath_businessdays", input: {"from":"...","to":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.