Catalog
QR for Agent
Officialby benswel · TypeScript
Dynamic QR codes for AI agents — custom styling, scan tracking, webhooks
Generate dynamic QR codes with custom styling, scan tracking, and webhook integration for AI agents.
README not available yet.
Install
Configuration
Environment variables
API_KEYrequiredsecretYour QR for Agent API key
BASE_URLdefault https://api.qrforagent.comAPI base URL (default: https://api.qrforagent.com)
claude_desktop_config.json
{
"mcpServers": {
"qr-for-agent": {
"command": "npx",
"args": [
"-y",
"qr-for-agent@0.12.2"
],
"env": {
"API_KEY": "<YOUR_API_KEY>",
"BASE_URL": "https://api.qrforagent.com"
}
}
}
}