parse_ulid
Pack: ulid · Endpoint: https://gateway.pipeworx.io/ulid/mcp
Validate a ULID and extract its embedded creation timestamp (ISO date + epoch ms) and the random component. Keyless, offline.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
ulid | string | yes | A 26-character ULID. |
Example call
curl -X POST https://gateway.pipeworx.io/ulid/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"parse_ulid","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"ulid": {
"url": "https://gateway.pipeworx.io/ulid/mcp"
}
}
}
See Getting Started for client-specific install steps.