{
  "name": "QRGen MCP Server",
  "version": "1.0.0",
  "protocol": "Model Context Protocol",
  "transport": "Streamable HTTP",
  "endpoint": "https://qrgenapp.com/mcp",
  "requestMethod": "POST",
  "authentication": "none",
  "tools": [
    {
      "name": "generate_qr",
      "description": "Generate URL, text, WiFi, vCard, and UPI QR codes.",
      "qrTypes": [
        "url",
        "text",
        "wifi",
        "vcard",
        "upi"
      ],
      "formats": [
        "png",
        "svg"
      ],
      "sizeRange": [
        32,
        2048
      ],
      "errorCorrection": [
        "L",
        "M",
        "Q",
        "H"
      ]
    }
  ],
  "documentation": "https://qrgenapp.com/docs/mcp/",
  "sdk": "https://qrgenapp.com/docs/sdk/"
}