Skip to main content
Glama
aki-kii

MCP UUID Server

by aki-kii

MCP UUID 服务器

概述

该 MCP 服务器提供了生成 UUID 的简单服务。

Related MCP server: UUID MCP Provider

环境要求

  • Python 3.10 或更高版本

  • MCP(模型上下文协议)包 v1.2.0 或更高版本

  • 克劳德桌面

如何安装

# 依存関係のインストール
uv pip sync

如何使用

1. 与 Claude Desktop 一起使用

编辑配置文件

编辑 Claude Desktop 配置文件以添加此 MCP 服务器。配置文件路径为:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

  • Windows: %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/uv应该是 uv 命令的绝对路径。

2.可用工具

该 MCP 服务器提供以下工具:

获取UUID

  • 描述:生成新的UUID

  • 输入参数:无

  • 使用示例:

您可以在 Claude Desktop 中输入以下命令生成新的 UUID:

ランダムなIDを生成してください

然后,Claude 将在内部调用 MCP 工具来生成并返回一个新的 UUID。

生成的随机ID为:eccf34af-1617-4f61-b148-e900bc1d3d00

Available Tools

1 tool
get_uuidD
ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

D1/5.0
Behavior1/5

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.

Conciseness1/5

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.

Completeness1/5

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.

Parameters1/5

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.

Purpose1/5

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.

Usage Guidelines1/5

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

D1.7/5.0
Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count2/5

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.

Completeness1/5

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

ActivityInactive
ResponsivenessNo issues

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

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    A 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.
    1
    229
    1
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    A 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.
    1
    229
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A 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
  • A
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol server that generates random UUIDs (v4) for MCP-compatible clients like Claude Desktop.
    2
    Apache 2.0

Latest Blog Posts

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