@mukundakatta/uuid-mcp
v0.1.1
Published
MCP server: generate, validate, and decode UUID v4 and v7.
Maintainers
Readme
uuid-mcp
MCP server: generate, validate, and decode UUID v4 and v7.
Tools
generate— emit one or more UUIDs (v4random orv7time-ordered).validate— check format + extract version + variant.
{ "version": "v7", "count": 3 }→ { "uuids": ["01928a3c-...", "01928a3c-...", "01928a3c-..."] }
{ "uuid": "01928a3c-9aef-7000-8000-000000000000" }→ { "valid": true, "version": 7, "variant": "rfc4122", "timestamp_ms": 1729536000000 }
MIT.
