uuid-generator
UUID Generator API
生成 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/fetch、x402-agent-tools、ATXP)都会自动处理 402 -> 签名 -> 重试的循环。
工具
工具 | 方法 | 路径 | 价格 | 描述 |
| POST |
| $0.003 | 生成唯一标识符 |
utility_generate_uuid
当需要为数据库记录、API 密钥或会话令牌生成唯一标识符时,可以使用此工具。它会返回所选格式的 ID 数组。
参数
名称 | 类型 | 必填 | 描述 |
| string | 否 | 格式:uuidv4、uuidv7、ulid、nanoid(默认值:uuidv4) |
| number | 否 | 生成数量(默认:1,最大:100) |
| 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 上,零注册。
完整 API 参考:https://klymax402.com/llms-full.txt
许可证
MIT
This server cannot be installed
Maintenance
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
FlicenseNot gradedqualityFmaintenanceProvides 20+ AI agent capabilities like web scraping, PDF parsing, OCR, and more, with pay-per-use micropayments via x402.1- AlicenseCqualityCmaintenancex402 Micropaid MCP Server — 120+ paid API endpoints for AI Agents. Pay per call with USDC on Base network. No signup, no API key needed.551MIT

@hpp-io/x402-mcp-bridgeofficial
AlicenseNot gradedqualityBmaintenanceEnables AI agents to autonomously pay for and discover services using HPP USDC.e over the x402 protocol, without API keys or manual signing.274Apache 2.0- AlicenseAqualityCmaintenanceProvides AI agents with 10 pay-per-call utility tools (QR generation, DNS lookup, OCR, etc.) using USDC on Base via the x402 protocol, with agent's private key never leaving the agent.1167MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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