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.
Key Features
010 GitHub stars
02Simple interface with no input parameters.
03Generates chronologically sortable identifiers.
04Uses UUID v7 for timestamp-based unique identifiers.
05Provides a `generateUuid` tool.
06Easy integration with Claude and other LLMs.
Use Cases
01Preventing data collisions in distributed systems.