read_qr
ActiveTool of mcp-qrcode
declared in 0.1.0
Decode QR code images to extract embedded text or URLs. Returns the decoded content. Use when you need to read what's stored in a QR code.
Parameters schema
{
"type": "object",
"examples": [
{
"url": "https://example.com/qrcode.png"
}
],
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"description": "Publicly accessible URL of the QR code image to decode."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-qrcode
https://github.com/pipeworx-io/mcp-qrcode
2/7 registries