
Generates UUIDs (v4), ULIDs, and NanoIDs via MCP tools, plus parses existing UUIDs to extract version and variant metadata. Built by MEOK AI Labs as part of their compliance-focused MCP suite. You get three generate operations and one parse operation over stdio transport. Useful when you need cryptographically random identifiers in Claude workflows without writing Python UUID boilerplate or switching contexts to a terminal. The server ships via PyPI and supports uvx for zero-install invocation. Pairs naturally with any MCP workflow that creates records, tracks sessions, or needs sortable distributed IDs. The ULID support gives you lexicographically sortable 128-bit identifiers with millisecond timestamp prefixes.