from_timestamp
Pack: timestamp · Endpoint: https://gateway.pipeworx.io/timestamp/mcp
Convert a Unix timestamp to an ISO-8601 UTC date + human forms. Auto-detects seconds vs milliseconds by magnitude (override with unit). Keyless, offline.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
timestamp | number | yes | Unix timestamp. |
unit | string | no | ”s” or “ms” (default: auto-detect). |
Example call
curl -X POST https://gateway.pipeworx.io/timestamp/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"from_timestamp","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"timestamp": {
"url": "https://gateway.pipeworx.io/timestamp/mcp"
}
}
}
See Getting Started for client-specific install steps.