Scan QR Code icon

Scan QR Code

Decodes QR codes from either a data URL or an HTTP(S) image URL.

About

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.

Key Features

  • 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

Use Cases

  • 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.