A
licenseNot graded
qualityD
maintenanceA simple MCP server that provides tools for generating unique IDs in several formats, useful for when you need an LLM to create data containing new IDs.
Eclipse Public 2.0
No user-submitted related servers found.
Scored across 5 tools
Each tool targets a distinct operation (batch generate, specific generate for each ID type, parse UUID) with no overlapping purposes.
Most tools follow a verb_noun pattern (e.g., generate_uuid, parse_uuid), but batch_generate deviates slightly by not specifying the ID type in its name.
Five tools is well-scoped for a focused server on identifier generation and parsing, covering the core use cases without bloat.
Generation covers UUID, ULID, and NanoID, but parsing is only available for UUID, leaving a slight asymmetry. No other obvious gaps.