Skip to main content
Glama
Br0ski777

uuid-generator

by Br0ski777

UUID Generator API

MCP Server x402 License: MIT

UUID v4、v7、ULID、または nanoid の識別子を生成します。一度に最大100件まで一括生成できます。ソート可能、コンパクト、ランダムの各形式に対応しています。x402 による呼び出しごとの課金(Base L2 上の USDC)――API キー不要、サインアップ不要、レート制限なし。

klymax402 マーケットプレイスの一部です。AI エージェント向けの100件の x402 マイクロペイメント API を、1つのウォレット、Base 上の USDC で利用できます。

クイックスタート -- MCP

MCP クライアントの設定(Claude Desktop、Cursor、ElizaOS など)に追加します:

{
  "mcpServers": {
    "uuid-generator": {
      "url": "https://uuid-generator.api.klymax402.com/mcp"
    }
  }
}

Related MCP server: GoldBean

クイックスタート -- 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 body

x402 対応クライアント(@x402/fetchx402-agent-tools、ATXP)は、402 -> 署名 -> 再試行のサイクルを自動的に処理します。

ツール

ツール

メソッド

パス

価格

説明

utility_generate_uuid

POST

/api/generate

$0.003

一意の識別子を生成します

utility_generate_uuid

データベースレコード、API キー、またはセッショントークン用に一意の識別子を生成する必要がある場合に使用します。選択した形式の ID の配列を返します。

パラメータ

名前

必須

説明

format

string

いいえ

形式:uuidv4、uuidv7、ulid、nanoid(デフォルト:uuidv4)

count

number

いいえ

生成する数(デフォルト:1、最大:100)

length

number

いいえ

nanoid の長さ(デフォルト:21)

応答例:

{"ids":["550e8400-e29b-41d4-a716-446655440000"],"format":"uuidv4","count":1}

使用場面:主キー、相関 ID、または一意なファイル名の作成。データベースで時間順に並べ替え可能な ID が必要な場合は、uuidv7 または ulid を使ってください。URL で安全な短いトークンが必要な場合は、nanoid を使ってください。

対象外:ハッシュ化(crypto_generate_hash を使用)、パスワード生成(security_check_password を使用)、スラグ生成(text_generate_slug を使用)。

エージェント向けプロンプト例

  • 「データベースレコード、API キー、セッショントークン用の一意の識別子を生成してください」

支払い

  • プロトコル:x402 -- HTTP ネイティブの呼び出しごとの課金、サインアップ不要、API キー不要

  • ネットワーク:Base L2(eip155:8453

  • アセット:USDC

  • ファシリテーター:Coinbase CDP(プライマリ)、PayAI(フォールバック)

  • ATXP(OAuth でラップされた x402、RFC 9728 の保護リソースメタデータ)経由でも利用できます。

klymax402 の一部

AI エージェント向けの 100 の x402 マイクロペイメント API -- 1つのウォレット、Base 上の USDC、サインアップ不要。

ライセンス

MIT

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

UpdatingMaintainers
UpdatingResponse time
Release cycle
0Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

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/Br0ski777/uuid-generator-x402'

If you have feedback or need assistance with the MCP directory API, please join our Discord server