Skip to main content
Glama

YOURLS-MCP

by kesslerio

generate_qr_code

Create QR codes for shortened URLs, allowing easy sharing and scanning. Customize size, format, and margin for optimal usage.

Instructions

Generate a QR code for a shortened URL

Input Schema

NameRequiredDescriptionDefault
formatNoImage format (png, svg, etc.)
marginNoMargin size
shorturlYesThe short URL to generate a QR code for
sizeNoSize of the QR code in pixels

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "format": { "description": "Image format (png, svg, etc.)", "type": "string" }, "margin": { "description": "Margin size", "type": "number" }, "shorturl": { "description": "The short URL to generate a QR code for", "type": "string" }, "size": { "description": "Size of the QR code in pixels", "type": "number" } }, "required": [ "shorturl" ], "type": "object" }

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/kesslerio/yourls-mcp'

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