소개
This Model Context Protocol (MCP) server provides robust functionality for decoding QR codes. It can process QR code images provided as base64-encoded data URLs or retrieve them directly from HTTP(S) image URLs. Designed for deterministic behavior, the server ensures clear error handling for invalid inputs, making it a reliable utility for integrating QR code scanning into various applications and AI agent workflows.
주요 기능
- Decode QR codes from base64-encoded data URLs (using `decode_qrcode_data_url`).
- Decode QR codes from external HTTP(S) image URLs (using `decode_qrcode_image_url`).
- Supports decoding from common image formats such as PNG and JPEG.
- Provides deterministic behavior with clear error messages for invalid inputs.
- 0 GitHub stars
사용 사례
- Automating the decoding of QR codes from publicly accessible image URLs.
- Extracting data from QR codes presented as image data URLs.
- Integrating QR code scanning into AI agent workflows or applications.