MCP.so
登录

Uuid Generator X402

@Br0ski777

关于 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

基本信息

分类

开发工具

许可证

MIT

运行时

node

传输方式

stdio

发布者

Br0ski777

提交者

Br0ski777

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "uuid-generator": {
      "url": "https://uuid-generator-production.up.railway.app/mcp",
      "transport": "sse"
    }
  }
}

工具

1

POST

概览

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.

评论

开发工具 分类下的更多 MCP 服务器