barcode-generator
Barcode Generator API
EAN-13, UPC-A, Code128, Code39 바코드를 생성하세요. Base64 SVG 출력, 사용자 지정 너비와 높이. x402를 통한 호출당 결제 (Base L2의 USDC) -- API 키 불필요, 가입 불필요, 레이트 리밋 없음.
klymax402 마켓플레이스의 일부 -- AI 에이전트를 위한 100개의 x402 마이크로결제 API, 하나의 지갑, Base의 USDC.
빠른 시작 -- MCP
MCP 클라이언트 구성(Claude Desktop, Cursor, ElizaOS 등)에 추가하세요:
{
"mcpServers": {
"barcode-generator": {
"url": "https://barcode-generator.api.klymax402.com/mcp"
}
}
}Related MCP server: QR Code Generator
빠른 시작 -- HTTP (x402)
curl -X POST "https://barcode-generator.api.klymax402.com/api/barcode" \
-H "Content-Type: application/json" \
-d '{"data":"..."}'
# -> 402 Payment Required, with an x402 payment challenge in the response bodyx402를 인식하는 모든 클라이언트(@x402/fetch, x402-agent-tools, ATXP)는 402 -> 서명 -> 재시도 사이클을 자동으로 처리합니다.
도구
도구 | 메서드 | 경로 | 가격 | 설명 |
| POST |
| $0.003 | 텍스트 또는 숫자에서 바코드를 생성합니다 |
utility_generate_barcode
텍스트 또는 숫자에서 바코드를 생성해야 할 때 사용합니다. JSON으로 base64 인코딩된 SVG 이미지를 반환합니다.
파라미터
이름 | 유형 | 필수 여부 | 설명 |
| string | 예 | 바코드에 인코딩할 데이터 |
| string | 아니요 | 바코드 형식: code128, code39, ean13, upca (기본값: code128) |
| number | 아니요 | 막대 너비 (픽셀 단위, 기본값: 2) |
| number | 아니요 | 바코드 높이 (픽셀 단위, 기본값: 100) |
응답 예시:
{"data":"5901234123457","format":"ean13","image":"PHN2ZyB4bWxu...","width":264,"height":142}적합한 경우: 제품 라벨링, 재고 관리, 배송 라벨, 소매 POS 시스템, 자산 추적용 바코드.
적합하지 않은 경우: QR 코드(utility_generate_qr_code 사용), 이미지 크기 조정(media_resize_image 사용), PDF 생성(document_generate_pdf 사용).
에이전트 프롬프트 예시
"텍스트 또는 숫자에서 바코드 생성"
결제
프로토콜: x402 -- HTTP 기반 호출당 결제, 가입 불필요, API 키 불필요
네트워크: Base L2 (
eip155:8453)자산: USDC
중개자: Coinbase CDP (기본), PayAI (대체)
ATXP로도 접근 가능 (OAuth로 래핑된 x402, RFC 9728 보호 리소스 메타데이터)
klymax402의 일부
AI 에이전트를 위한 100개의 x402 마이크로결제 API -- 하나의 지갑, Base의 USDC, 가입 절차 없음.
전체 API 참조: https://klymax402.com/llms-full.txt
실시간 통계: https://klymax402.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
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to generate QR codes for URLs, WiFi, contacts, and more with structured parameters.3,1594MIT
- AlicenseNot gradedqualityBmaintenanceMCP server to generate QR codes from text or URLs, returning base64 PNG images, with pay-per-call via x402 micropayments (USDC on Base L2).MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to query the largest CC0 database for provenance, license verification, and market data, and generate CC0 images, all via pay-per-call x402 micropayments.
- AlicenseNot gradedqualityCmaintenanceEnables coding agents to generate AI images directly through MCP tools, handling payment via the x402 protocol with USDC on Base and no API keys.MIT
Related MCP Connectors
63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.
x402-paid agent tools: 18 over HTTP, 14 over stdio. USDC per call, no API key.
30 pay-per-call APIs for AI agents: compliance, trade, safety, web, data. USDC on Base via x402.
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/barcode-generator-x402'
If you have feedback or need assistance with the MCP directory API, please join our Discord server