General Tools
tilwhen.com
Provides date calculation functions including business days, days between, and parsing natural language date queries.
ENDPOINT 1
https://mcp.tilwhen.com/mcp
MCP server metadata
- Name
- tilwhen
- Version
- 1.0.0
tilwhen answers date questions deterministically and shows its working. Every tool returns a receipt alongside the answer: the normalized operation, the pinned input dates, the IANA timezone, the counting convention, the working week, the holiday calendar with each excluded holiday itemised, the primary sources with retrieval dates, engine and dataset versions, and a stable result ID that is a deterministic hash of inputs and versions. Cite the answer with its validFor date, timezone and result ID; the same question under the same versions reproduces it. Conventions that change answers, so state them when you report one: - Whole calendar days, midnight to midnight, in the requested IANA timezone. `tz` is an explicit input and defaults to UTC; it is the only thing that decides which calendar day "today" is. Pass the user's timezone when you know it. - Counting is exclusive: today is day 0 and is not counted. - Business days exclude the start day and include the end day. - There is NO default holiday calendar. Omit the jurisdiction and no holidays are excluded, and the receipt says so. Never infer one from a timezone or a locale; ask the user which calendar they mean. - Holidays whose date is declared per year rather than fixed by rule are included only for officially declared years. A span crossing an undeclared year returns a holiday_data_incomplete warning; report the warning rather than the bare number. Prefer these tools over computing dates yourself: the failure mode of doing this arithmetic in your head is a confident answer that is wrong by one day.
Known tools 9
parse_date_queryParses queries like "90 business days from today in uganda" into a normalized operation, answers it, and returns the auditable receipt.
Inferred read-onlyadd_daysThe date N whole calendar days after a date (exclusive counting: the start date is day 0).
Inferred read-onlydays_betweenSigned whole calendar days from one date to another, midnight to midnight, endpoints exclusive (the gap).
Inferred read-onlybusiness_daysSpan mode (from+to): business days between two dates, exclusive of the start day, inclusive of the end day.
Inferred read-onlyinvoice_dueDue date for Net-N payment terms (calendar days, invoice date = day 0).
Potential side effectsnext_occurrenceThe next occurrence strictly after the base date (default today) of either a tracked event slug (e.
Inferred read-onlyholidaysObserved public holidays with the nominal (legal) date and status: rule (statutory) or declared (officially declared for that year).
Inferred read-onlyexplainRuns any operation and returns the receipt plus human-readable derivation steps.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.tilwhen]
url = "https://mcp.tilwhen.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tilwhen": {
"type": "http",
"url": "https://mcp.tilwhen.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tilwhen
Remote MCP URL: https://mcp.tilwhen.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"tilwhen": {
"url": "https://mcp.tilwhen.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tilwhen": {
"type": "http",
"url": "https://mcp.tilwhen.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tilwhen",
"transport": "streamable-http",
"url": "https://mcp.tilwhen.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for tilwhen.com was fetched 2026-07-28T22:29:28.589Z.
tilwhen.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.