create_qr
ActiveTool of mcp-qrcode
declared in 0.1.0
Generate a scannable QR code from text or URLs. Returns an image URL ready to embed or download. Use when you need to encode information into a QR code.
Parameters schema
{
"type": "object",
"examples": [
{
"data": "https://example.com"
},
{
"data": "Contact: John Doe, john@example.com",
"size": 300
}
],
"required": [
"data"
],
"properties": {
"data": {
"type": "string",
"description": "The text or URL to encode in the QR code."
},
"size": {
"type": "number",
"description": "Width and height of the QR code image in pixels (default 200)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-qrcode
https://github.com/pipeworx-io/mcp-qrcode
2/7 registries