id-generator-mcp
0
The ID Generator MCP is a Model Context Protocol server designed to generate various types of identifiers for AI assistants. It supports multiple ID algorithms like UUID, CUID2, Nanoid, and ULID, offering features like consistent ID generation and simple API integration.
ID Generator MCP
This is a Model Context Protocol (MCP) server that provides ID generation capabilities to AI assistants.
Installation
The ID Generator MCP can be integrated with various AI assistant platforms.
Installing via Smithery
Instructions for automatic installation for Claude Desktop via Smithery are available.
Usage
Once installed, the ID Generator MCP can be used by the AI assistant to generate various types of IDs.
Supported ID Algorithms
- UUID: Universally Unique Identifier
- CUID2: Collision-resistant, optimized for performance
- Nanoid: Small, secure, URL-friendly
- ULID: Lexicographically sortable, time-ordered
Features
- Generate UUIDs (v4)
- Create CUID2, Nanoid, ULID identifiers
- Consistent ID generation
- Simple API integration
- Support for batch ID generation