# QR Code Generator — Base64 PNG from Any Text

QR code generation API for AI agents. Generate QR codes from any text or URL: base64-encoded PNG output, configurable size (100-1000px). Fast and lightweight.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add axel-belfort/qr-code

# Browse available tools
npx -y @smithery/cli@latest tool list axel-belfort/qr-code

# Get full schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/qr-code utility_generate_qr_code

# Call a tool
npx -y @smithery/cli@latest tool call axel-belfort/qr-code utility_generate_qr_code '{}'
```

## Direct MCP Connection

Endpoint: `https://qr-code--axel-belfort.run.tools`

## Tools (1)

- `utility_generate_qr_code` — Use this when you need to generate a QR code from text, a URL, or any string data. Returns base64 image data in JSON.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get axel-belfort/qr-code <tool-name>
```
