stagenth · 二维码工具箱
Server Details
QR & barcode toolkit: generate, decode, vector SVG, logo QR, WiFi and vCard QR codes.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.9/5 across 7 of 7 tools scored.
Each tool has a distinct purpose: barcode generation, QR decoding, standard QR generation, branded QR, SVG QR, vCard QR, and WiFi QR. There is no functional overlap.
Tools consistently use 'qr_' or 'barcode_' prefixes, but the second part mixes verbs (generate, decode) and nouns (logo, svg, vcard, wifi). Minor inconsistency, but pattern is clear.
With 7 tools covering essential QR and barcode operations, the count is well-scoped for the toolkit's purpose. No redundancy or missing core functionality.
Covers generation (standard, logo, SVG, vCard, WiFi) and decoding for QR, plus barcode generation. Lacks barcode decoding and a generic QR with custom options, but these are minor gaps.
Available Tools
7 toolsbarcode_generateInspect
把数据生成一维条形码 PNG(1 credit/次)。产物存入文件中转站返下载 URL。失败自动退款。
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | 要编码的数据(数字/字符,按码制规则) | |
| filename | No | 可选输出文件名(.png) | |
| symbology | No | 码制:code128(通用)/code39/ean13/ean8/upca/isbn13/isbn10/issn/jan/pzn/gs1_128。注意 ean13 需 12-13 位数字等 | code128 |
qr_decodeInspect
识别图片里的二维码,返回文本列表(1 credit/次)。一张图多个 QR 都会识别;识别不到返回空列表。
仅识别二维码(QR),一维条形码识别暂不支持。
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | No | 已上传到文件中转站的图片 ID(与 data_base64 二选一) | |
| data_base64 | No | 图片内容 base64(与 file_id 二选一) |
qr_generateInspect
把文本/URL 生成二维码 PNG(1 credit/次)。产物存入文件中转站返下载 URL。失败自动退款。
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | 要编码的文本 / URL / 任意字符串 | |
| border | No | 边距(点数,0-20) | |
| box_size | No | 每个点的像素大小(1-40) | |
| filename | No | 可选输出文件名(.png) | |
| back_color | No | 背景色(名称或 #hex) | white |
| fill_color | No | 前景色(名称或 #hex) | black |
| error_correction | No | 纠错等级 L(7%)/M(15%)/Q(25%)/H(30%),越高越抗污损但图更密 | M |
qr_logoInspect
生成带中心 logo 的品牌二维码(自动 H 级 30% 容错保证可扫),返下载 URL。
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | 要编码的文本 / URL | |
| box_size | No | 模块像素,默认 10 | |
| back_color | No | 背景色 | white |
| fill_color | No | 前景色,如 #1a73e8 | black |
| logo_base64 | Yes | 中心 logo 图片的 base64(png/jpg) |
qr_svgInspect
生成矢量 SVG 二维码(印刷 / 无限放大不糊),直接返回 SVG 源码文本。
SVG 是文本格式,直接内联返回:AI 可原样嵌网页/文档,无需下载往返。
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | 要编码的文本 / URL | |
| border | No | 留白格数,默认 4 | |
| error_correction | No | 容错等级 L/M/Q/H,默认 M | M |
qr_vcardInspect
生成电子名片二维码(vCard 3.0):扫码直接存入联系人。
| Name | Required | Description | Default |
|---|---|---|---|
| org | No | 公司 / 组织 | |
| url | No | 个人 / 公司网址 | |
| name | Yes | 姓名 | |
| No | 邮箱 | ||
| phone | No | 手机号 | |
| title | No | 职务 |
qr_wifiInspect
生成 WiFi 配网二维码:手机相机扫码即自动连 WiFi(民宿/门店/会议室必备)。
| Name | Required | Description | Default |
|---|---|---|---|
| ssid | Yes | WiFi 名称(SSID) | |
| hidden | No | 是否隐藏网络 | |
| password | No | WiFi 密码(开放网络可不填) | |
| security | No | 加密方式 WPA / WEP / nopass,默认 WPA | WPA |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!