EZ QR Generator
Server Details
Generate a custom QR code in PNG or SVG format.
- Status
- Healthy
- Uptime
- 100.0% over 40 days
- Last Tested
- Transport
- Streamable HTTP · MCP 2024-11-05
- URL
TDQS
Scored across 1 tool
With only one tool, there is no possibility of confusion between tools. The tool's name and description clearly indicate its purpose of generating QR codes.
The single tool uses a clear verb_noun convention (generate_qr_code), which is descriptive and consistent. There are no other names to create inconsistencies.
The server has a focused purpose and one tool fully covers it. While one tool is on the low end of the typical range, it is reasonable for a simple QR generator and does not feel excessive or inadequate.
The tool supports basic and premium QR generation, custom styling, and multiple QR types, covering the full scope of the domain. There are no obvious missing operations that would impede a user's workflow.
Available Tools
1 toolgenerate_qr_codeAInspect
Generate custom QR codes. Free Tier: Basic URL/Text PNG. Paid Tier ($0.001 USD via x402): Vector SVG, custom styling (dotStyle, primaryColor, logoUrl), or premium QR types (wifi, vcard, crypto, dbl).
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | The URL or text to encode in the QR code. Optional if using other tab types. | |
| format | No | Output format. 'png' is free. 'svg' vector output requires x402 micropayment ($0.001). | png |
| dblCode | No | Dragon Ball Legends code. Required if activeTab is 'dbl'. Requires x402 micropayment ($0.001). | |
| logoUrl | No | Image URL or base64 data URL to embed in the center of the QR code. Requires x402 micropayment ($0.001). | |
| dotStyle | No | Visual style of QR dots. 'square' is free. Custom styles ('circle', 'hex', 'diamond') require x402 micropayment ($0.001). | square |
| eccLevel | No | H | |
| activeTab | No | QR payload type. Free: 'url', 'text'. Paid via x402: 'wifi', 'vcard', 'email', 'phone', 'sms', 'whatsapp', 'facebook', 'instagram', 'twitter', 'youtube', 'tiktok', 'linktree', 'location', 'paypal', 'dbl', 'crypto', 'spotify', 'linkedin', 'telegram', 'github', 'discord', 'twitch'. | url |
| primaryColor | No | Hex color code, e.g. '#00f0ff'. Custom colors require x402 micropayment ($0.001). |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of disclosure. It clearly reveals the x402 micropayment requirement for premium features, which is a crucial behavioral trait. It does not cover failure modes or error handling, but the core cost implication is transparently stated.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences long, front-loaded with the primary purpose, and efficiently conveys the free/paid split. Every word earns its place, making it highly concise and well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the complexity of 8 parameters and no output schema, the description does a good job of summarizing the core free/paid options. However, it omits the 'json' output format present in the schema and does not mention the optionality or activeTab-driven payload types. Nonetheless, the schema covers most details, so the description is reasonably complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 88%, so the input schema already documents almost all parameters. The description mentions dotStyle, primaryColor, and logoUrl as custom styling, but these details are already in the schema descriptions. No added semantic meaning beyond what the schema provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states 'Generate custom QR codes' with a specific verb and resource. It distinguishes free vs paid tiers, which further clarifies the tool's scope. With no sibling tools to confuse, this is a strong purpose statement.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit context for when to use free vs paid features (Free Tier: Basic URL/Text PNG; Paid Tier: $0.001 via x402). It does not state exclusions or alternatives, but there are no sibling tools, so the guidance is sufficient for selecting the right options.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
1 tool update
- Changed
generate_qr_code2 fields changed- added
Input schema / additionalPropertiesAdded value: +true - changed
Input schema / properties / activeTab / descriptionPrevious value: -"QR payload type ('url', 'text' are free; 'wifi', 'vcard', 'crypto', 'dbl' require x402 micropayment)."New value: +"QR payload type. Free: 'url', 'text'. Paid via x402: 'wifi', 'vcard', 'email', 'phone', 'sms', 'whatsapp', 'facebook', 'instagram', 'twitter', 'youtube', 'tiktok', 'linktree', 'location', 'paypal', 'dbl', 'crypto', 'spotify', 'linkedin', 'telegram', 'github', 'discord', 'twitch'."
1 tool update
- Changed
generate_qr_code6 fields changed- changed
Input schema / properties / activeTab / descriptionPrevious value: -"QR code payload type (e.g. 'url', 'text', 'wifi', 'dbl', etc.)"New value: +"QR payload type ('url', 'text' are free; 'wifi', 'vcard', 'crypto', 'dbl' require x402 micropayment)." - changed
Input schema / properties / dblCode / descriptionPrevious value: -"Dragon Ball Legends code. Required if activeTab is 'dbl'."New value: +"Dragon Ball Legends code. Required if activeTab is 'dbl'. Requires x402 micropayment ($0.001)." - added
Input schema / properties / dotStyle / descriptionAdded value: +"Visual style of QR dots. 'square' is free. Custom styles ('circle', 'hex', 'diamond') require x402 micropayment ($0.001)." - added
Input schema / properties / format / descriptionAdded value: +"Output format. 'png' is free. 'svg' vector output requires x402 micropayment ($0.001)." - changed
Input schema / properties / logoUrl / descriptionPrevious value: -"Optional image URL or base64 data URL to embed in the center of the QR code"New value: +"Image URL or base64 data URL to embed in the center of the QR code. Requires x402 micropayment ($0.001)." - changed
Input schema / properties / primaryColor / descriptionPrevious value: -"Hex color code, e.g. '#00f0ff'"New value: +"Hex color code, e.g. '#00f0ff'. Custom colors require x402 micropayment ($0.001)."
1 tool update
- First observed
generate_qr_code
Related MCP Servers
- AlicenseAqualityCmaintenanceEnables brand visibility monitoring across major AI platforms like ChatGPT, Claude, Gemini, and Perplexity. It allows users to track visibility scores, analyze competitor data, and receive actionable insights to improve AI-generated brand recommendations.167 npm1MIT
- AlicenseCqualityAmaintenanceCompetitor Monitor AI - MCP server providing AI-powered tools and automation by MEOK AI Labs119 npm37 PyPIMIT
- AlicenseNot gradedqualityBmaintenanceEnables tracking competitor websites, changelogs, blog feeds, and pricing pages with meaningful diffs, classification, and Markdown digests via MCP tools for listing, adding, removing competitors, running checks, and retrieving digests or changes.MIT

industrylens-mcpofficial
AlicenseNot gradedqualityBmaintenanceBrowse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.