Generates timestamp-based UUID v7 identifiers for use with Large Language Models.
Uuid provides a Model Context Protocol (MCP) server that serves up timestamp-based UUID v7 identifiers. Designed for seamless integration with LLMs like Claude, it offers a simple interface through the `generateUuid` tool without requiring input parameters. By leveraging the official `uuid` package, it ensures strong uniqueness guarantees and adherence to RFC standards, making it more reliable than custom implementations, and prevents collisions in distributed systems.