Serverssite.qrrapido/qr-generator
G

QR Rápido

site.qrrapido/qr-generator · v1.0.0
● Remote
v1.0.0remote🌐 https://qrrapido.site/api/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "site.qrrapido/qr-generator",
  "description": "Generate QR codes for URLs, PIX, Wi-Fi, vCards, WhatsApp and more. For AI agents.",
  "title": "QR Rápido",
  "repository": {
    "url": "https://github.com/modelcontextprotocol/registry",
    "source": "github"
  },
  "version": "1.0.0",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://qrrapido.site/api/mcp",
      "headers": [
        {
          "description": "API key from https://qrrapido.site/Developer",
          "isRequired": true,
          "isSecret": true,
          "name": "X-API-Key"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}