Skip to main content
Glama
jwalsh

MCP QR Code Server

by jwalsh

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
generate-qrcodeB

Generate QR codes in various formats with customizable error correction levels and sizes

Prompts

Interactive templates invoked by user choice

NameDescription
create-wifi-qrCreate a QR code for connecting to a WiFi network
create-contact-qrCreate a QR code with contact information
create-url-qrCreate a QR code for a website URL
create-text-qrCreate a QR code with plain text
create-calendar-qrCreate a QR code for a calendar event
create-custom-sized-qrCreate a QR code with custom size settings
qr-with-high-error-correctionCreate a QR code with high error correction level
text-output-qrCreate a QR code with text output format

Resources

Contextual data attached and managed by the client

NameDescription
Sample QR CodeA sample QR code that links to the project repository
Hello WorldA simple Hello World QR code example
WiFi QR CodeGenerate a QR code to connect to WiFi
Contact QR CodeGenerate a QR code with contact information
URL QR CodeGenerate a QR code for a URL
Text QR CodeGenerate a QR code containing plain text
Calendar Event QR CodeGenerate a QR code for a calendar event

TDQS

A3.7/5.0

Scored across 1 tool

Disambiguation5/5

There is only one tool, so no risk of confusion or overlap with other tools.

Naming Consistency5/5

The single tool uses a clear verb_noun pattern (generate-qrcode), and with only one tool, consistency is not an issue.

Tool Count5/5

One tool is perfectly appropriate for a server dedicated solely to generating QR codes, as the scope is narrow and focused.

Completeness4/5

The tool covers the core functionality of generating QR codes with customization options, but lacks features like batch generation or output validation, though these are not essential for a basic server.

Maintenance

ActivitySlowing
ResponsivenessNo issues