{"name":"com.hovercode/mcp","slug":"hovercode-mcp","title":"Hovercode","description":"Create and manage QR codes, short links, landing pages, and forms in your Hovercode workspace.","url":"https://mcp.market/server/hovercode-mcp","rating":null,"grade":"A","score":86,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":35,"stars":0,"forks":0,"downloads_week":201,"last_push_at":"2026-09-14T18:49:12.000Z","license":"MIT"},"uptime":{"percent":100,"checks":7,"ok":7,"last_checked_at":"2026-09-21T02:10:51.794Z","last_ok_at":"2026-09-21T02:10:51.794Z","latency_ms":88},"claimed":false,"transport":"mixed","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/Hovercode-Ltd/hovercode-mcp","website":"https://hovercode.com/integrations/mcp/","version":"1.0.1","remotes":[{"type":"streamable-http","url":"https://hovercode.com/mcp/"}],"packages":[{"registryType":"npm","registryBaseUrl":"https://registry.npmjs.org","identifier":"hovercode-mcp","version":"1.0.1","transport":{"type":"stdio"},"environmentVariables":[{"description":"Optional. Hovercode API token (https://hovercode.com/api/) to skip the OAuth browser flow.","isSecret":true,"name":"HOVERCODE_API_TOKEN"}]}],"tools":[{"name":"build_page","description":"Build a rich, on-brand landing page from an ordered list of typed blocks, publish it, and return its live URL + its own QR code (`qr_id`; style it with the QR design args here, restyle later with update_qr_code — don't create another). This is the 'make me a page for X' tool — e.g. an event, product, restaurant, link-in-bio, or a scan-to-enter sweepstakes. Each block is {type, content}; call list_block_types first to see every type and its content shape. Blocks render in order in a centered column; a 'header' block (name/bio/photo) is the profile.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"workspace":{"type":"string","description":"Workspace id. Optional when the account has one workspace; use list_workspaces to resolve otherwise."},"primary_color":{"type":"string","description":"For the QR code this mints: Hex color for the QR pattern, e.g. #111111. Eyes and frame follow this automatically — one color request styles the whole code; only set `eye_color`/`frame_color` for a code that should use a *different* color for those, e.g. 'dark green with gold eyes'."},"background_color":{"type":"string","description":"For the QR code this mints: Hex background color, or 'transparent'."},"eye_style":{"type":"string","enum":["Square","Rounded","Drop","Leaf"],"description":"For the QR code this mints: Corner eye shape."},"eye_color":{"type":"string","description":"For the QR code this mints: Hex color for the corner eyes, if different from `primary_color` (which they follow by default)."},"pattern":{"type":"string","enum":["Original","Squares","Circles","Lines","Triangles","Diamonds"],"description":"For the QR code this mints: Module pattern style."},"frame":{"type":"string","description":"For the QR code this mints: Frame slug. A caption (`text`) works on any frame — set `text` without a `frame` and one that can show it is chosen automatically. Frames that show a caption: card, card-above, speech-bubble, speech-bubble-above."},"frame_color":{"type":"string","description":"For the QR code this mints: Hex color for the frame, if different from `primary_color` (which it follows by default)."},"text":{"type":"string","description":"For the QR code this mints: Caption text. Renders on any frame that supports one; if `frame` isn't also given (or the one given can't show text), a frame that can is chosen automatically."},"text_secondary":{"type":"string","description":"For the QR code this mints: Secondary caption line, where the frame supports it."},"has_border":{"type":"boolean","description":"For the QR code this mints: Draw a border around the code."},"logo_url":{"type":"string","description":"For the QR code this mints: URL of a logo image to place in the center."},"error_correction":{"type":"string","description":"For the QR code this mints: QR error correction level: L, M, Q, or H (higher tolerates more damage but is denser)."},"title":{"type":"string","description":"The page title (browser tab + SEO)."},"description":{"type":"string","description":"Optional SEO/description text."},"blocks":{"type":"array","description":"Ordered page blocks. Each is {type, content}. See list_block_types.","items":{"type":"object","properties":{"type":{"type":"string","description":"Block type, e.g. header, link, text, video, faq, countdown."},"content":{"type":"object","description":"The block's content, matching that type's schema."},"form":{"type":"string","description":"For a 'form' block: the form id to embed."},"hidden":{"type":"boolean","description":"Hide this block from the live page."}},"required":["type"]}},"publish":{"type":"boolean","description":"Publish immediately (default true). false leaves it a draft."},"bg_color":{"type":"string","description":"Hex page background color."},"text_color":{"type":"string","description":"Hex text color."},"domain":{"type":"string","description":"Custom domain (else a default is used)."},"slug":{"type":"string","description":"Custom URL slug (else auto-generated)."}},"required":["title","blocks"]}},{"name":"create_folder","description":"Create a folder to organise QR codes, optionally nested under a parent. Creating a folder that already exists (same name, same parent) returns the existing one, so it's safe to call repeatedly.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"workspace":{"type":"string","description":"Workspace id. Optional when the account has one workspace; use list_workspaces to resolve otherwise."},"name":{"type":"string","description":"Folder name."},"parent":{"type":"string","description":"Parent folder id or slug to nest under (optional)."}},"required":["name"]}},{"name":"create_form","description":"Create a form, define its fields, brand it, publish it, and return a shareable short link + QR in one step. Use for 'make me a form to collect X, give me a link and QR to share it'. The result's `share_url` is the public link and `qr_id` is the form's own dynamic QR code (image included) — never call create_qr_code or create_short_link for a form's link; pass QR design args (primary_color, eye_style, frame, logo_url, …) here to style that code in the same call. Supports on-brand styling (theme/colors/logo), a `redirect_url` after submit, conditional logic (`show_when` on a field) and branching endings (`outcomes`), and a custom domain/slug. Publishing mints a dynamic short link and QR (requires a paid plan). Notifications are a separate, paid, verified-member setting. To change a form later, use update_form.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"workspace":{"type":"string","description":"Workspace id. Optional when the account has one workspace; use list_workspaces to resolve otherwise."},"primary_color":{"type":"string","description":"For the QR code this mints: Hex color for the QR pattern, e.g. #111111. Eyes and frame follow this automatically — one color request styles the whole code; only set `eye_color`/`frame_color` for a code that should use a *different* color for those, e.g. 'dark green with gold eyes'."},"background_color":{"type":"string","description":"For the QR code this mints: Hex background color, or 'transparent'."},"eye_style":{"type":"string","enum":["Square","Rounded","Drop","Leaf"],"description":"For the QR code this mints: Corner eye shape."},"eye_color":{"type":"string","description":"For the QR code this mints: Hex color for the corner eyes, if different from `primary_color` (which they follow by default)."},"pattern":{"type":"string","enum":["Original","Squares","Circles","Lines","Triangles","Diamonds"],"description":"For the QR code this mints: Module pattern style."},"frame":{"type":"string","description":"For the QR code this mints: Frame slug. A caption (`text`) works on any frame — set `text` without a `frame` and one that can show it is chosen automatically. Frames that show a caption: card, card-above, speech-bubble, speech-bubble-above."},"frame_color":{"type":"string","description":"For the QR code this mints: Hex color for the frame, if different from `primary_color` (which it follows by default)."},"text":{"type":"string","description":"For the QR code this mints: Caption text. Renders on any frame that supports one; if `frame` isn't also given (or the one given can't show text), a frame that can is chosen automatically."},"text_secondary":{"type":"string","description":"For the QR code this mints: Secondary caption line, where the frame supports it."},"has_border":{"type":"boolean","description":"For the QR code this mints: Draw a border around the code."},"logo_url":{"type":"string","description":"URL of a logo image (JPEG/PNG/GIF/WebP) to show on the form."},"error_correction":{"type":"string","description":"For the QR code this mints: QR error correction level: L, M, Q, or H (higher tolerates more damage but is denser)."},"title":{"type":"string","description":"The form's title."},"description":{"type":"string","description":"Optional description shown above the fields."},"fields":{"type":"array","description":"The fields to collect, in order.","items":{"type":"object","properties":{"label":{"type":"string","description":"The field's question/label."},"type":{"type":"string","enum":["text","email","phone","number","textarea","select","radio","checkbox","date","time","url","rating","scale","yes_no","image_choice","ranking","statement","hidden","page_break","image"],"description":"Field type. Default 'text'. Use select/radio/checkbox/ranking with `options`; image_choice with options carrying an `image` URL; scale with min_value/max_value and min_label/max_label (or nps: true)."},"required":{"type":"boolean","description":"Whether an answer is required."},"placeholder":{"type":"string","description":"Optional placeholder text."},"options":{"type":"array","description":"Choices for select/radio/checkbox/ranking (strings or {value,label}); for image_choice pass {label, image} objects.","items":{"type":["string","object"]}},"nps":{"type":"boolean","description":"Make this a Net Promoter Score question (0–10, standard labels)."},"min_label":{"type":"string","description":"scale only: label under the lowest value"},"max_label":{"type":"string","description":"scale only: label under the top value"},"show_when":{"type":"object","description":"Conditional logic: show this field only while its conditions match EARLIER answers (e.g. a follow-up question, or a statement recommending a product). Omit to always show.","properties":{"match":{"type":"string","enum":["all","any"],"description":"Default 'all'."},"rules":{"type":"array","items":{"type":"object","properties":{"field":{"type":"string","description":"The question this condition looks at: its label, its id, or its 0-based position."},"op":{"type":"string","enum":["eq","neq","contains","not_contains","gt","lt","is_empty","not_empty"],"description":"eq / neq (is, is not), contains / not_contains (text or checkbox), gt / lt (numbers, ratings, dates), is_empty / not_empty (no value needed)."},"value":{"type":"string","description":"Value to compare with (an option's value for choice questions)."}},"required":["field","op"]}},"action":{"type":"string","enum":["show","require"],"description":"'show' (default): shown only while the rules match. 'require': always shown, required only while they match. On a page_break field the rules skip the whole page."}},"required":["rules"]}},"required":["label"]}},"outcomes":{"type":"array","description":"Pathways / branching endings. After submit the first outcome whose rules match decides the ending: its own thank-you title/message and/or a redirect_url (e.g. send people to a different product page per answer). If none match, the default thank-you page is shown.","items":{"type":"object","properties":{"name":{"type":"string","description":"Short name, recorded on each response (e.g. 'Recommend Zero Sugar')."},"match":{"type":"string","enum":["all","any"],"description":"Default 'all'."},"rules":{"type":"array","items":{"type":"object","properties":{"field":{"type":"string","description":"The question this condition looks at: its label, its id, or its 0-based position."},"op":{"type":"string","enum":["eq","neq","contains","not_contains","gt","lt","is_empty","not_empty"],"description":"eq / neq (is, is not), contains / not_contains (text or checkbox), gt / lt (numbers, ratings, dates), is_empty / not_empty (no value needed)."},"value":{"type":"string","description":"Value to compare with (an option's value for choice questions)."}},"required":["field","op"]}},"thank_you_title":{"type":"string"},"thank_you_message":{"type":"string"},"redirect_url":{"type":"string","description":"Optional page to send the respondent to."},"end_early":{"type":"boolean","description":"Screening: end the form as soon as this matches (checked on every page change), not just at submit."}},"required":["name","rules"]}},"theme":{"type":"string","enum":["light","dark","minimal","bold"],"description":"Named color preset. Explicit colors below override it."},"bg_color":{"type":"string","description":"Hex background color."},"text_color":{"type":"string","description":"Hex text color."},"button_color":{"type":"string","description":"Hex submit-button color."},"button_text_color":{"type":"string","description":"Hex button-text color."},"redirect_url":{"type":"string","description":"URL to send respondents to after they submit."},"thank_you_message":{"type":"string","description":"Shown after submitting (if no redirect)."},"domain":{"type":"string","description":"Custom domain to publish on (else a default is used)."},"slug":{"type":"string","description":"Custom short-link slug (else auto-generated)."}},"required":["title","fields"]}},{"name":"create_page","description":"Create a published micro landing page (link-in-bio style) with a title and a list of links, and return its live URL (`share_url`) + its own QR code (`qr_id`; style it with the QR design args here; don't create another). Use this for 'make me a page with these links and a QR to share it'. The page is a dynamic destination you can keep; it counts toward the workspace's page limit.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"workspace":{"type":"string","description":"Workspace id. Optional when the account has one workspace; use list_workspaces to resolve otherwise."},"primary_color":{"type":"string","description":"For the QR code this mints: Hex color for the QR pattern, e.g. #111111. Eyes and frame follow this automatically — one color request styles the whole code; only set `eye_color`/`frame_color` for a code that should use a *different* color for those, e.g. 'dark green with gold eyes'."},"background_color":{"type":"string","description":"For the QR code this mints: Hex background color, or 'transparent'."},"eye_style":{"type":"string","enum":["Square","Rounded","Drop","Leaf"],"description":"For the QR code this mints: Corner eye shape."},"eye_color":{"type":"string","description":"For the QR code this mints: Hex color for the corner eyes, if different from `primary_color` (which they follow by default)."},"pattern":{"type":"string","enum":["Original","Squares","Circles","Lines","Triangles","Diamonds"],"description":"For the QR code this mints: Module pattern style."},"frame":{"type":"string","description":"For the QR code this mints: Frame slug. A caption (`text`) works on any frame — set `text` without a `frame` and one that can show it is chosen automatically. Frames that show a caption: card, card-above, speech-bubble, speech-bubble-above."},"frame_color":{"type":"string","description":"For the QR code this mints: Hex color for the frame, if different from `primary_color` (which it follows by default)."},"text":{"type":"string","description":"For the QR code this mints: Caption text. Renders on any frame that supports one; if `frame` isn't also given (or the one given can't show text), a frame that can is chosen automatically."},"text_secondary":{"type":"string","description":"For the QR code this mints: Secondary caption line, where the frame supports it."},"has_border":{"type":"boolean","description":"For the QR code this mints: Draw a border around the code."},"logo_url":{"type":"string","description":"For the QR code this mints: URL of a logo image to place in the center."},"error_correction":{"type":"string","description":"For the QR code this mints: QR error correction level: L, M, Q, or H (higher tolerates more damage but is denser)."},"title":{"type":"string","description":"The page's heading."},"description":{"type":"string","description":"Optional text shown under the title."},"links":{"type":"array","description":"The link buttons on the page, in order.","items":{"type":"object","properties":{"url":{"type":"string","description":"Destination URL."},"title":{"type":"string","description":"Button label (defaults to the URL)."},"type":{"type":"string","description":"Optional link type, e.g. Website, Instagram, YouTube."}},"required":["url"]}},"bg_color":{"type":"string","description":"Hex background color."},"text_color":{"type":"string","description":"Hex text color."},"domain":{"type":"string","description":"Custom page domain (else a default is used)."},"slug":{"type":"string","description":"Custom URL slug (else auto-generated)."}},"required":["title"]}},{"name":"create_pdf_qr","description":"Create a dynamic QR code and short link for a PDF (menus, flyers, tickets). Host the PDF by passing `pdf_url` (a link Hovercode fetches) or `pdf_base64` (the file's base64 bytes). Returns a shareable short link plus a rendered QR. Because it's dynamic you can later swap the PDF without reprinting the code. Requires a paid plan (dynamic codes).","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"workspace":{"type":"string","description":"Workspace id. Optional when the account has one workspace; use list_workspaces to resolve otherwise."},"pdf_url":{"type":"string","description":"URL of a PDF to fetch and host. Use this or pdf_base64."},"pdf_base64":{"type":"string","description":"Base64-encoded PDF bytes (data-URI prefix allowed), max 20 MB. Or use pdf_url."},"filename":{"type":"string","description":"Name for the stored file, e.g. 'menu.pdf'."},"display_name":{"type":"string","description":"Internal name to find this code later."},"domain":{"type":"string","description":"Custom short-link domain (list_workspaces shows the plan)."},"tags":{"type":"array","description":"Labels to attach (created if new) so you can find these later — list_qr_codes and list_short_links search by tag.","items":{"type":"string"}}}}},{"name":"create_qr_code","description":"Create a Hovercode QR code and return its details plus a rendered PNG. Set `dynamic: true` for a code whose destination can be changed later and whose scans are tracked (requires a paid plan); static codes are free and encode the data directly. Supports full design control (colors, pattern, eye style, frames with captions, logo). Not for Hovercode forms, pages, or short links: those already have their own QR code (returned as `qr_id` / `id`) — use download_qr or update_qr_code with that id instead.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"workspace":{"type":"string","description":"Workspace id. Optional when the account has one workspace; use list_workspaces to resolve otherwise."},"qr_data":{"type":"string","description":"What the code encodes: a URL for qr_type 'Link', or the text for qr_type 'Text'. For 'vCard' send `vcard` instead."},"qr_type":{"type":"string","enum":["Link","Text","vCard"],"description":"QR content type. Default 'Link'. 'vCard' encodes a contact card from `vcard`."},"vcard":{"type":"object","description":"Contact details for qr_type 'vCard' (use instead of qr_data). Scanning saves the contact to the phone. `dynamic: true` makes the card editable later.","properties":{"first_name":{"type":"string"},"last_name":{"type":"string"},"company_name":{"type":"string"},"position":{"type":"string"},"email":{"type":"string"},"mobile_number":{"type":"string"},"phone_number":{"type":"string"},"website":{"type":"string"},"street":{"type":"string"},"city":{"type":"string"},"state":{"type":"string"},"country":{"type":"string"},"post_code":{"type":"string"},"description":{"type":"string"}},"required":["first_name"]},"dynamic":{"type":"boolean","description":"Editable + tracked destination (paid). Default false."},"display_name":{"type":"string","description":"Internal name to find this code later."},"template":{"type":"string","description":"Workspace template id to apply as design defaults (list_templates)."},"folder":{"type":"string","description":"Folder id or slug to file the new code into (list_qr_codes shows each code's folder)."},"gps_tracking":{"type":"boolean","description":"Prompt scanners to share location (dynamic codes)."},"tags":{"type":"array","description":"Labels to attach (created if new) so you can find these later — list_qr_codes and list_short_links search by tag.","items":{"type":"string"}},"primary_color":{"type":"string","description":"Hex color for the QR pattern, e.g. #111111. Eyes and frame follow this automatically — one color request styles the whole code; only set `eye_color`/`frame_color` for a code that should use a *different* color for those, e.g. 'dark green with gold eyes'."},"background_color":{"type":"string","description":"Hex background color, or 'transparent'."},"eye_style":{"type":"string","enum":["Square","Rounded","Drop","Leaf"],"description":"Corner eye shape."},"eye_color":{"type":"string","description":"Hex color for the corner eyes, if different from `primary_color` (which they follow by default)."},"pattern":{"type":"string","enum":["Original","Squares","Circles","Lines","Triangles","Diamonds"],"description":"Module pattern style."},"frame":{"type":"string","description":"Frame slug. A caption (`text`) works on any frame — set `text` without a `frame` and one that can show it is chosen automatically. Frames that show a caption: card, card-above, speech-bubble, speech-bubble-above."},"frame_color":{"type":"string","description":"Hex color for the frame, if different from `primary_color` (which it follows by default)."},"text":{"type":"string","description":"Caption text. Renders on any frame that supports one; if `frame` isn't also given (or the one given can't show text), a frame that can is chosen automatically."},"text_secondary":{"type":"string","description":"Secondary caption line, where the frame supports it."},"has_border":{"type":"boolean","description":"Draw a border around the code."},"logo_url":{"type":"string","description":"URL of a logo image to place in the center."},"error_correction":{"type":"string","description":"QR error correction level: L, M, Q, or H (higher tolerates more damage but is denser)."}},"required":["qr_data"]}},{"name":"create_qr_codes_bulk","description":"Create many QR codes at once from a list — e.g. 'make codes for these 20 product URLs in our brand colors'. All codes share the design/options you pass (colors, pattern, frame, dynamic, template). Returns the created codes and any per-item errors. Max 100 per call.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"workspace":{"type":"string","description":"Workspace id. Optional when the account has one workspace; use list_workspaces to resolve otherwise."},"items":{"type":"array","description":"URLs to encode. Each item is a URL string, or an object {url, display_name}.","items":{"type":["string","object"]}},"dynamic":{"type":"boolean","description":"Make all of them editable + tracked (paid)."},"template":{"type":"string","description":"Workspace template id to apply to all."},"idempotency_key":{"type":"string","description":"Optional client key to make retries safe: if a previous call used the same key (same workspace), the earlier result is replayed instead of creating duplicate codes. Use a fresh key per distinct batch."},"tags":{"type":"array","description":"Labels to attach (created if new) so you can find these later — list_qr_codes and list_short_links search by tag.","items":{"type":"string"}},"primary_color":{"type":"string","description":"Hex color for the QR pattern, e.g. #111111. Eyes and frame follow this automatically — one color request styles the whole code; only set `eye_color`/`frame_color` for a code that should use a *different* color for those, e.g. 'dark green with gold eyes'."},"background_color":{"type":"string","description":"Hex background color, or 'transparent'."},"eye_style":{"type":"string","enum":["Square","Rounded","Drop","Leaf"],"description":"Corner eye shape."},"eye_color":{"type":"string","description":"Hex color for the corner eyes, if different from `primary_color` (which they follow by default)."},"pattern":{"type":"string","enum":["Original","Squares","Circles","Lines","Triangles","Diamonds"],"description":"Module pattern style."},"frame":{"type":"string","description":"Frame slug. A caption (`text`) works on any frame — set `text` without a `frame` and one that can show it is chosen automatically. Frames that show a caption: card, card-above, speech-bubble, speech-bubble-above."},"frame_color":{"type":"string","description":"Hex color for the frame, if different from `primary_color` (which it follows by default)."},"text":{"type":"string","description":"Caption text. Renders on any frame that supports one; if `frame` isn't also given (or the one given can't show text), a frame that can is chosen automatically."},"text_secondary":{"type":"string","description":"Secondary caption line, where the frame supports it."},"has_border":{"type":"boolean","description":"Draw a border around the code."},"logo_url":{"type":"string","description":"URL of a logo image to place in the center."},"error_correction":{"type":"string","description":"QR error correction level: L, M, Q, or H (higher tolerates more damage but is denser)."}},"required":["items"]}},{"name":"create_short_link","description":"Create a tracked short link for a URL. It comes with its own QR code (same id; use download_qr). Supports a custom slug and a custom domain. The destination can be changed later with update_short_link, and clicks are tracked. Never shorten a link that is already a Hovercode short link, form link, or page link — those are already tracked and already have a QR code.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"workspace":{"type":"string","description":"Workspace id. Optional when the account has one workspace; use list_workspaces to resolve otherwise."},"link":{"type":"string","description":"The destination URL to shorten."},"display_name":{"type":"string","description":"Internal name to find this link later."},"slug":{"type":"string","description":"Custom slug (letters/numbers/hyphens) or auto-generated."},"domain":{"type":"string","description":"Custom short-link domain; else a default is used."},"gps":{"type":"boolean","description":"Prompt visitors to share their location."},"tags":{"type":"array","description":"Labels to attach (created if new) so you can find these later — list_qr_codes and list_short_links search by tag.","items":{"type":"string"}}},"required":["link"]}},{"name":"delete_folder","description":"Delete a folder. The codes in it (and in its subfolders) are NOT deleted — they become unfiled — and its subfolders move up to its parent.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Folder id (from list_folders)."}},"required":["id"]}},{"name":"delete_page","description":"Delete a landing page. Its live URL stops serving and it leaves the workspace's page list. Use for 'delete that page' / 'remove the landing page'.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Page id."}},"required":["id"]}},{"name":"delete_qr_code","description":"Delete a QR code. Dynamic codes stop redirecting after deletion.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"QR code id."}},"required":["id"]}},{"name":"delete_short_link","description":"Delete a short link. It stops redirecting after deletion.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Short link id."}},"required":["id"]}},{"name":"download_qr","description":"Get downloadable, print-ready image links for a QR code — a high-resolution PNG and a vector SVG (best for print/large sizes). Returns URLs you can share or save.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"QR code id."}},"required":["id"]}},{"name":"get_analytics","description":"Scan analytics over a period: totals, unique scanners, scans-by-day, and top countries/cities/OS/browsers. Pass a QR code `id` for one code, or omit it for the whole workspace (which also returns the top codes). Use this to answer 'how did my codes do this month and where were people scanning?'.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"workspace":{"type":"string","description":"Workspace id. Optional when the account has one workspace; use list_workspaces to resolve otherwise."},"id":{"type":"string","description":"QR code id for per-code analytics; omit for workspace-wide."},"days":{"type":"integer","description":"Look-back window in days (default 30, max 365)."},"start":{"type":"string","description":"Range start, ISO date or datetime (e.g. 2026-08-03 or 2026-08-03T14:00:00Z). Use start/end together for a fixed window instead of the rolling `days` look-back."},"end":{"type":"string","description":"Range end, ISO date/datetime. Defaults to now when only `start` is given."}}}},{"name":"get_form","description":"Get one form's details: status, response count, share link, and QR.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Form id."}},"required":["id"]}},{"name":"get_form_responses","description":"List a form's submissions (newest first) so you can read or summarize them — e.g. 'summarize this week's feedback' or 'any complaints in the responses?'.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Form id."},"page":{"type":"integer","description":"1-based page number."},"page_size":{"type":"integer","description":"Responses per page (max 100, default 25)."}},"required":["id"]}},{"name":"get_page","description":"Get one landing page's details: status, live URL, QR, and its blocks (each block's id + type) so you can edit it with update_page.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Page id."}},"required":["id"]}},{"name":"get_qr_activity","description":"List recent scan events for a dynamic QR code (time, location, device). Use this to answer questions like where or when a code was scanned.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"QR code id."},"page":{"type":"integer","description":"1-based page number."},"page_size":{"type":"integer","description":"Events per page (max 200, default 25)."},"start":{"type":"string","description":"Range start, ISO date or datetime (e.g. 2026-08-03 or 2026-08-03T14:00:00Z). Use start/end together for a fixed window instead of the rolling `days` look-back."},"end":{"type":"string","description":"Range end, ISO date/datetime. Defaults to now when only `start` is given."}},"required":["id"]}},{"name":"get_qr_code","description":"Get one QR code's details and scan analytics (total and unique scans), plus a rendered PNG.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"QR code id."}},"required":["id"]}},{"name":"get_short_link","description":"Get one short link's details, destination, click counts, and QR.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Short link id."}},"required":["id"]}},{"name":"get_short_link_activity","description":"List recent click events for a short link (time, location, device).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Short link id."},"page":{"type":"integer","description":"1-based page number."},"page_size":{"type":"integer","description":"Events per page (max 200, default 25)."},"start":{"type":"string","description":"Range start, ISO date or datetime (e.g. 2026-08-03 or 2026-08-03T14:00:00Z). Use start/end together for a fixed window instead of the rolling `days` look-back."},"end":{"type":"string","description":"Range end, ISO date/datetime. Defaults to now when only `start` is given."}},"required":["id"]}},{"name":"list_block_types","description":"List the page BLOCK TYPES available to build_page, each with its content JSON Schema. Call this first when composing a rich page so you know the vocabulary (header, link, text, image, button, video, gallery, faq, countdown, socials, divider, form, …).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"list_folders","description":"List the workspace's folders with their full path, code count, id and slug. Use a folder's id or slug with create_qr_code / update_qr_code (`folder`) to file codes, or with list_qr_codes to filter.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"workspace":{"type":"string","description":"Workspace id. Optional when the account has one workspace; use list_workspaces to resolve otherwise."}}}},{"name":"list_forms","description":"List the forms in a workspace, newest first. Optional `query` searches by title.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"workspace":{"type":"string","description":"Workspace id. Optional when the account has one workspace; use list_workspaces to resolve otherwise."},"query":{"type":"string","description":"Search term (matches the form title)."},"page":{"type":"integer","description":"1-based page number."},"page_size":{"type":"integer","description":"Results per page (max 100, default 25)."}}}},{"name":"list_pages","description":"List the landing pages in a workspace, newest first.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"workspace":{"type":"string","description":"Workspace id. Optional when the account has one workspace; use list_workspaces to resolve otherwise."}}}},{"name":"list_qr_codes","description":"List QR codes in a workspace, newest first. Optional `query` searches destination, name, and tags. `folder` narrows to one folder, `include_tags` adds each code's tags (its folder is always shown), and `include_scans` adds scan counts — use it instead of calling get_analytics once per code.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"workspace":{"type":"string","description":"Workspace id. Optional when the account has one workspace; use list_workspaces to resolve otherwise."},"query":{"type":"string","description":"Search term (destination, display name, or tag)."},"folder":{"type":"string","description":"Folder id or slug to filter by, or 'none' for codes in no folder."},"subfolders":{"type":"boolean","description":"With `folder`, also include codes in its subfolders."},"include_scans":{"type":"boolean","description":"Add total_scans and unique_scans (lifetime) to each code."},"include_tags":{"type":"boolean","description":"Add each code's tags. (Each code's folder is always included.)"},"page":{"type":"integer","description":"1-based page number."},"page_size":{"type":"integer","description":"Results per page (max 200, default 25)."}}}},{"name":"list_short_links","description":"List short links in a workspace, newest first. Optional `query` searches URL, name, and slug.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"workspace":{"type":"string","description":"Workspace id. Optional when the account has one workspace; use list_workspaces to resolve otherwise."},"query":{"type":"string","description":"Search term (destination, name, or slug)."},"page":{"type":"integer","description":"1-based page number."},"page_size":{"type":"integer","description":"Results per page (max 200, default 25)."}}}},{"name":"list_tags","description":"List the workspace's tags (title + id). Tags are attached with create_qr_code (`tags`) or update_qr_code (`add_tags` / `remove_tags`), and list_qr_codes searches by tag.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"workspace":{"type":"string","description":"Workspace id. Optional when the account has one workspace; use list_workspaces to resolve otherwise."}}}},{"name":"list_templates","description":"List the workspace's saved QR design templates. Pass a template id to create_qr_code to reuse its branding.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"workspace":{"type":"string","description":"Workspace id. Optional when the account has one workspace; use list_workspaces to resolve otherwise."}}}},{"name":"list_workspaces","description":"List the workspaces this account can access, with their ids; the current (default) one is marked. Tools default to the current workspace, so you only need `workspace` to target a different one.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"set_workspace","description":"Switch the current (default) workspace by id or name. New codes, forms, and pages are created in the current workspace unless a tool is given an explicit `workspace`.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"workspace":{"type":"string","description":"Workspace id or name to switch to."}},"required":["workspace"]}},{"name":"update_folder","description":"Rename a folder and/or move it under another folder. `parent` 'none' moves it to the top level. Codes inside keep their filing.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Folder id (from list_folders)."},"name":{"type":"string","description":"New folder name."},"parent":{"type":"string","description":"New parent folder id or slug, or 'none' for top level."}},"required":["id"]}},{"name":"update_form","description":"Change an existing form without recreating it: edit its fields, settings (redirect, thank-you, title), or branding (theme/colors/logo), or close/reopen it. If you pass `fields`, provide the COMPLETE desired list — include each existing field's `id` (from get_form) to keep it; omit a field to remove it; leave `id` off a new field. If the form is already published, edits are re-published so they go live.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Form id."},"status":{"type":"string","enum":["close","reopen"],"description":"Close (stop responses) or reopen. When set, other edits are ignored."},"title":{"type":"string","description":"New title."},"description":{"type":"string","description":"New description."},"fields":{"type":"array","description":"Complete desired field list (see note); create_form shape plus an optional `id`.","items":{"type":"object","properties":{"id":{"type":"string","description":"Existing field id to keep/update; omit if new."},"label":{"type":"string","description":"The field's question/label."},"type":{"type":"string","enum":["text","email","phone","number","textarea","select","radio","checkbox","date","time","url","rating","scale","yes_no","image_choice","ranking","statement","hidden","page_break","image"],"description":"Field type."},"required":{"type":"boolean","description":"Whether an answer is required."},"options":{"type":"array","description":"Choices for select/radio/checkbox/ranking; {label, image} objects for image_choice.","items":{"type":["string","object"]}},"nps":{"type":"boolean","description":"Net Promoter Score preset (0–10, standard labels)."},"min_label":{"type":"string","description":"scale only: label under the lowest value"},"max_label":{"type":"string","description":"scale only: label under the top value"},"show_when":{"type":"object","description":"Conditional logic: show this field only while its conditions match EARLIER answers (e.g. a follow-up question, or a statement recommending a product). Omit to always show.","properties":{"match":{"type":"string","enum":["all","any"],"description":"Default 'all'."},"rules":{"type":"array","items":{"type":"object","properties":{"field":{"type":"string","description":"The question this condition looks at: its label, its id, or its 0-based position."},"op":{"type":"string","enum":["eq","neq","contains","not_contains","gt","lt","is_empty","not_empty"],"description":"eq / neq (is, is not), contains / not_contains (text or checkbox), gt / lt (numbers, ratings, dates), is_empty / not_empty (no value needed)."},"value":{"type":"string","description":"Value to compare with (an option's value for choice questions)."}},"required":["field","op"]}},"action":{"type":"string","enum":["show","require"],"description":"'show' (default): shown only while the rules match. 'require': always shown, required only while they match. On a page_break field the rules skip the whole page."}},"required":["rules"]}},"required":["label"]}},"outcomes":{"type":"array","description":"Pathways / branching endings. After submit the first outcome whose rules match decides the ending: its own thank-you title/message and/or a redirect_url (e.g. send people to a different product page per answer). If none match, the default thank-you page is shown.","items":{"type":"object","properties":{"name":{"type":"string","description":"Short name, recorded on each response (e.g. 'Recommend Zero Sugar')."},"match":{"type":"string","enum":["all","any"],"description":"Default 'all'."},"rules":{"type":"array","items":{"type":"object","properties":{"field":{"type":"string","description":"The question this condition looks at: its label, its id, or its 0-based position."},"op":{"type":"string","enum":["eq","neq","contains","not_contains","gt","lt","is_empty","not_empty"],"description":"eq / neq (is, is not), contains / not_contains (text or checkbox), gt / lt (numbers, ratings, dates), is_empty / not_empty (no value needed)."},"value":{"type":"string","description":"Value to compare with (an option's value for choice questions)."}},"required":["field","op"]}},"thank_you_title":{"type":"string"},"thank_you_message":{"type":"string"},"redirect_url":{"type":"string","description":"Optional page to send the respondent to."},"end_early":{"type":"boolean","description":"Screening: end the form as soon as this matches (checked on every page change), not just at submit."}},"required":["name","rules"]}},"theme":{"type":"string","enum":["light","dark","minimal","bold"],"description":"Named color preset. Explicit colors below override it."},"bg_color":{"type":"string","description":"Hex background color."},"text_color":{"type":"string","description":"Hex text color."},"button_color":{"type":"string","description":"Hex submit-button color."},"button_text_color":{"type":"string","description":"Hex button-text color."},"logo_url":{"type":"string","description":"URL of a logo image (JPEG/PNG/GIF/WebP) to show on the form."},"redirect_url":{"type":"string","description":"URL to send respondents to after they submit."},"thank_you_message":{"type":"string","description":"Shown after submitting (if no redirect)."}},"required":["id"]}},{"name":"update_page","description":"Change an existing landing page without recreating it: edit its blocks, title, description, or colors, and publish/unpublish it. Use for 'fix the typo on my page', 'add a section', or 'take the page down'. If you pass `blocks`, provide the COMPLETE desired list (same {type, content} shape as build_page; include each block's `id` from get_page to keep it, omit to remove) — leaving `blocks` off keeps the existing blocks untouched. If the page is already published, edits are re-published so they go live; pass publish:false to take it offline.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Page id."},"title":{"type":"string","description":"New page title."},"description":{"type":"string","description":"New SEO/description text."},"blocks":{"type":"array","description":"Complete desired block list (see note); each is {type, content} + optional id.","items":{"type":"object","properties":{"id":{"type":"string","description":"Existing block id to keep/update; omit if new."},"type":{"type":"string","description":"Block type (see list_block_types)."},"content":{"type":"object","description":"The block's content for that type."},"form":{"type":"string","description":"For a 'form' block: the form id to embed."},"hidden":{"type":"boolean","description":"Hide this block from the live page."}},"required":["type"]}},"bg_color":{"type":"string","description":"Hex page background color."},"text_color":{"type":"string","description":"Hex text color."},"publish":{"type":"boolean","description":"true = publish/re-publish so edits go live; false = take offline (draft)."}},"required":["id"]}},{"name":"update_qr_code","description":"Update a QR code in place — the same code keeps working, so it's safe for already-printed codes. Changing `qr_data` retargets a DYNAMIC code's destination. Design fields (colors, pattern, eye style, frame, logo) restyle the code WITHOUT replacing it. Also supports renaming, toggling location tracking, moving it into a folder (`folder`, or 'none' to unfile), and adding/removing tags. Returns the re-rendered QR so you can preview the result. Any combination works in one call.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"QR code id."},"qr_data":{"type":"string","description":"New destination URL/text (dynamic codes only)."},"display_name":{"type":"string","description":"New internal name."},"gps_tracking":{"type":"boolean","description":"Enable/disable location prompt."},"folder":{"type":"string","description":"Move the code into this folder (id or slug from list_folders); 'none' unfiles it."},"add_tags":{"type":"array","items":{"type":"string"},"description":"Tag titles to add (created in the workspace if new)."},"remove_tags":{"type":"array","items":{"type":"string"},"description":"Tags to remove from this code, by title, slug, or id."},"primary_color":{"type":"string","description":"Hex color for the QR pattern, e.g. #111111. Eyes and frame follow this automatically — one color request styles the whole code; only set `eye_color`/`frame_color` for a code that should use a *different* color for those, e.g. 'dark green with gold eyes'."},"background_color":{"type":"string","description":"Hex background color, or 'transparent'."},"eye_style":{"type":"string","enum":["Square","Rounded","Drop","Leaf"],"description":"Corner eye shape."},"eye_color":{"type":"string","description":"Hex color for the corner eyes, if different from `primary_color` (which they follow by default)."},"pattern":{"type":"string","enum":["Original","Squares","Circles","Lines","Triangles","Diamonds"],"description":"Module pattern style."},"frame":{"type":"string","description":"Frame slug. A caption (`text`) works on any frame — set `text` without a `frame` and one that can show it is chosen automatically. Frames that show a caption: card, card-above, speech-bubble, speech-bubble-above."},"frame_color":{"type":"string","description":"Hex color for the frame, if different from `primary_color` (which it follows by default)."},"text":{"type":"string","description":"Caption text. Renders on any frame that supports one; if `frame` isn't also given (or the one given can't show text), a frame that can is chosen automatically."},"text_secondary":{"type":"string","description":"Secondary caption line, where the frame supports it."},"has_border":{"type":"boolean","description":"Draw a border around the code."},"logo_url":{"type":"string","description":"URL of a logo image to place in the center."},"error_correction":{"type":"string","description":"QR error correction level: L, M, Q, or H (higher tolerates more damage but is denser)."},"logo_base64":{"type":"string","description":"A logo image as base64 (JPEG/PNG/GIF/WebP, under 2 MB; a data: URI prefix is fine) to place in the center — use when you have the file rather than a URL."},"logo_round":{"type":"boolean","description":"Force the logo into a circle."},"remove_logo":{"type":"boolean","description":"Remove the code's logo."}},"required":["id"]}},{"name":"update_short_link","description":"Update a short link. Changing `link` retargets it — the short URL keeps working, it just points somewhere new. Also supports renaming and toggling location tracking.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Short link id."},"link":{"type":"string","description":"New destination URL."},"display_name":{"type":"string","description":"New internal name."},"gps":{"type":"boolean","description":"Enable/disable the location prompt."}},"required":["id"]}}],"scan":{"score":86,"grade":"A","scanned_at":"2026-09-19T19:54:33.910Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T19:54:33.856Z","components":{"code":{"score":25,"max":25,"notes":["3 source files scanned"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1694ms"]},"poisoning":{"score":15,"max":15,"notes":["36 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 16 write-action tools with no auth"]},"maintenance":{"score":15,"max":15,"notes":["last push 5 days ago"]},"identity":{"score":8,"max":10,"notes":["namespace and repository owner differ","GitHub account older than a year","website matches verified namespace"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"}],"inputs":{"probes":[{"url":"https://hovercode.com/mcp/","reachable":true,"authRequired":false,"latencyMs":1694,"serverInfo":{"name":"hovercode","version":"1.0.0"}}],"packages":[{"registryType":"npm","identifier":"hovercode-mcp","version":"1.0.1","found":true,"license":"MIT","hasInstallScripts":false,"dependencyCount":1,"publishedAt":"2026-09-14T18:51:57.897Z","repositoryUrl":"git+https://github.com/Hovercode-Ltd/hovercode-mcp.git","weeklyDownloads":201}],"repo":{"found":true,"owner":"Hovercode-Ltd","repo":"hovercode-mcp","archived":false,"pushedAt":"2026-09-14T18:49:12Z","stars":0,"forks":0,"openIssues":0,"ownerType":"Organization","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/182904995?v=4","ownerCreatedAt":"2024-09-26T11:08:04Z","license":"MIT"},"icon":{"url":"https://hovercode.com/static/website/images/icons/apple-icon-180x180.png","source":"registry","width":180,"height":180},"presence":{"stars":0,"forks":0,"downloadsWeek":201,"license":"MIT","lastPushAt":"2026-09-14T18:49:12.000Z","score":35}}}},"grade_history":[],"reviews":[]}