uuid-generator
UUID Generator API
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 bodyx402를 지원하는 모든 클라이언트(@x402/fetch, x402-agent-tools, ATXP)는 402 -> 서명 -> 재시도 주기를 자동으로 처리합니다.
도구
도구 | 메서드 | 경로 | 가격 | 설명 |
| POST |
| $0.003 | 고유 식별자 생성 |
utility_generate_uuid
데이터베이스 레코드, API 키 또는 세션 토큰에 대한 고유 식별자가 필요할 때 사용하세요. 선택한 형식의 ID 배열을 반환합니다.
매개변수
이름 | 형식 | 필수 여부 | 설명 |
| string | 아니오 | 형식: uuidv4, uuidv7, ulid, nanoid (기본값: uuidv4) |
| number | 아니오 | 생성할 개수 (기본값: 1, 최대: 100) |
| 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, 회원가입 제로.
카탈로그: <https://k/liburn 402.com/llms.txt>
전체 API 참조: https://k402.com/llms-full.txt
라이브 통계: https://k402.com/stats
라이선스
MIT
This server cannot be installed
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 Servers
FlicenseNot gradedqualityFmaintenanceProvides 20+ AI agent capabilities like web scraping, PDF parsing, OCR, and more, with pay-per-use micropayments via x402.1- AlicenseCqualityCmaintenancex402 Micropaid MCP Server — 120+ paid API endpoints for AI Agents. Pay per call with USDC on Base network. No signup, no API key needed.551MIT

@hpp-io/x402-mcp-bridgeofficial
AlicenseNot gradedqualityBmaintenanceEnables AI agents to autonomously pay for and discover services using HPP USDC.e over the x402 protocol, without API keys or manual signing.274Apache 2.0- AlicenseAqualityCmaintenanceProvides AI agents with 10 pay-per-call utility tools (QR generation, DNS lookup, OCR, etc.) using USDC on Base via the x402 protocol, with agent's private key never leaving the agent.1167MIT
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.
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/Br0ski777/uuid-generator-x402'
If you have feedback or need assistance with the MCP directory API, please join our Discord server