Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Hovercode

REMOTE · HOVERCODE.COM · 2 COMPONENTS · SCANNED SEP 21

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

+5 this week 84 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security94
Transport & Reachability100
Schema Quality & AI Usability79
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 7790 tokens (~210/item across 37 items; 36 tools + 1 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management37
  • Stability observed for 11 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 4 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 38 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities73
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
  • Supports UI / widget rendering.Pass
Install

How do I install the Hovercode MCP server?

Hovercode is a hosted endpoint at https://hovercode.com/mcp/, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · hovercode.com

# add to Claude Code
claude mcp add --transport http com-hovercode-mcp 'https://hovercode.com/mcp/'
// .cursor/mcp.json
{
  "mcpServers": {
    "com-hovercode-mcp": {
      "url": "https://hovercode.com/mcp/"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-hovercode-mcp": {
      "type": "http",
      "url": "https://hovercode.com/mcp/"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.com-hovercode-mcp]
url = "https://hovercode.com/mcp/"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-hovercode-mcp": {
      "type": "remote",
      "url": "https://hovercode.com/mcp/",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-hovercode-mcp --url 'https://hovercode.com/mcp/' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-hovercode-mcp:
    url: "https://hovercode.com/mcp/"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-hovercode-mcp": {
      "Transport": "http",
      "Url": "https://hovercode.com/mcp/"
    }
  }
}
# add to Vellum
assistant mcp add com-hovercode-mcp -t streamable-http -u 'https://hovercode.com/mcp/'
// mcp.json
{
  "mcpServers": {
    "com-hovercode-mcp": {
      "type": "http",
      "url": "https://hovercode.com/mcp/"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 21 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 0
    • Resource “Hovercode QR card” now points somewhere else: ui://hovercode/qr.html?v=1 → ui://hovercode/qr-chatgpt.html?v=1 security
    • The server rewrote its instructions, which are the text every model session reads security
    • Schema quality: 186 → 210 functional
    • “build_page” added an optional parameter “eye_color” cosmetic
    • “build_page” added an optional parameter “frame_color” cosmetic
    • “create_form” added an optional parameter “eye_color” cosmetic
    • “create_form” added an optional parameter “frame_color” cosmetic
    • “create_page” added an optional parameter “eye_color” cosmetic
    • “create_page” added an optional parameter “frame_color” cosmetic
    • “create_qr_code” added an optional parameter “eye_color” cosmetic
    • “create_qr_code” added an optional parameter “frame_color” cosmetic
    • “create_qr_codes_bulk” added an optional parameter “eye_color” cosmetic
    • “create_qr_codes_bulk” added an optional parameter “frame_color” cosmetic
    • “update_qr_code” added an optional parameter “eye_color” cosmetic
    • “update_qr_code” added an optional parameter “frame_color” cosmetic
    • “build_page” reworded the description of “eye_style” cosmetic
    • “build_page” reworded the description of “frame” cosmetic
    • “build_page” reworded the description of “primary_color” cosmetic
    • “build_page” reworded the description of “text” cosmetic
    • “create_form” reworded the description of “eye_style” cosmetic
    • “create_form” reworded the description of “frame” cosmetic
    • “create_form” reworded the description of “primary_color” cosmetic
    • “create_form” reworded the description of “text” cosmetic
    • “create_page” reworded the description of “eye_style” cosmetic
    • “create_page” reworded the description of “frame” cosmetic
    • “create_page” reworded the description of “primary_color” cosmetic
    • “create_page” reworded the description of “text” cosmetic
    • “create_qr_code” reworded the description of “eye_style” cosmetic
    • “create_qr_code” reworded the description of “frame” cosmetic
    • “create_qr_code” reworded the description of “primary_color” cosmetic
    • “create_qr_code” reworded the description of “text” cosmetic
    • “create_qr_codes_bulk” reworded the description of “eye_style” cosmetic
    • “create_qr_codes_bulk” reworded the description of “frame” cosmetic
    • “create_qr_codes_bulk” reworded the description of “primary_color” cosmetic
    • “create_qr_codes_bulk” reworded the description of “text” cosmetic
    • “update_qr_code” reworded the description of “eye_style” cosmetic
    • “update_qr_code” reworded the description of “frame” cosmetic
    • “update_qr_code” reworded the description of “primary_color” cosmetic
    • “update_qr_code” reworded the description of “text” cosmetic
  • 16 Sept 26 +2
    • The server rewrote its instructions, which are the text every model session reads security
    • Tool “create_qr_code” rewrote its description, which is the text the model reads security
    • Tool “create_short_link” rewrote its description, which is the text the model reads security
    • Tool “build_page” rewrote its description, which is the text the model reads security
    • Tool “create_form” rewrote its description, which is the text the model reads security
    • Tool “create_page” rewrote its description, which is the text the model reads security
    • Schema quality: 155 → 186 functional
    • Tool “create_pdf_qr” now declares an output schema functional
    • Tool “create_qr_code” now declares an output schema functional
    • Tool “create_qr_codes_bulk” now declares an output schema functional
    • Tool “create_short_link” now declares an output schema functional
    • Tool “delete_folder” now declares an output schema functional
    • Tool “delete_page” now declares an output schema functional
    • Tool “delete_qr_code” now declares an output schema functional
    • Tool “delete_short_link” now declares an output schema functional
    • Tool “get_analytics” now declares an output schema functional
    • Tool “get_form” now declares an output schema functional
    • Tool “get_form_responses” now declares an output schema functional
    • Tool “get_page” now declares an output schema functional
    • Tool “get_qr_activity” now declares an output schema functional
    • Tool “get_qr_code” now declares an output schema functional
    • Tool “get_short_link” now declares an output schema functional
    • Tool “get_short_link_activity” now declares an output schema functional
    • Tool “list_block_types” now declares an output schema functional
    • Tool “list_folders” now declares an output schema functional
    • Tool “list_forms” now declares an output schema functional
    • Tool “list_pages” now declares an output schema functional
    • Tool “list_qr_codes” now declares an output schema functional
    • Tool “list_short_links” now declares an output schema functional
    • Tool “list_tags” now declares an output schema functional
    • Tool “list_templates” now declares an output schema functional
    • Tool “list_workspaces” now declares an output schema functional
    • Tool “set_workspace” now declares an output schema functional
    • Tool “update_folder” now declares an output schema functional
    • Tool “update_form” now declares an output schema functional
    • Tool “update_page” now declares an output schema functional
    • Tool “update_qr_code” now declares an output schema functional
    • Tool “update_short_link” now declares an output schema functional
    • Tool “download_qr” now declares an output schema functional
    • Tool “build_page” now declares an output schema functional
    • Tool “create_folder” now declares an output schema functional
    • Tool “create_form” now declares an output schema functional
    • Tool “create_page” now declares an output schema functional
    • The server now declares the “resources” capability functional
    • First check of Capabilities: pass functional
    • First check of Schema quality: 100 functional
    • First check of Tool coverage: 100 functional
    • New resource “Hovercode QR card” functional
    • “update_qr_code” added an optional parameter “logo_base64” cosmetic
    • “build_page” added an optional parameter “background_color” cosmetic
    • “build_page” added an optional parameter “error_correction” cosmetic
    • “build_page” added an optional parameter “eye_style” cosmetic
    • “build_page” added an optional parameter “frame” cosmetic
    • “build_page” added an optional parameter “has_border” cosmetic
    • “build_page” added an optional parameter “logo_url” cosmetic
    • “build_page” added an optional parameter “pattern” cosmetic
    • “build_page” added an optional parameter “primary_color” cosmetic
    • “build_page” added an optional parameter “text” cosmetic
    • “build_page” added an optional parameter “text_secondary” cosmetic
    • “create_form” added an optional parameter “background_color” cosmetic
    • “create_form” added an optional parameter “error_correction” cosmetic
    • “create_form” added an optional parameter “eye_style” cosmetic
    • “create_form” added an optional parameter “frame” cosmetic
    • “create_form” added an optional parameter “has_border” cosmetic
    • “create_form” added an optional parameter “pattern” cosmetic
    • “create_form” added an optional parameter “primary_color” cosmetic
    • “create_form” added an optional parameter “text” cosmetic
    • “create_form” added an optional parameter “text_secondary” cosmetic
    • “create_page” added an optional parameter “background_color” cosmetic
    • “create_page” added an optional parameter “error_correction” cosmetic
    • “create_page” added an optional parameter “eye_style” cosmetic
    • “create_page” added an optional parameter “frame” cosmetic
    • “create_page” added an optional parameter “has_border” cosmetic
    • “create_page” added an optional parameter “logo_url” cosmetic
    • “create_page” added an optional parameter “pattern” cosmetic
    • “create_page” added an optional parameter “primary_color” cosmetic
    • “create_page” added an optional parameter “text” cosmetic
    • “create_page” added an optional parameter “text_secondary” cosmetic
  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 13 to 17. That category is still filling its 30-day observation window: 4 days of observed history at the previous scan, 5 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +1
    • Stability: unverified → 0.03 functional
  • 10 Sept 26 77

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Probed https://hovercode.com/mcp/

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=hovercode.com CN=WE1,O=Google Trust Services,C=US 11 Aug 2026 9 Nov 2026 ECDSA 256 ECDSA-SHA256 7f62f8a560817a420e981a0bbb5a6df8
SANs: hovercode.com, *.hovercode.com
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of hovercode.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
hovercode.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication Enforced and verified

The endpoint asked for a token and published valid RFC 9728 metadata describing how to get one.

Result Enforced and verified
Enforced On tool calls
HTTP status 200

WWW-Authenticate challenge Bearer resource_metadata="https://hovercode.com/.well-known/oauth-protected-resource/mcp"

Bearer resource_metadata="https://hovercode.com/.well-known/oauth-protected-resource/mcp"
Header Value
strict-transport-security max-age=2592000; preload
x-content-type-options nosniff
x-frame-options DENY
referrer-policy same-origin

Protected resource metadata

Document https://hovercode.com/.well-known/oauth-protected-resource/mcp
Retrieved Yes
Resource https://hovercode.com/mcp/
Authorisation server https://hovercode.com

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://hovercode.com/mcp/ Verified 200
http (plaintext) http://hovercode.com/mcp/ HTTPS enforced 301 https://hovercode.com/mcp/
MCP tools · 36 exposed · ~7,508 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
update_form ~361

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.

NameTypeReqDescription
bg_colorstringHex background color.
button_colorstringHex submit-button color.
button_text_colorstringHex button-text color.
descriptionstringNew description.
fieldsarrayComplete desired field list (see note); create_form shape plus an optional `id`.
idstringyesForm id.
logo_urlstringURL of a logo image (JPEG/PNG/GIF/WebP) to show on the form.
outcomesarrayPathways / 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…
redirect_urlstringURL to send respondents to after they submit.
statusstringClose (stop responses) or reopen. When set, other edits are ignored.
text_colorstringHex text color.
thank_you_messagestringShown after submitting (if no redirect).
themestringNamed color preset. Explicit colors below override it.
titlestringNew title.
NameTypeReqDescription
allow_multiple_submissionsboolean
bg_colorstring|null
button_colorstring|null
button_text_colorstring|null
createdstring
dashboard_urlstringWhere the owner manages the form on hovercode.com.
descriptionstring|null
errorobjectPresent only when the tool failed (the result is also flagged isError).
fieldsarray
has_unpublished_changesboolean
idstring
logostring|null
modifiedstring
notification_recipientsarray
outcomesarray
qr_code_svgstring|nullQR code for the share URL, as SVG markup.
qr_idstring|nullId of the form's own QR code (published forms). Use with download_qr.
redirect_delayinteger|null
redirect_urlstring|null
response_countinteger
share_urlstring|nullPublic URL respondents open (null until published).
shortlink_domainstring|null
shortlink_slugstring|null
shortlink_urlstring|null
show_powered_byboolean
show_progressboolean
statusstringDraft, Published, or Closed.
text_colorstring|null
thank_you_messagestring|null
thank_you_titlestring|null
titlestring
workspace_idstring

No examples provided.

update_page ~238

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.

NameTypeReqDescription
bg_colorstringHex page background color.
blocksarrayComplete desired block list (see note); each is {type, content} + optional id.
descriptionstringNew SEO/description text.
idstringyesPage id.
publishbooleantrue = publish/re-publish so edits go live; false = take offline (draft).
text_colorstringHex text color.
titlestringNew page title.
NameTypeReqDescription
blocksarray
designobject
errorobjectPresent only when the tool failed (the result is also flagged isError).
idstring
layout_versioninteger
publishobject

No examples provided.

update_qr_code ~665

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.

NameTypeReqDescription
add_tagsarrayTag titles to add (created in the workspace if new).
background_colorstringHex background color, or 'transparent'.
display_namestringNew internal name.
error_correctionstringQR error correction level: L, M, Q, or H (higher tolerates more damage but is denser).
eye_colorstringHex color for the corner eyes, if different from `primary_color` (which they follow by default).
eye_stylestringCorner eye shape.
folderstringMove the code into this folder (id or slug from list_folders); 'none' unfiles it.
framestringFrame 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-…
frame_colorstringHex color for the frame, if different from `primary_color` (which it follows by default).
gps_trackingbooleanEnable/disable location prompt.
has_borderbooleanDraw a border around the code.
idstringyesQR code id.
logo_base64stringA 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_roundbooleanForce the logo into a circle.
logo_urlstringURL of a logo image to place in the center.
patternstringModule pattern style.
primary_colorstringHex 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 *differ…
qr_datastringNew destination URL/text (dynamic codes only).
remove_logobooleanRemove the code's logo.
remove_tagsarrayTags to remove from this code, by title, slug, or id.
textstringCaption 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_secondarystringSecondary caption line, where the frame supports it.
NameTypeReqDescription
background_colorstring|null
createdstring
display_namestring|null
dynamicboolean
errorobjectPresent only when the tool failed (the result is also flagged isError).
error_correctionstring|null
eye_colorstring|null
eye_stylestring|null
folder
framestring|null
frame_colorstring|null
gps_trackingboolean
has_borderboolean
idstring
logostring|null
patternstring|null
pdf_file_urlstring|null
pngstring|nullPNG URL once rendered; null until then (use download_qr).
primary_colorstring|null
qr_datastringEncoded data: the destination URL for URL codes.
qr_typestringLink, Text, vCard, or PDF.
shortlink_urlstring|nullTracked short URL a dynamic code points at; null for static codes.
svgstring|nullRendered QR as SVG markup.
svg_filestring|null
tagsarray
textstring|null
text_secondarystring|null
total_scansinteger|null
unique_scansinteger|null
vcard

No examples provided.

update_short_link ~89

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.

NameTypeReqDescription
display_namestringNew internal name.
gpsbooleanEnable/disable the location prompt.
idstringyesShort link id.
linkstringNew destination URL.
NameTypeReqDescription
createdstring
display_namestring|null
domainstring
errorobjectPresent only when the tool failed (the result is also flagged isError).
gpsboolean
idstring
linkstringDestination URL.
link_typestring
pngstring|null
short_urlstring
slugstring
svgstring|nullQR code for the short URL, as SVG markup.
total_clicksinteger
unique_clicksinteger

No examples provided.

Common questions

What is the Hovercode MCP server?

Hovercode is an MCP server listed in the public MCP registry as com.hovercode/mcp. Create and manage QR codes, short links, landing pages, and forms in your Hovercode workspace. This page covers its hosted endpoint (https://hovercode.com/mcp/).

Is the Hovercode MCP server safe to use?

Hovercode scores 84 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Hovercode MCP server expose?

Hovercode exposes 36 tools: list_workspaces, create_qr_code, build_page, create_form, get_analytics, and 31 more. Their descriptions and schemas cost roughly 7,508 tokens of context every time the server is loaded.

Does the Hovercode MCP server require authentication?

Yes. Hovercode asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

Is the Hovercode MCP server still maintained?

Hovercode is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.