Skip to main content
Glama

Scan QRCode MCP Server

by ericyangpan

decode_qrcode_data_url

Extract text content from QR codes embedded in base64 data URLs to access encoded information quickly.

Instructions

Decode a QR code from a data URL (data:;base64,...)

Input Schema

NameRequiredDescriptionDefault
imageDataUrlYesImage data URL (base64) of the QR image.

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "imageDataUrl": { "description": "Image data URL (base64) of the QR image.", "type": "string" } }, "required": [ "imageDataUrl" ], "type": "object" }

Other Tools from Scan QRCode MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/ericyangpan/scan-qrcode-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server