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