Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

tilwhen date engine

com.tilwhen/tilwhen

Deterministic date arithmetic with auditable receipts: business days, due dates, holidays.

Uptime
100.0%
1 direct probes · 30d
Response
259ms
last probe
Tools
9
callable
Resources
3
readable
Prompts
0
available

Tools · 9

parse_date_query

Parses queries like "90 business days from today in uganda" into a normalized operation, answers it, and returns the auditable receipt. Ambiguous dates (03/04/2027) return needsClarification instead o…

add_days

The date N whole calendar days after a date (exclusive counting: the start date is day 0).

subtract_days

The date N whole calendar days before a date.

days_between

Signed whole calendar days from one date to another, midnight to midnight, endpoints exclusive (the gap).

business_days

Span mode (from+to): business days between two dates, exclusive of the start day, inclusive of the end day. Add mode (days, optional date): the date N business days away. Optional holiday jurisdiction…

invoice_due

Due date for Net-N payment terms (calendar days, invoice date = day 0). Optional roll-forward past weekends and, with a jurisdiction or custom calendar, public holidays.

next_occurrence

The next occurrence strictly after the base date (default today) of either a tracked event slug (e.g. "christmas") or a weekday (0 = Sunday .. 6 = Saturday). Provide exactly one of event/weekday.

holidays

Observed public holidays with the nominal (legal) date and status: rule (statutory) or declared (officially declared for that year). Declared-only holidays are omitted for undeclared years, with a hol…

explain

Runs any operation and returns the receipt plus human-readable derivation steps. Accepts the same fields as the other tools, discriminated by op.

Resources · 3

methodology

Counting convention, business-day semantics, and citation guidance

tilwhen://methodology
jurisdictions

Jurisdiction ids, labels, sources, and declared-data coverage

tilwhen://jurisdictions
limitations

What this server deliberately does not do

tilwhen://limitations

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "tilwhen_date_engine": {
      "url": "https://mcp.tilwhen.com/mcp",
      "transport": "streamable-http"
    }
  }
}