Serversde.qrcodly/mcp-server
S

QRcodly

de.qrcodly/mcp-server · v1.0.0
● Remote
v1.0.0remote🌐 https://mcp.qrcodly.de/mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "de.qrcodly/mcp-server",
  "description": "Create, manage, and share QR codes and short URLs",
  "title": "QRcodly",
  "repository": {
    "url": "https://github.com/FloB95/qrcodly",
    "source": "github"
  },
  "version": "1.0.0",
  "websiteUrl": "https://www.qrcodly.de",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.qrcodly.de/mcp",
      "headers": [
        {
          "description": "Bearer token for API authentication (format: Bearer <your-api-key>)",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}