Uuid Generator X402
@Br0ski777
About Uuid Generator X402
Generate UUID v4, v7, ULID, or nanoid identifiers. Batch up to 100 at once. Sortable, compact, or random formats. -- x402 micropayment API + MCP server for AI agents
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"uuid-generator": {
"url": "https://uuid-generator-production.up.railway.app/mcp",
"transport": "sse"
}
}
}Tools
1POST
Overview
What is Uuid Generator X402?
Generate UUID v4, v7, ULID, or nanoid identifiers. Batch up to 100 at once. Sortable, compact, or random formats. Pay-per-call via x402 (USDC on Base L2) — no API key, no signup, no rate-limit wall.
How to use Uuid Generator X402?
Add the server URL https://uuid-generator.api.klymax402.com/mcp to your MCP client config (Claude Desktop, Cursor, ElizaOS, etc.). Alternatively, call the HTTP endpoint /api/generate with an x402‑aware client that handles the 402 payment challenge automatically.
Key features of Uuid Generator X402
- Generate UUID v4, v7, ULID, or nanoid identifiers
- Batch up to 100 identifiers in a single call
- Pay-per-call via x402 micropayments (USDC on Base L2)
- No API key, no signup, no rate limits
- Part of the klymax402 marketplace for AI agents
Use cases of Uuid Generator X402
- Creating primary keys, correlation IDs, or unique file names
- Generating time‑sortable IDs for databases (use uuidv7 or ULID)
- Producing short URL‑safe tokens (use nanoid)
- Generating unique identifiers for database records, API keys, or session tokens
FAQ from Uuid Generator X402
What identifier formats are supported?
UUID v4, UUID v7, ULID, and nanoid. The default is UUID v4.
How does payment work?
The server uses x402, an HTTP‑native pay‑per‑call protocol. Each call costs $0.001 USDC on Base L2. No signup, API key, or rate limit walls.
Can I generate multiple identifiers at once?
Yes. The count parameter accepts up to 100 identifiers per request (default is 1).
What tools are available?
One tool: utility_generate_uuid. It accepts parameters format, count, and length (length applies only to nanoid).
What should I not use this for?
Do not use it for hashing, password generation, or slug generation — separate tools (crypto_generate_hash, security_check_password, text_generate_slug) serve those cases.
More Developer Tools MCP servers
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
Comments