Mmcp.market

Hovercode MCP server

by hovercode.com·com.hovercode/mcp·v1.0.1

Create and manage QR codes, short links, landing pages, and forms in your Hovercode workspace.

A86/100grade A
What users say
No reviews yet
Be the first
Safety scan
A86/100

full report

Adoption
Growing

0 stars201 downloads/wk

Reviews

Write one

Nobody has reviewed Hovercode yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Hovercode tools (36, 16 write)

write = sends, deletes, buys or posts
  • build_pageFree

    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.

  • create_folderwrite actionFree

    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.

  • create_formwrite actionFree

    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.

  • create_pagewrite actionFree

    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.

  • create_pdf_qrwrite actionFree

    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).

  • create_qr_codewrite actionFree

    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.

  • create_qr_codes_bulkwrite actionFree

    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.

  • create_short_linkwrite actionFree

    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.

  • delete_folderwrite actionFree

    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.

  • delete_pagewrite actionFree

    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'.

  • delete_qr_codewrite actionFree

    Delete a QR code. Dynamic codes stop redirecting after deletion.

  • delete_short_linkwrite actionFree

    Delete a short link. It stops redirecting after deletion.

  • download_qrFree

    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.

  • get_analyticsFree

    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?'.

  • get_formFree

    Get one form's details: status, response count, share link, and QR.

  • get_form_responsesFree

    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?'.

  • get_pageFree

    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.

  • get_qr_activityFree

    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.

  • get_qr_codeFree

    Get one QR code's details and scan analytics (total and unique scans), plus a rendered PNG.

  • get_short_linkFree

    Get one short link's details, destination, click counts, and QR.

  • get_short_link_activityFree

    List recent click events for a short link (time, location, device).

  • list_block_typesFree

    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, …).

  • list_foldersFree

    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.

  • list_formsFree

    List the forms in a workspace, newest first. Optional `query` searches by title.

  • list_pagesFree

    List the landing pages in a workspace, newest first.

  • list_qr_codesFree

    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.

  • list_short_linksFree

    List short links in a workspace, newest first. Optional `query` searches URL, name, and slug.

  • list_tagsFree

    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.

  • list_templatesFree

    List the workspace's saved QR design templates. Pass a template id to create_qr_code to reuse its branding.

  • list_workspacesFree

    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.

  • set_workspaceFree

    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`.

  • update_folderwrite actionFree

    Rename a folder and/or move it under another folder. `parent` 'none' moves it to the top level. Codes inside keep their filing.

  • update_formwrite actionFree

    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.

  • update_pagewrite actionFree

    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.

  • update_qr_codewrite actionFree

    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.

  • update_short_linkwrite actionFree

    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.

Public scan report

scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it

1 high
  • Code scan3 source files scanned25/25
  • Live reliabilityremote reachable in 1694ms20/20
  • Tool poisoning36 tool descriptions checked15/15
  • Auth qualityopen endpoint exposes 16 write-action tools with no auth3/15
  • Maintenancelast push 5 days ago15/15
  • Maintainer identitynamespace and repository owner differ; GitHub account older than a year; website matches verified namespace8/10

Findings (1)

  • highWrite-action tools reachable without authenticationauth.open-write
Overall 86/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Install directly

claude mcp add --transport http mcp https://hovercode.com/mcp/
Add to Cursor

Hovercode: common questions

Is Hovercode MCP server safe?
Yes, by our scan: it is graded A (86/100). Read the Hovercode safety report
How do I install Hovercode?
It runs remotely at hovercode.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
Does Hovercode need an API key?
Yes. The registry entry asks for HOVERCODE_API_TOKEN.
Is Hovercode maintained?
The last commit was 6 days ago (2026-09-14). The latest release is v1.0.1.
Is Hovercode up?
100% of our last 6 checks got an answer. We check remote servers about four times a day.
What can I use instead of Hovercode?
Servers from other publishers that do the same job: openstatus MCP server.

Alternatives to Hovercode

Same job from other publishers: the closest match first, then the best rated.

  • openstatus
    Manage monitors, status pages, incidents and maintenances in your openstatus workspace.
    A

More from hovercode.com