You're viewing a demo portfolio

Join the waitlist
PRSM

create_qr

Active

Tool 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)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-qrcode

https://github.com/pipeworx-io/mcp-qrcode

2/7 registries
View full server →
create_qr — mcp-qrcode — PRSM MCP