MCP server exposing 4 tools for timestamp.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/timestamp/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
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.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/timestamp/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io