Scan QRCode MCP Server
Related Servers
Alternatives to Scan QRCode MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables decoding QR code images to extract embedded text or URLs via api.qrserver.com.11MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI models to decode QR codes from images by providing tools that scan and enhance QR codes, returning content and image quality diagnostics. It bridges the gap between visual recognition and actual decoding, allowing models to read QR codes directly from screenshots or photos.MIT
- AlicenseAqualityAmaintenanceEnables AI assistants to decode QR codes from images, with tools for scanning full images and enhancing blurry or reflective regions before decoding, plus quality diagnostics to guide retry strategies.3MIT
- AlicenseNot gradedqualityBmaintenanceEnables barcode decoding from URLs, uploaded files, or raw bytes via HTTP and MCP, supporting formats like EAN13, QRCode, and DataMatrix.MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to generate QR codes from text and scan QR codes from images, supporting multiple codes per image and customizable output paths.-
- FlicenseNot gradedqualityDmaintenanceEnables image analysis and recognition through multiple LLM vision models (Gemini, GPT-4o, Qwen-VL, Doubao) by accepting image URLs or Base64 data and returning text descriptions or answers to questions about the images.1-
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: one decodes QR codes from data URLs, while the other decodes from HTTP(S) image URLs. There is no overlap or ambiguity between them, making it easy for an agent to select the correct tool based on the input source.
Both tools follow a consistent verb_noun pattern with 'decode_qrcode_' as a prefix, followed by 'data_url' and 'image_url'. The naming is uniform and predictable, using snake_case throughout without any deviations.
With only two tools, the server feels thin for a QR code decoding domain, as it might lack operations like encoding QR codes or handling local file inputs. However, the count is reasonable for a minimal decoding-focused server, though it borders on being too limited.
The server is severely incomplete for QR code operations, as it only provides decoding from two specific input types (data URLs and image URLs). There are significant gaps, such as no encoding tools, no support for local files, and no error handling or validation tools, which could lead to agent failures in broader use cases.