Skip to main content
Glama
Br0ski777

barcode-generator

by Br0ski777

Barcode Generator API

MCP Server x402 License: MIT

EAN-13、UPC-A、Code128、Code39 のバーコードを生成します。Base64 SVG 出力、カスタムの幅と高さに対応。x402 による呼び出しごとの課金(Base L2 上の USDC)-- APIキー不要、サインアップ不要、レート制限の壁なし。

klymax402 マーケットプレイスに含まれます -- AIエージェント向けの100 の x402 マイクロペイメントAPI。1つのウォレットで Base 上の USDC。

Quickstart -- MCP

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

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

Related MCP server: QR Code Generator

Quickstart -- 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 body

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

ツール

Tool

Method

Path

Price

Description

utility_generate_barcode

POST

/api/barcode

$0.003

テキストまたは数値からバーコードを生成します

utility_generate_barcode

テキストまたは数値からバーコードを生成する必要があるときに使用します。base64 エンコードされた SVG 画像を JSON で返します。

パラメータ

名前

必須

説明

data

string

yes

バーコードにエンコードするデータ

format

string

no

バーコード形式: code128, code39, ean13, upca(既定値: code128)

width

number

no

バーの幅(ピクセル単位、既定値: 2)

height

number

no

バーコードの高さ(ピクセル単位、既定値: 100)

レスポンス例:

{"data":"5901234123457","format":"ean13","image":"PHN2ZyB4bWxu...","width":264,"height":142}

使用する場面: 商品ラベル、在庫管理、配送ラベル、小売POSシステム、資産管理バーコード。

対象外: QRコード(utility_generate_qr_code を使用)、画像リサイズ(media_resize_image を使用)、PDF生成(document_generate_pdf を使用)。

エージェント プロンプトの例

  • 「テキストまたは数値からバーコードを生成します」

Payment

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

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

  • アセット: USDC

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

  • また、ATXP(OAuth ラップされたので、 RFC 9728 保護リソースメタデータ)からもアクセス可能

klymax402 の一部

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

ライセンス

MIT

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

Maintenance

Maintainers
Response time
Release cycle
Releases (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

  • A
    license
    Not graded
    quality
    B
    maintenance
    MCP 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
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables 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.

View all related MCP servers

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.

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

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