Hovercode
REMOTE · HOVERCODE.COM · 2 COMPONENTS · SCANNED SEP 21
Create and manage QR codes, short links, landing pages, and forms in your Hovercode workspace.
Available components
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
- The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
- Authorisation is enforced on tool calls, advertised via RFC 9728 protected-resource metadata. Discovery is public, which costs nothing: no tool can be invoked without a token. View diagnostics → Pass
- HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
- The HSTS (Strict-Transport-Security) header is present. View diagnostics → Pass
- DNSSEC check failed: this domain isn't protected by DNSSEC. See how to fix → View diagnostics → Fail
- The authorisation server offers only Dynamic Client Registration (RFC 7591), which MCP 2026-07-28 deprecated in favour of Client ID Metadata Documents. View diagnostics → Partial
Transport & Reachability100
- Verified streamable-http transport via a live MCP handshake. View diagnostics → Pass
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
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
claude mcp add --transport http com-hovercode-mcp 'https://hovercode.com/mcp/'
{
"mcpServers": {
"com-hovercode-mcp": {
"url": "https://hovercode.com/mcp/"
}
}
} {
"servers": {
"com-hovercode-mcp": {
"type": "http",
"url": "https://hovercode.com/mcp/"
}
}
} [mcp_servers.com-hovercode-mcp] url = "https://hovercode.com/mcp/"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-hovercode-mcp": {
"type": "remote",
"url": "https://hovercode.com/mcp/",
"enabled": true
}
}
} openclaw mcp add com-hovercode-mcp --url 'https://hovercode.com/mcp/' --transport streamable-http
mcp_servers:
com-hovercode-mcp:
url: "https://hovercode.com/mcp/" {
"McpServers": {
"com-hovercode-mcp": {
"Transport": "http",
"Url": "https://hovercode.com/mcp/"
}
}
} assistant mcp add com-hovercode-mcp -t streamable-http -u 'https://hovercode.com/mcp/'
{
"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.
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.
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/ |
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 →
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.
| Name | Type | Req | Description |
|---|---|---|---|
| bg_color | string | – | Hex background color. |
| button_color | string | – | Hex submit-button color. |
| button_text_color | string | – | Hex button-text color. |
| description | string | – | New description. |
| fields | array | – | Complete desired field list (see note); create_form shape plus an optional `id`. |
| id | string | yes | Form id. |
| logo_url | string | – | URL of a logo image (JPEG/PNG/GIF/WebP) to show on the form. |
| outcomes | array | – | 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… |
| redirect_url | string | – | URL to send respondents to after they submit. |
| status | string | – | Close (stop responses) or reopen. When set, other edits are ignored. |
| text_color | string | – | Hex text color. |
| thank_you_message | string | – | Shown after submitting (if no redirect). |
| theme | string | – | Named color preset. Explicit colors below override it. |
| title | string | – | New title. |
| Name | Type | Req | Description |
|---|---|---|---|
| allow_multiple_submissions | boolean | – | – |
| bg_color | string|null | – | – |
| button_color | string|null | – | – |
| button_text_color | string|null | – | – |
| created | string | – | – |
| dashboard_url | string | – | Where the owner manages the form on hovercode.com. |
| description | string|null | – | – |
| error | object | – | Present only when the tool failed (the result is also flagged isError). |
| fields | array | – | – |
| has_unpublished_changes | boolean | – | – |
| id | string | – | – |
| logo | string|null | – | – |
| modified | string | – | – |
| notification_recipients | array | – | – |
| outcomes | array | – | – |
| qr_code_svg | string|null | – | QR code for the share URL, as SVG markup. |
| qr_id | string|null | – | Id of the form's own QR code (published forms). Use with download_qr. |
| redirect_delay | integer|null | – | – |
| redirect_url | string|null | – | – |
| response_count | integer | – | – |
| share_url | string|null | – | Public URL respondents open (null until published). |
| shortlink_domain | string|null | – | – |
| shortlink_slug | string|null | – | – |
| shortlink_url | string|null | – | – |
| show_powered_by | boolean | – | – |
| show_progress | boolean | – | – |
| status | string | – | Draft, Published, or Closed. |
| text_color | string|null | – | – |
| thank_you_message | string|null | – | – |
| thank_you_title | string|null | – | – |
| title | string | – | – |
| workspace_id | string | – | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| bg_color | string | – | Hex page background color. |
| blocks | array | – | Complete desired block list (see note); each is {type, content} + optional id. |
| description | string | – | New SEO/description text. |
| id | string | yes | Page id. |
| publish | boolean | – | true = publish/re-publish so edits go live; false = take offline (draft). |
| text_color | string | – | Hex text color. |
| title | string | – | New page title. |
| Name | Type | Req | Description |
|---|---|---|---|
| blocks | array | – | – |
| design | object | – | – |
| error | object | – | Present only when the tool failed (the result is also flagged isError). |
| id | string | – | – |
| layout_version | integer | – | – |
| publish | object | – | – |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| add_tags | array | – | Tag titles to add (created in the workspace if new). |
| background_color | string | – | Hex background color, or 'transparent'. |
| display_name | string | – | New internal name. |
| error_correction | string | – | QR error correction level: L, M, Q, or H (higher tolerates more damage but is denser). |
| eye_color | string | – | Hex color for the corner eyes, if different from `primary_color` (which they follow by default). |
| eye_style | string | – | Corner eye shape. |
| folder | string | – | Move the code into this folder (id or slug from list_folders); 'none' unfiles it. |
| frame | string | – | 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-… |
| frame_color | string | – | Hex color for the frame, if different from `primary_color` (which it follows by default). |
| gps_tracking | boolean | – | Enable/disable location prompt. |
| has_border | boolean | – | Draw a border around the code. |
| id | string | yes | QR code id. |
| logo_base64 | string | – | 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 | boolean | – | Force the logo into a circle. |
| logo_url | string | – | URL of a logo image to place in the center. |
| pattern | string | – | Module pattern style. |
| primary_color | string | – | 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 *differ… |
| qr_data | string | – | New destination URL/text (dynamic codes only). |
| remove_logo | boolean | – | Remove the code's logo. |
| remove_tags | array | – | Tags to remove from this code, by title, slug, or id. |
| text | string | – | 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 | string | – | Secondary caption line, where the frame supports it. |
| Name | Type | Req | Description |
|---|---|---|---|
| background_color | string|null | – | – |
| created | string | – | – |
| display_name | string|null | – | – |
| dynamic | boolean | – | – |
| error | object | – | Present only when the tool failed (the result is also flagged isError). |
| error_correction | string|null | – | – |
| eye_color | string|null | – | – |
| eye_style | string|null | – | – |
| folder | – | – | – |
| frame | string|null | – | – |
| frame_color | string|null | – | – |
| gps_tracking | boolean | – | – |
| has_border | boolean | – | – |
| id | string | – | – |
| logo | string|null | – | – |
| pattern | string|null | – | – |
| pdf_file_url | string|null | – | – |
| png | string|null | – | PNG URL once rendered; null until then (use download_qr). |
| primary_color | string|null | – | – |
| qr_data | string | – | Encoded data: the destination URL for URL codes. |
| qr_type | string | – | Link, Text, vCard, or PDF. |
| shortlink_url | string|null | – | Tracked short URL a dynamic code points at; null for static codes. |
| svg | string|null | – | Rendered QR as SVG markup. |
| svg_file | string|null | – | – |
| tags | array | – | – |
| text | string|null | – | – |
| text_secondary | string|null | – | – |
| total_scans | integer|null | – | – |
| unique_scans | integer|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.
| Name | Type | Req | Description |
|---|---|---|---|
| display_name | string | – | New internal name. |
| gps | boolean | – | Enable/disable the location prompt. |
| id | string | yes | Short link id. |
| link | string | – | New destination URL. |
| Name | Type | Req | Description |
|---|---|---|---|
| created | string | – | – |
| display_name | string|null | – | – |
| domain | string | – | – |
| error | object | – | Present only when the tool failed (the result is also flagged isError). |
| gps | boolean | – | – |
| id | string | – | – |
| link | string | – | Destination URL. |
| link_type | string | – | – |
| png | string|null | – | – |
| short_url | string | – | – |
| slug | string | – | – |
| svg | string|null | – | QR code for the short URL, as SVG markup. |
| total_clicks | integer | – | – |
| unique_clicks | integer | – | – |
No examples provided.
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.