Skip to content
Back to search
90
MCP live v1.1.0 sse

UUID Generator API

io.github.Br0ski777/uuid-generator

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

Uptime
50.0%
4 probes
Response
218ms
last probe
Tools
1
callable

Tools · 1

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 (string…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "uuid_generator_api": {
      "url": "https://uuid-generator.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}