UUID Generator — v4, v7, ULID, Nanoid (Batch 100)
https://server.smithery.ai/axel-belfort/uuid-generator/mcp
● healthy
Unique identifier generation API for AI agents. Generate UUID v4 (random), UUID v7 (time-sortable), ULID, or Nanoid. Batch up to 100 at once. Sortable, compact, or cryptographically random formats. Tools: utility_generate_uuid. Use this for database record IDs, session tokens, correlation IDs, or idempotency keys. Returns ready-to-use identifiers in your preferred format. Returns: {ids[], format, count}. No API key required — x402 micropayment $0.001/call on Base L2.
Transport
streamable-http
Auth
smithery_api_key
Cost
—
How to connect
MCP endpoint (streamable-http)
https://server.smithery.ai/axel-belfort/uuid-generator/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/axel-belfort/uuid-generator/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Listed at (smithery)
https://github.com/Br0ski777/uuid-generator-x402