Skip to main content
Glama

Server Details

Free styled QR code generator API. Create QR codes with custom colors, logos, and frame templates. Supports URL, WiFi, Email, Phone, SMS. No API keys required.

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
Unhealthy
Last Tested
Transport
Streamable HTTP
URL

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 3 tool updates
    • Changedgenerate_qr4 fields changed
      • addedInput schema / properties / frameLabel
        Added value: +{
        +  "description": "Custom text label for the frame (overrides default frame text, max 50 chars)",
        +  "maxLength": 50,
        +  "type": "string"
        +}
      • addedInput schema / properties / gradientAngle
        Added value: +{
        +  "description": "Gradient angle in degrees for linear gradients (default: 0)",
        +  "maximum": 360,
        +  "minimum": 0,
        +  "type": "number"
        +}
      • addedInput schema / properties / gradientColors
        Added value: +{
        +  "description": "Comma-separated hex colors without # for gradient (2-4 colors, e.g., \"ff0000,0000ff\")",
        +  "type": "string"
        +}
      • addedInput schema / properties / gradientType
        Added value: +{
        +  "description": "Gradient type for foreground (overrides foreground color)",
        +  "enum": [
        +    "linear",
        +    "radial"
        +  ],
        +  "type": "string"
        +}
    • Addedgenerate_typed_qr
    • Addedlist_types
  2. 1 tool update
    • Changedgenerate_qr2 fields changed
      • changedInput schema / properties / background / description
        Previous value: -"Background hex color without # (default: ffffff)"New value: +"Background hex color without # (default: ffffff), or \"transparent\""
      • addedInput schema / properties / style
        Added value: +{
        +  "description": "Module shape (default: square)",
        +  "enum": [
        +    "square",
        +    "rounded",
        +    "dots",
        +    "classy-rounded"
        +  ],
        +  "type": "string"
        +}
  3. 2 tool updates
    • First observedgenerate_qr
    • First observedlist_frames

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    Generate QR codes and create, edit and track dynamic (editable) QR codes with scan analytics, folders, style themes and branded subdomain management. Free REST API with an OpenAPI spec alongside; every tool takes a free API key.
    4
    AGPL 3.0
  • A
    license
    Not graded
    quality
    F
    maintenance
    Enables AI assistants to generate styled QR codes with customizable colors, styles, gradients, and frames, as well as typed QR codes for WiFi, vCard, etc., using the QRMint API without requiring an API key.
    36
    1
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Dynamic QR code platform for AI agents. Create, customize, and track QR codes without regenerating images. 37 tools covering 11 QR types (URL, vCard, WiFi, event…).
    37
    2
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Enables generation of customizable QR codes through the API Ninjas service, supporting multiple image formats (PNG, JPG, SVG, EPS) with configurable colors and sizes.
    1
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap: generate_qr creates custom-styled QR codes, generate_typed_qr produces structured data QR codes, list_frames enumerates frame templates, and list_types lists data types. An agent can easily differentiate between them based on their specific functions.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case: generate_qr, generate_typed_qr, list_frames, list_types. This uniformity makes the set predictable and easy to understand for an agent.

Tool Count5/5

With 4 tools, this server is well-scoped for QR code generation and management. Each tool serves a clear, essential function without redundancy, making the count appropriate for the domain of QR code creation and information retrieval.

Completeness4/5

The tool set covers core QR code operations: generation (both styled and typed), and listing resources (frames and types). A minor gap exists in lacking update or delete tools for managing generated QR codes, but this is acceptable given the server's likely focus on creation and information.

Resources