# UUID Generator API MCP server

Generate UUIDs v4, v7, ULID, nanoid. Batch support. x402 micropayment.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-uuid-generator
- Repository: https://github.com/Br0ski777/uuid-generator-x402
- Website: https://github.com/Br0ski777/uuid-generator-x402

## Install
- Endpoint: https://uuid-generator.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://uuid-generator.api.klymax402.com/mcp

## Tools
- utility_generate_uuid - Use this when you need to generate unique identifiers for database records, API keys, or session tokens. Returns an array of IDs in the chosen format.

1. ids -- array of generated identifiers (strings)
2. format -- the format used (uuidv4, uuidv7, ulid, nanoid)
3. count -- number of IDs generated
4. length -- character length of each ID (relevant for nanoid)

Example output: {"ids":["550e8400-e29b-41d4-a716-446655440000"],"format":"uuidv4","count":1}

Use this FOR creating primary keys, correlation IDs, or unique file names. Use uuidv7 or ulid WHEN you need time-sortable IDs for databases. Use nanoid FOR short URL-safe tokens.

Do NOT use for hashing -- use crypto_generate_hash instead. Do NOT use for password generation -- use security_check_password instead. Do NOT use for slug generation -- use text_generate_slug instead. Endpoint: https://uuid-generator.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
