Skip to main content
Glama

Server Details

Generate a custom QR code in PNG or SVG format.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Uptime
100.0% over 40 days
Last Tested
Transport
Streamable HTTP · MCP 2024-11-05
URL

TDQS

A4.4/5.0

Scored across 1 tool

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count4/5

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.

Completeness5/5

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 tool
generate_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).

ParametersJSON Schema
NameRequiredDescriptionDefault
urlNoThe URL or text to encode in the QR code. Optional if using other tab types.
formatNoOutput format. 'png' is free. 'svg' vector output requires x402 micropayment ($0.001).png
dblCodeNoDragon Ball Legends code. Required if activeTab is 'dbl'. Requires x402 micropayment ($0.001).
logoUrlNoImage URL or base64 data URL to embed in the center of the QR code. Requires x402 micropayment ($0.001).
dotStyleNoVisual style of QR dots. 'square' is free. Custom styles ('circle', 'hex', 'diamond') require x402 micropayment ($0.001).square
eccLevelNoH
activeTabNoQR 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
primaryColorNoHex color code, e.g. '#00f0ff'. Custom colors require x402 micropayment ($0.001).

TDQS

A4.2/5.0
Behavior4/5

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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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. 1 tool update
    • Changedgenerate_qr_code2 fields changed
      • addedInput schema / additionalProperties
        Added value: +true
      • changedInput schema / properties / activeTab / description
        Previous 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'."
  2. 1 tool update
    • Changedgenerate_qr_code6 fields changed
      • changedInput schema / properties / activeTab / description
        Previous 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)."
      • changedInput schema / properties / dblCode / description
        Previous 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)."
      • addedInput schema / properties / dotStyle / description
        Added value: +"Visual style of QR dots. 'square' is free. Custom styles ('circle', 'hex', 'diamond') require x402 micropayment ($0.001)."
      • addedInput schema / properties / format / description
        Added value: +"Output format. 'png' is free. 'svg' vector output requires x402 micropayment ($0.001)."
      • changedInput schema / properties / logoUrl / description
        Previous 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)."
      • changedInput schema / properties / primaryColor / description
        Previous value: -"Hex color code, e.g. '#00f0ff'"New value: +"Hex color code, e.g. '#00f0ff'. Custom colors require x402 micropayment ($0.001)."
  3. 1 tool update
    • First observedgenerate_qr_code

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Enables 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.
    16
    7 npm
    1
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables 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
  • A
    license
    Not graded
    quality
    B
    maintenance
    Browse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources