date_diff
ActiveTool of Datecalc
Compute the difference between two dates/times (UTC). Returns the signed difference in ms, seconds, minutes, hours, days and weeks, plus a human-readable summary. Accepts ISO-8601 (e.g. "2026-01-01" or "2026-01-01T12:00:00Z").
Parameters schema
{
"type": "object",
"required": [
"from",
"to"
],
"properties": {
"to": {
"type": "string",
"description": "End date/time (ISO-8601)."
},
"from": {
"type": "string",
"description": "Start date/time (ISO-8601)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Datecalc
https://github.com/pipeworx-io/mcp-datecalc
1/7 registries