Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by 0xkohe • Tools & CLI
A small Deno-based MCP server that generates UUIDv4 strings on demand for use by agents and tools.
Unique UUIDv4 identifiers for transaction IDs, session tokens, or resource naming.
A lightweight, local MCP-accessible service to generate IDs without relying on external APIs.
On-demand UUID generation integrated into development, CI pipelines, or tooling via Deno.
This repository implements a lightweight MCP (Model Context Protocol) server written in Deno that returns standard UUIDv4 values. It exposes a single tool, get_uuid, which produces a UUID string as an MCP tool_result. The server is easy to register with an MCP client and is useful for generating unique identifiers locally without calling external services.