# UUID Generator — v4, v7, ULID, Nanoid (Batch 100)

Unique identifier generation API for AI agents. Generate UUID v4 (random), UUID v7 (time-sortable), ULID, or Nanoid. Batch up to 100 at once. Sortable, compact, or cryptographically random formats.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add axel-belfort/uuid-generator

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/uuid-generator

# Get full schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/uuid-generator utility_generate_uuid

# Call a tool
npx -y @smithery/cli@latest tool call axel-belfort/uuid-generator utility_generate_uuid '{}'
```

## Direct MCP Connection

Endpoint: `https://uuid-generator--axel-belfort.run.tools`

## Tools (1)

- `utility_generate_uuid` — Use this when you need to generate unique identifiers for database records, API keys, or session tokens. Returns an arr…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/uuid-generator <tool-name>
```
