QR code generation infrastructure for AI agents
MCP Server REST API CLI No signup required MIT License

What is this?

Agent QR provides QR code generation specifically designed for AI agents — Claude, ChatGPT, Cursor, and custom agents. Agents generate QR codes programmatically with zero friction. First call auto-provisions an API key, no signup required.

MCP Server

Install via npx for Claude Code, Cursor, or any MCP-compatible client. Tools: generate_qr_code, generate_qr_batch.

REST API

POST to api.agentqr.tools/v1/qr and get a QR code back. No API key needed for the first call.

CLI Tool

npx @agent-qr/cli generate --url "..." — generate QR codes from the terminal.

Agent Discovery

Serves llms.txt, skill.md, openapi.json, and .well-known/mcp.json for AI agent discovery.

Quick Start for Agents

Add the MCP server to your client config:

{
  "mcpServers": {
    "agent-qr": {
      "command": "npx",
      "args": ["-y", "@agent-qr/mcp"]
    }
  }
}

Or call the API directly:

curl -X POST https://api.agentqr.tools/v1/qr \
  -H "Content-Type: application/json" \
  -d '{"data": "https://example.com", "size": 300}'

Pricing

Free

$0
  • 1,000 QR codes/month
  • Auto-provisioned API key
  • All formats (PNG/SVG/base64)
  • Custom colors
  • No signup required

Pro

$10/mo
  • 10,000 QR codes/month
  • Dynamic QR codes
  • Analytics (scans, geo, device)
  • Webhooks
  • Priority support

Team

$50/mo
  • 50,000 QR codes/month
  • Multi-tenant accounts
  • Custom domains
  • Team collaboration
  • API keys per project

Agent Discovery Files