relative_time

Pack: timestamp · Endpoint: https://gateway.pipeworx.io/timestamp/mcp

Humanize a date/time relative to now (or a given from): “2 hours ago”, “in 3 days”. Keyless, offline.

Parameters

NameTypeRequiredDescription
datestringyesThe target date/time (ISO-8601 or Unix timestamp).
fromstringnoOptional reference time (default: now).

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":"relative_time","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.

Regenerated from source · build July 2, 2026