validate_uuid
Pack: uuid · Endpoint: https://gateway.pipeworx.io/uuid/mcp
Validate and parse a UUID (keyless, offline): checks the format and returns the version (1-8), variant, whether it is nil/max, and — for time-based versions (v1, v7) — the embedded timestamp as an ISO date.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
uuid | string | yes | A UUID, e.g. “550e8400-e29b-41d4-a716-446655440000”. |
Example call
curl -X POST https://gateway.pipeworx.io/uuid/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"validate_uuid","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"uuid": {
"url": "https://gateway.pipeworx.io/uuid/mcp"
}
}
}
See Getting Started for client-specific install steps.