@pipeworx/timestamp
Connect: https://gateway.pipeworx.io/timestamp/mcp · Install: one-click buttons
Tools: 4
Tools
- from_timestamp — Convert a Unix timestamp to an ISO-8601 UTC date + human forms. Auto-detects seconds vs milliseconds by magnitude (override with
unit). Keyless, offline. - to_timestamp — Convert an ISO-8601 (or other parseable) date string to a Unix timestamp (seconds + milliseconds). Keyless, offline.
- now — The current UTC time as ISO-8601 and Unix timestamp (seconds + milliseconds).
- relative_time — Humanize a date/time relative to now (or a given
from): “2 hours ago”, “in 3 days”. Keyless, offline.
Tools
-
from_timestamp— Convert a Unix timestamp to an ISO-8601 UTC date + human forms. Auto-detects seconds vs milliseconds by magnitude (override with `unit`). Keyless, offline. -
now— The current UTC time as ISO-8601 and Unix timestamp (seconds + milliseconds). -
relative_time— Humanize a date/time relative to now (or a given `from`): 2 hours ago , in 3 days . Keyless, offline. -
to_timestamp— Convert an ISO-8601 (or other parseable) date string to a Unix timestamp (seconds + milliseconds). Keyless, offline.