目录 / QRFLOW.codes
MCP
鉴权未知
未评级
已上架
QRFLOW.codes
QR codes an assistant can make, and change after they are printed. Create any kind of QR code, then re-point a dynamic code to a new destination without reprinting it. Print short links on your own domain and read scan analytics. Sign in with a QRFLOW.codes account. No API key needed.
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://qrflow--native-code.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
"mcpServers": {
"QRFLOW.codes": {
"url": "https://qrflow--native-code.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| list_code_kinds | Every kind of QR code QRFLOW can make (url, wifi, vcard, email, phone, sms, text, and subtypes like instagram, googlereview, whatsapp, appstore, pdf, menu, location), with the fields each one needs and the plan it requires. Call this before create_qr_code when unsure which kind or fields to use. |
| list_qr_codes | List the account's QR codes, newest first, with scan counts and the printed short link. Optional q searches labels. |
| get_qr_code | One QR code by id: what it opens, whether it is dynamic, its printed short link, scan count and image URL. |
| create_qr_code | Create a QR code. kind is a catalog id (url, wifi, vcard, email, phone, sms, text, instagram, googlereview, whatsapp, pdf, ...); fields are that kind's fields, e.g. {url: 'https://...'} for url, {ssid, password, encryption} for wifi, {handle} for instagram. url/phone/email/sms/location codes are dynamic, meaning their destination can be changed later without reprinting: a free account gets one, a paid plan makes every code dynamic. Check `dynamic` in the result and say so if a code came back static. Returns the code with its printed short link and image URL. |
| update_qr_code | Change a QR code: destination_url or destination_data (dynamic codes only; the printed code keeps working), label, paused, expires_at (ISO or null), slug (link name on the account's domain), domain_id, colors, frame. Send only what changes. |
| delete_qr_code | Delete a QR code and its scan history for good. A dynamic code's printed link stops working; prefer update_qr_code with paused=true if the print is still out there. |
| get_scan_stats | Scan analytics for one code over a window (default the last 30 days, at most 92), grouped by day, device, country, city, browser, os or referrer. |
| bulk_create_qr_codes | Create many dynamic URL codes at once (up to the plan's per-request limit). Needs Premium; on the free plan use create_qr_code one at a time. rows: [{destination, label?}], where destination is the web address (url, link and a bare string are also accepted). Counts against the plan's monthly bulk allowance. Returns the created codes and any rejected rows. |
| list_domains | The account's connected link domains (go.yourbrand.com), which one is the default, and their ids for domain_id. |
| get_qr_image | Show the user their QR code, or hand them a file to save. Returns the PNG inline (plain code, no frame) so it can be displayed in the conversation, plus png_download_url and svg_download_url: signed links that work for 24 hours with no sign-in, so a script, a curl or the user's browser can save the file without a key. The SVG carries the frame, colors and logo and is the one to give a printer. size is the PNG width in px (256-2048). Call this after create_qr_code. |
| get_account | Who is signed in, their plan, and the limits that apply (saved codes, bulk, domains, requests per minute). |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。