MCP.so
Sign In

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

Category

Developer Tools

License

MIT

Runtime

node

Transports

stdio

Publisher

Br0ski777

Submitted by

Br0ski777

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

1

POST

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.

Comments

More Developer Tools MCP servers