Skip to main content
Glama
Br0ski777

uuid-generator

by Br0ski777

UUID Generator API

MCP Server x402 License: MIT

生成 UUID v4、v7、ULID 或 nanoid 标识符。每批最多可生成 100 个。支持可排序、紧凑或随机格式。通过 x402 按调用计费(Base L2 上的 USDC)——无需 API 密钥,无需注册,也没有限流门槛。

作为 klymax402 市场的一部分——面向 AI 智能体的 100 个 x402 微支付 API,一个钱包,USDC 在 Base 上。

快速入门 -- MCP

将其添加到你的 MCP 客户端配置中(Claude Desktop、Cursor、ElizaOS 等):

{
  "mcpServers": {
    "uuid-generator": {
      "url": "https://uuid-generator.api.klymax402.com/mcp"
    }
  }
}

Related MCP server: GoldBean

快速入门 -- HTTP (x402)

curl -X POST "https://uuid-generator.api.klymax402.com/api/generate" \
  -H "Content-Type: application/json" \
  -d '{}'
# -> 402 Payment Required, with an x402 payment challenge in the response body

任何支持 x402 的客户端(@x402/fetchx402-agent-tools、ATXP)都会自动处理 402 -> 签名 -> 重试的循环。

工具

工具

方法

路径

价格

描述

utility_generate_uuid

POST

/api/generate

$0.003

生成唯一标识符

utility_generate_uuid

当需要为数据库记录、API 密钥或会话令牌生成唯一标识符时,可以使用此工具。它会返回所选格式的 ID 数组。

参数

名称

类型

必填

描述

format

string

格式:uuidv4、uuidv7、ulid、nanoid(默认值:uuidv4)

count

number

生成数量(默认:1,最大:100)

length

number

nanoid 长度(默认:21)

示例响应:

{"ids":["550e8400-e29b-41d4-a716-446655440000"],"format":"uuidv4","count":1}

适用场景:创建主键、关联 ID 或唯一文件名。当需要数据库中可按时间排序的 ID 时,使用 uuidv7 或 ulid。当需要简短的、URL 安全的令牌时,使用 nanoid。

不适用场景:哈希运算(使用 crypto_generate_hash)、密码生成(使用 security_check_password)、slug 生成(使用 text_generate_slug)。

示例智能体提示词

  • "为数据库记录、API 密钥或会话令牌生成唯一标识符"

支付

  • 协议:x402 -- 原生 HTTP 按调用计费,无需注册,无需 API 密钥

  • 网络:Base L2(eip155:8453

  • 资产:USDC

  • 协调方:Coinbase CDP(主),PayAI(备)

  • 也可通过 ATXP 访问(OAuth 包装的 x402,RFC 9728 受保护资源元数据)

属于 klymax402

面向 AI 智能体的 100 个 x402 微支付 API —— 一个钱包即可,USDC 在 Base 上,零注册。

许可证

MIT

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

UpdatingMaintainers
UpdatingResponse time
Release cycle
0Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.

  • x402-paid agent tools: 18 over HTTP, 14 over stdio. USDC per call, no API key.

  • Pay-per-call x402 gateway: agent tools, OpenAI-compatible LLM, market data, RPC, security audits.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Br0ski777/uuid-generator-x402'

If you have feedback or need assistance with the MCP directory API, please join our Discord server