MCP Hub
Back to servers

qrcode

QR Code MCP — wraps api.qrserver.com (free, no auth)

Registry
Updated
Apr 2, 2026

mcp-qrcode

MCP server for QR code generation and decoding via api.qrserver.com. Free, no auth required.

Tools

ToolDescription
create_qrGenerate a QR code image URL for any text or URL
read_qrDecode a QR code from a publicly accessible image URL

Quickstart (Pipeworx Gateway)

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "method": "tools/call",
    "params": {
      "name": "qrcode_create_qr",
      "arguments": { "data": "https://pipeworx.io" }
    },
    "id": 1
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review