Serversio.github.QrMakerIO/mcp-server
S

io.github.QrMakerIO/mcp-server

io.github.QrMakerIO/mcp-server · v0.1.1
▦ npm
v0.1.1npm npm: @qr-maker/mcp-server↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.QrMakerIO/mcp-server",
  "description": "Generate styled QR codes, manage dynamic short links with analytics, and publish landing pages.",
  "repository": {
    "url": "https://github.com/qr-maker-io/mcp-server",
    "source": "github"
  },
  "version": "0.1.1",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@qr-maker/mcp-server",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your QR Maker API key from qr-maker.io/app/settings/api-keys",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "QR_MAKER_API_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}