MCP UUID Server
MCP UUID 서버
개요
이 MCP 서버는 UUID를 생성하기 위한 간단한 서비스를 제공합니다.
Related MCP server: UUID MCP Provider
환경 요건
파이썬 3.10 이상
MCP (Model Context Protocol) 패키지 v1.2.0 이상
Claude Desktop
설치 방법
# 依存関係のインストール
uv pip sync사용방법
1. Claude Desktop에서 사용
설정 파일 편집
Claude Desktop 구성 파일을 편집하여 이 MCP 서버를 추가합니다. 구성 파일의 경로는 다음과 같습니다.
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
다음 JSON 설정을 추가합니다(기존 mcpServers 객체에 추가):
{
"mcpServers": {
"uuid": {
"command": "/path/to/uv",
"args": [
"--directory",
"/path/to/mcp-uuid",
"run",
"get-uuid.py"
]
}
}
}주:
/path/to/uvuv 명령의 절대 경로를 지정하십시오.
2. 사용 가능한 도구
이 MCP 서버는 다음 도구를 제공합니다.
get_uuid
설명: 새 UUID를 생성합니다.
입력 매개변수: 없음
사용 예:
Claude Desktop에서 다음을 입력하여 새 UUID를 생성할 수 있습니다.
ランダムなIDを生成してください그런 다음 Claude는 내부적으로 MCP 도구를 호출하고 새 UUID를 생성하고 반환합니다.
생성된 임의의 ID는 다음과 같습니다: eccf34af-1617-4f61-b148-e900bc1d3d00
Available Tools
1 toolget_uuidD
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Tool has no description.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Tool has no description.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Tool has no description.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Tool has no description.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Tool has no description.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Tool has no description.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
TDQS
With only one tool, there is no possibility of ambiguity or overlap between tools. The single tool 'get_uuid' has a clear, distinct purpose that cannot be confused with any other tool in this set.
The naming follows a consistent verb_noun pattern with 'get_uuid'. Since there is only one tool, there is no inconsistency or mixing of conventions to evaluate.
A single tool for a UUID server feels thin and limited in scope. While it might serve a basic purpose, it lacks the depth expected for a server that could offer more functionality such as generating multiple UUIDs, validating UUIDs, or handling different UUID versions.
The tool surface is severely incomplete for a UUID domain. It only provides a 'get' operation, missing essential functions like generating UUIDs with specific versions, validating UUID formats, or converting between UUID representations, which are common in UUID libraries.
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 Connectors
Exact hashing, base64/hex/URL encoding, JWT decoding and UUIDs for AI agents. No auth required.
Remote MCP server: 10 developer utilities (base64, JWT, DNS, UUID, URL, JSON, UA, IP lookup).
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Developer utilities: color conversion, WCAG contrast, timestamps, UUIDs, and hashing.
Related MCP Servers
- AlicenseAqualityDmaintenanceA simple Model Context Protocol server that generates timestamp-based UUIDs (v7) when called by an LLM, providing chronologically sortable unique identifiers with no input parameters needed.12291MIT
- AlicenseAqualityDmaintenanceA simple Model Context Protocol server that provides timestamp-based UUID v7 identifiers when called by an LLM, offering chronologically sortable unique IDs with no input parameters needed.1229MIT
- AlicenseNot gradedqualityDmaintenanceA simple MCP server that provides tools for generating unique IDs in several formats, useful for when you need an LLM to create data containing new IDs.Eclipse Public 2.0
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that generates random UUIDs (v4) for MCP-compatible clients like Claude Desktop.2Apache 2.0
Appeared in Searches
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/aki-kii/mcp-uuid'
If you have feedback or need assistance with the MCP directory API, please join our Discord server