UUID Generator API
io.github.Br0ski777/uuid-generatorGenerate UUIDs v4, v7, ULID, nanoid. Batch support. x402 micropayment.
Tools · 1
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…
Similar MCP servers embedding-nearest
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"
}
}
}