Agent-First QR InfrastructureQR codes for
QR codes for
AI agents
Describe what you need. Get a QR code or landing page in seconds.
Try an example or describe what you need
Powered by GPT-4o mini Β· Free Β· No account needed
claude_desktop_config.json
{
"mcpServers": {
"qr-maker": {
"command": "npx",
"args": ["@qr-maker/mcp-server", "--api-key=qk_live_..."]
}
}
}Add to Claude Desktop, VS Code, or any MCP-compatible agent
Three steps to QR infrastructure
1
Connect
Add the MCP server to your agent or call the REST API with your key.
2
Generate
Create styled QR codes with custom colors, logos, and branded templates.
3
Track
Dynamic short links with click analytics β country, device, real-time.
REST API with Agent Experience
Every response includes structured errors with suggestions, progressive discovery hints, and machine-readable rate limits. Designed so agents can self-correct without human intervention.
- Structured errors with suggestion field
- Progressive discovery hints in meta
- Quota walls with upgrade path
- Rate limit headers on every response
- Idempotency-Key support
- OpenAPI 3.1 spec at /v2/openapi.json
curl -X POST https://api.qr-maker.io/v2/qr/generate \
-H "x-api-key: qk_live_..." \
-d '{
"content": "https://qr-maker.io",
"format": "png",
"style": {
"dotsOptions": {
"type": "rounded",
"color": "#1a1a2e"
}
}
}'
// Response:
{
"data": { "id": "...", "type": "image", "url": "https://...", "alt": "QR code for ..." },
"meta": {
"request_id": "...",
"hints": [
"Use POST /v2/links for click tracking",
"Use POST /v2/templates to save this style"
]
}
}18
API endpoints
9
MCP tools
4
Pricing tiers
<100ms
Avg latency
Ready to add QR generation to your agent?
Start free β 1 dynamic QR + 1 landing page. No credit card required.