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 기반 호출당 결제(B Base L2의 USDC) 계정 -- API 키 불필요, 가입 불필요, 요청 제한 없음.

klymax402 마켓플레이스의 일부입니다 — AI 에이전트를 위한 100개의 x402 마이크로결제 API를 하나의 지갑으로, 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/fetch, x402-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를 사용하세요.

spinner

사용하면 안 되는 서버: 해싱(crypto_generate_hash 사용), 비밀번호 생성(security_check_password 사용), 슬러그 생성(text_generate_slug 사용).

에이전트 프롬프트 예시

  • "데이터베이스 레코드, API 키 또는 세션 토큰용 고유 식별자를 생성하세요"

코딩 결제

  • 프로토콜: x402 -- HTTP 기반 호출당 결제, 가입 없음, API 키 없음

  • 네트워크: Base L2 (eip155:8453)

  • 자산: USDC

  • Facilitator: Coinbase CDP (기본), PayAI (대체)

  • ATXP를 통해서도 접근 가능 (OAuth로 감싼 x402, RFC 9728 보호 리소스 메타데이터)

klymax402의 일부

100개의 x402 마이크로결제 API를 AI 에이전트에게 -- 하나의 지갑, 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