QR for Agent✓
io.github.benswel/qr-for-agent · v0.11.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.benswel/qr-for-agent",
"description": "Dynamic QR codes for AI agents — custom styling, scan tracking, webhooks",
"title": "QR for Agent",
"repository": {
"url": "https://github.com/benswel/qr-agent-core",
"source": "github"
},
"version": "0.11.0",
"packages": [
{
"registryType": "npm",
"identifier": "qr-for-agent",
"version": "0.11.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your QR for Agent API key",
"isRequired": true,
"isSecret": true,
"name": "API_KEY"
},
{
"description": "API base URL (default: https://qrforagent.com)",
"default": "https://qrforagent.com",
"name": "BASE_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}