@mukundakatta/ulid-mcp
v0.1.0
Published
MCP server: generate and decode ULIDs (sortable, 128-bit, base32 identifiers).
Maintainers
Readme
ulid-mcp
MCP server: generate and decode ULIDs. 128-bit identifiers that are sortable by creation time and URL-safe — a good drop-in replacement for v4 UUIDs when you want lexicographic ordering.
Tools
generate—{ "ulid": "01HNXBM7PGZ9R8K2J4XQDV3T1A" }. Optionaltimestamp_msoverride.decode— split a ULID into{ timestamp_ms, iso, randomness }.
26 chars, Crockford base32 (no I/L/O/U). No external deps; randomness is
crypto.randomBytes.
Configure
{ "mcpServers": { "ulid": { "command": "npx", "args": ["-y", "@mukundakatta/ulid-mcp"] } } }License
MIT.
