{
  "markdown": "# useqr-mcp\n\nGenerate a static QR code from any AI agent. No account. No API key.\n\n```bash\nnpx -y useqr-mcp generate --data https://example.com --out qr.png\n```\n\nThis repository is the agent-facing QR generator for [useqr.co](https://useqr.co). It writes PNG or SVG locally. Styled dots, logos, and dynamic `/r/{code}` short links stay on the product site.\n\n## Install and discovery\n\n- npm: [`useqr-mcp`](https://www.npmjs.com/package/useqr-mcp)\n- Official MCP registry name: `io.github.aaronte/useqr-mcp`\n- Hosted remote: `https://useqr.co/api/mcp`\n- Search: `curl \"https://registry.modelcontextprotocol.io/v0.1/servers?search=useqr\"`\n\n```bash\nnpx -y useqr-mcp\n```\n\nNo arguments (or `mcp`) starts the stdio MCP server. Source install still works: `npx -y github:aaronte/useqr-mcp`.\n\n## MCP\n\nStdio (works in Cursor, Claude, Copilot, and other clients that spawn a command):\n\n```json\n{\n  \"mcpServers\": {\n    \"useqr\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"useqr-mcp\"]\n    }\n  }\n}\n```\n\nHosted Streamable HTTP (same tools, nothing to install):\n\n```json\n{\n  \"mcpServers\": {\n    \"useqr\": {\n      \"url\": \"https://useqr.co/api/mcp\"\n    }\n  }\n}\n```\n\nstdio-only clients can wrap the hosted server with [`mcp-remote`](https://www.npmjs.com/package/mcp-remote):\n\n```json\n{\n  \"mcpServers\": {\n    \"useqr\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"mcp-remote\", \"https://useqr.co/api/mcp\"]\n    }\n  }\n}\n```\n\n## Tools\n\n| Tool | What it returns |\n| --- | --- |\n| `generate_qr_code` | PNG image or SVG markup for any URL or text |\n| `get_qr_designer_link` | Link to the free designer at useqr.co, optionally prefilled |\n| `create_dynamic_qr_code` | Instructions only. Does not mint a tracked short link |\n\n## CLI\n\n```bash\nnpx -y useqr-mcp generate --data https://example.com --format svg --out qr.svg\nnpx -y useqr-mcp help\n```\n\n`npx -y useqr-mcp` with no arguments starts the MCP stdio server.\n\n## What this is not\n\nThis is not the UseQR product app. Accounts, billing, public pages, and destination edits live at [useqr.co](https://useqr.co). See [useqr.co/mcp](https://useqr.co/mcp) for the hosted server card and product brief.\n\nThe live product card uses namespace `co.useqr/mcp`. This OSS listing uses the GitHub namespace `io.github.aaronte/useqr-mcp` and points at the same hosted remote.\n\n## License\n\nMIT\n",
  "bytes": 2310,
  "sha": "b545315bcf4cd013cd720a446d63751efc5c7e15b01d2d23aa4c29a9d2f8da0e",
  "repo_slug": "aaronte/useqr-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_aaronte_useqr_mcp_483e09f2/readme"
}