Skip to main content
Source of truth for this page. This list is transcribed directly from list_mcp_tools() in src/mcp_http/registry.py of the public trycon/scanova-mcp repository — the exact code that answers a real MCP client’s tools/list call against https://mcp.scanova.io/mcp. It is not sourced from that repository’s README, which is stale: the README advertises only 7 QR-management tools, while the deployed server actually registers 42 across 8 categories. Each tool’s Type below reflects its real MCP annotation (readOnlyHint/destructiveHint) from the same file.
A connected AI assistant calls initialize first (the server reports protocolVersion: "2025-03-26", serverInfo: { name: "scanova-mcp", version: "1.0.0" }), then tools/list to discover everything below, then tools/call per tool. All 42 tools operate against your own Scanova account, using whichever credential your client authenticated with (see Setup).

Scanova docs bridge

Lets the assistant consult this documentation site live, mid-conversation.

QR code design

QR code management

Analytics

Folder management

Forms

Lead lists

User management

Destructive tools skip a confirmation dialog by design — the MCP protocol has no built-in “are you sure?” step; whatever confirmation happens is up to your AI client’s own UI conventions. Review what a delete_* or remove_user tool call is about to do before approving it, the same way you would for any other write action you delegate to an assistant.
  • MCP overview — what the server is, what it can do at a glance, and its access requirements.
  • MCP setup — connect an AI client to the server that exposes these tools.
  • Management API overview — the underlying API these tools call on your behalf.