to_timestamp

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

Convert an ISO-8601 (or other parseable) date string to a Unix timestamp (seconds + milliseconds). Keyless, offline.

Parameters

NameTypeRequiredDescription
datestringyesA date/time string, e.g. “2026-07-01T12:00:00Z”.

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":"to_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.

Regenerated from source · build July 2, 2026