MCP QR Code Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate-qrcodeB | Generate QR codes in various formats with customizable error correction levels and sizes |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| create-wifi-qr | Create a QR code for connecting to a WiFi network |
| create-contact-qr | Create a QR code with contact information |
| create-url-qr | Create a QR code for a website URL |
| create-text-qr | Create a QR code with plain text |
| create-calendar-qr | Create a QR code for a calendar event |
| create-custom-sized-qr | Create a QR code with custom size settings |
| qr-with-high-error-correction | Create a QR code with high error correction level |
| text-output-qr | Create a QR code with text output format |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Sample QR Code | A sample QR code that links to the project repository |
| Hello World | A simple Hello World QR code example |
| WiFi QR Code | Generate a QR code to connect to WiFi |
| Contact QR Code | Generate a QR code with contact information |
| URL QR Code | Generate a QR code for a URL |
| Text QR Code | Generate a QR code containing plain text |
| Calendar Event QR Code | Generate a QR code for a calendar event |
TDQS
Scored across 1 tool
There is only one tool, so no risk of confusion or overlap with other tools.
The single tool uses a clear verb_noun pattern (generate-qrcode), and with only one tool, consistency is not an issue.
One tool is perfectly appropriate for a server dedicated solely to generating QR codes, as the scope is narrow and focused.
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.