uuid-mcp

tanker327/uuid-mcp

3.2

If you are the rightful owner of uuid-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

UUID MCP Provider is a simple Model Context Protocol server that generates timestamp-based UUIDs using UUID v7.

The UUID MCP Provider is a server designed to generate timestamp-based UUIDs whenever called by a Language Model (LLM). It leverages the UUID v7 standard, which incorporates a Unix timestamp in millisecond precision, ensuring that the generated identifiers are both unique and chronologically sortable. This server is particularly useful in distributed systems where unique identifiers are crucial, and it integrates seamlessly with platforms like Claude Desktop. The server is built using the `uuid` package for RFC-compliant UUID generation and is implemented using TypeScript. It offers a straightforward interface with no input parameters required, making it easy to use and integrate into various applications.

Features

  • Provides a single tool: generateUuid
  • Uses UUID v7 for timestamp-based unique identifiers
  • Simple interface with no input parameters needed
  • Easy integration with Claude and other LLMs