19 tools from the Qr Maker MCP Server, categorised by risk level.
View the Qr Maker policy →get_batch_status Check the status of a batch QR generation job. Use after batch_generate to poll for completion. Returns total, completed, failed counts and individ... get_capabilities Get the full feature matrix for your current API key tier. Shows available features, rate limits, quota, analytics retention, SLA, and upgrade opti... get_landing Retrieve full details of a published micro-landing page by its ID. Returns the page title, public URL (via its associated short link), HTML content... get_link Get details of a specific short link by ID or code — target URL, status, click count, QR style, and creation date. get_link_analytics Get click analytics for a short link — total clicks, unique visitors, breakdown by country and day. Covers the last 30 days. get_usage Check current billing period usage, quota limits, and estimated cost. Shows QR codes generated, links created, and API calls for the current month. list_links List tracked short links with click counts. Supports cursor pagination. Returns code, target URL, status, and creation date for each link. list_templates List saved QR code style presets. Styles store visual settings (colors, dots, logos) that can be reused across QR codes. Supports cursor pagination. batch_generate Generate multiple QR codes in bulk (up to 100). Requires Pro tier or above. Returns a batch ID to poll for status. Each item can have different con... 3/5 create_short_link Create a tracked short link with click analytics. Use this to add tracking to QR codes — encode the short URL as the QR content. Supports custom co... 2/5 create_template Save a QR code style preset. Style presets store visual settings (colors, dot styles, logos, dimensions) that can be applied to any content via ren... 2/5 generate_qr Generate a styled QR code image with custom colors, logos, dot styles, and corner shapes. Supports PNG and SVG output. Returns base64-encoded image... 2/5 publish_landing Publish an HTML landing page and get back a hosted URL, tracked short link, and QR code image in one call. The landing is published to CDN and a sh... 2/5 render_template Generate a QR code by applying a saved style preset to new content. Looks up the template by ID, merges any provided overrides on top of the stored... 2/5 update_landing Update a landing page HTML content and re-publish to CDN. The existing short link and QR code continue to work — only the page content changes. 2/5 update_link Update a short link — change target URL, status, or expiration. Set status to "disabled" to deactivate without deleting. The QR code continues to w... 2/5 update_template Update an existing QR code style preset. Accepts partial updates — only the fields you provide are changed; omitted fields keep their current value... 2/5 delete_link Permanently delete a short link and all its associated data (QR targets, analytics, landing pages). This action cannot be undone. Consider using up... 4/5 delete_template Permanently delete a QR code style preset. This action cannot be undone. Short links using this style will keep their current QR appearance. 4/5 The Qr Maker MCP server exposes 19 tools across 3 categories: Read, Write, Destructive.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Qr Maker server.
Qr Maker tools are categorised as Read (8), Write (9), Destructive (2). Each category has a recommended default policy.
Open source. One binary. Zero dependencies.
npx -y @policylayer/intercept