Open a session
Start with open_session and carry the returned session ID through every stateful MCP method.
Premium MCP mode
Veridicus Scan includes a premium, local, foreground, session-based MCP surface. Use it when an agent should
run scan_text, scan_url, scan_file, or scan_repo, retrieve a report,
or guard a risky plan or action while the app runtime is active.
Core flow
The bridge does not hide state. Open a session, run the local tools you need, then close the session. That keeps the automation surface close to the app’s trust model instead of turning it into an unbounded background service.
Start with open_session and carry the returned session ID through every stateful MCP method.
Choose scan_text, scan_url, scan_file, or scan_repo, then use report or runtime-guard methods needed for the current task.
Call close_session when the workflow finishes. The current local policy allows one active session at a time.
Method families
The bridge exposes source-specific scan methods, report surfaces, and runtime guards. Method names stay explicit so an agent can choose the narrowest input path and preserve the returned policy scope.
scan_text for prompts, snippets, or extracted textscan_url for a user-chosen public HTTPS destinationscan_file for one local artifactscan_repo for bounded repository intakeget_report for the current reviewed resultexport_report for JSON or PDF handoffscope_tools establishes the authoritative tool scopeguard_plan evaluates a proposed plangate_action evaluates a specific tool actionWhat it is and is not
MCP lets Veridicus Scan participate in agent execution and memory flows while keeping the same local runtime boundary: foreground, session-based, and designed to stay inside the app instead of becoming an always-on remote service.
The bridge is designed for on-device use while the app or local runtime is active, not as a permanent hosted gateway.
scan_repo uses bounded traversal and repo-aware signals before an agent reads or installs from a repository. It does not claim to replace a full code or dependency security review.
The core MCP methods are premium-protected because they turn the app into an active agent-runtime component. Entitlement and localized pricing are handled through StoreKit rather than a hardcoded site price.
Next step
Move from the automation surface into use cases, MCP security guidance, best-practices guidance, trust boundaries, exported evidence, or OpenClaw intake safety.