{
  "name": "agent-qr",
  "description": "QR code generation infrastructure for AI agents",
  "version": "0.1.0",
  "transport": {
    "type": "stdio",
    "command": "npx",
    "args": ["-y", "@agent-qr/mcp"]
  },
  "remote": {
    "type": "http",
    "url": "https://api.agentqr.tools/mcp"
  },
  "tools": [
    {
      "name": "generate_qr_code",
      "description": "Generate a QR code from data (URL, text, etc.)"
    },
    {
      "name": "generate_qr_batch",
      "description": "Generate multiple QR codes in a single call"
    }
  ],
  "links": {
    "website": "https://agentqr.tools",
    "api": "https://api.agentqr.tools",
    "docs": "https://agentqr.tools/skill.md",
    "openapi": "https://agentqr.tools/openapi.json",
    "github": "https://github.com/patrickjrs/agent-qr"
  }
}