uuid-generator
UUID Generator API
Generieren Sie UUID-v4-, UUID-v7-, ULID- oder Nanoid-Identifikatoren. Stapelweise bis zu 100 auf einmal. Sortierbare, kompakte oder zufällige Formate. Pay-per-Call über x402 (USDC auf Base L2) – kein API-Schlüssel, keine Anmeldung, keine Rate-Limit-Begrenzung.
Teil des klymax402-Marktplatzes – 100 x402-Mikrozahlungs-APIs für KI-Agenten, eine Wallet, USDC auf Base.
Schnellstart – MCP
Fügen Sie Ihrer MCP-Client-Konfiguration Folgendes hinzu (Claude Desktop, Cursor, ElizaOS usw.):
{
"mcpServers": {
"uuid-generator": {
"url": "https://uuid-generator.api.klymax402.com/mcp"
}
}
}Related MCP server: GoldBean
Schnellstart – 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 bodyJeder x402-kompatible Client (@x402/fetch, x402-agent-tools, ATXP) übernimmt den 402 -> Sign -> Retry-Zyklus automatisch.
Tools
Tool | Methode | Pfad | Preis | Beschreibung |
| POST |
| $0.003 | Generiert eindeutige Identifikatoren |
utility_generate_uuid
Verwenden Sie diese Funktion, wenn Sie eindeutige Identifikatoren für Datenbankeinträge, API-Schlüssel oder Session-Tokens generieren müssen. Gibt ein Array von IDs im gewählten Format zurück.
Parameter
Name | Typ | Erforderlich | Beschreibung |
| string | Nein | Format: uuidv4, uuidv7, ulid, nanoid (Standard: uuidv4) |
| number | Nein | Anzahl zu generieren (Standard: 1, max: 100) |
| number | Nein | Länge für nanoid (Standard: 21) |
Beispielantwort:
{"ids":["550e8400-e29b-41d4-a716-446655440000"],"format":"uuidv4","count":1}Wann verwenden: bei der Erstellung von Primärschlüsseln, Korrelations-IDs oder eindeutigen Dateinamen. Verwenden Sie uuidv7 oder ulid, WENN Sie zeitlich sortierbare IDs für Datenbanken benötigen. Verwenden Sie nanoid FÜR kurze URL-sichere Tokens.
Nicht für: Hashing (verwenden Sie crypto_generate_hash), Passwortgenerierung (verwenden Sie security_check_password), Slug-Generierung (verwenden Sie text_generate_slug).
Beispiel-Prompts für KI-Agenten
„Generieren Sie eindeutige Identifikatoren für Datenbankeinträge, API-Schlüssel oder Session-Token"
Zahlung
Protokoll: x402 – HTTP-natives Pay-per-Call, keine Anmeldung, kein API-Schlüssel
Netzwerk: Base L2 (
eip155:8453)Asset: USDC
Facilitator: Coinbase CDP (primär), PayAI (Fallback)
Zusätzlich über ATXP erreichbar (OAuth-gewrapptes x402, RFC-9728 Protected-Resource-Metadaten)
Teil von klymax402
100 x402-Mikrozahlungs-APIs für KI-Agenten – eine Wallet, USDC auf Base, keine Anmeldung.
Catalog: https://klymax402.com/llms.txt
Vollständige API-Referenz: https://klymax402.com/llms-full.txt
Live-Statistiken: https://klymax402.com/stats
Lizenz
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