uuid-generator
UUID Generator API
Genera identificadores UUID v4, v7, ULID o nanoid. Crea lotes de hasta 100 a la vez. Formatos ordenables, compactos o aleatorios. Pago por llamada mediante x402 (USDC en Base L2) -- sin clave de API, sin registro y sin límites de frecuencia.
Parte del marketplace klymax402 -- 100 APIs de micropagos x402 para agentes de IA, un solo monedero, USDC en Base.
Inicio rápido -- MCP
Añade esto a la configuración de tu cliente MCP (Claude Desktop, Cursor, ElizaOS, etc.):
{
"mcpServers": {
"uuid-generator": {
"url": "https://uuid-generator.api.klymax402.com/mcp"
}
}
}Related MCP server: GoldBean
Inicio rápido -- 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 bodyCualquier cliente compatible con x402 (@x402/fetch, x402-agent-tools, ATXP) gestiona automáticamente el ciclo 202 -> firma -> reintento.
Herramientas
Herramienta | Método | Ruta | Precio | Descripción |
| POST |
| $0.003 | Genera identificadores únicos |
utility_generate_uuid
Úsala cuando necesites generar identificadores únicos para registros de bases de datos, claves de API o tokens de sesión. Devuelve un array de IDs en el formato elegido.
Parámetros
Nombre | Tipo | Obligatorio | Descripción |
| string | no | Formato: uuidv4, uuidv7, ulid, nanoid (por defecto: uuidv4) |
| number | no | Número de IDs a generar (por defecto: 1, máximo: 100) |
| number | no | Longitud para nanoid (por defecto: 21) |
Respuesta de ejemplo:
{"ids":["550e8400-e29b-41d4-a716-446655440000"],"format":"uuidv4","count":1}Cuándo usarlo: al crear claves primarias, IDs de correlación o archivos con nombres únicos. Usa uuidv7 o ulid cuando necesites IDs ordenables por tiempo en bases de datos. Usa nanoid cuando quieras tokens cortos y seguros para URLs.
No es para: hashing (usa crypto_generate_hash), generación de contraseñas (usa security_check_password_strong), generación de slugs (usa text_generate_slug).
Ejemplos de prompts para agentes
"Genera identificadores únicos para registros de bases de datos, claves de API o tokens de sesión"
Pago
Protocolo: x402 -- pago por llamada nativo HTTP, sin registro, sin clave de API
Red: Base L2 (
eip155:8453)Activo: USDC
Facilitador: Coinbase CDP (principal), PayAI (fallback)
También accesible mediante ATXP (x402 envuelto en OAuth, metadatos de recurso protegido por RFC 9728)
Parte de klymax402
100 APIs de micropagos x402 para agentes de IA -- un solo monedero, USDC en Base, cero fricción de registro.
Catálogo: https://klymax402.com/llms.txt
Documentación completa: https://klymax402.com/llms-full.txt
Estadísticas en vivo: https://klymax402.com/stats
Licencia
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