Complete system setup and discovery for a Victron GX device. Tests both Modbus TCP and MQTT connectivity, discovers all connected devices and services, recommends the best transport, and generates ready-to-use MCP server configuration. Use this as the first step after finding a device with victro...
AI agents use victron_setup to create or update resources in Victron Tcp — usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Victron Tcp environment.
The tool's core functions include testing connectivity and discovering devices (Read-like behaviors), but the 'setup' and 'configuration generation' aspects indicate it creates or modifies system configuration state. This makes it Write rather than Read. It is not Destructive because setup operations are reversible.
From the tool's definition The tool performs 'Complete system setup and discovery' and 'generates ready-to-use MCP server configuration,' which involves creating or modifying configuration state on the Victron GX device.
Attacks that exploit this kind of access
Complete system setup and discovery for a Victron GX device. Tests both Modbus TCP and MQTT connectivity, discovers all connected devices and services, recommends the best transport, and generates ready-to-use MCP server configuration. Use this as the first step after finding a device with victron_network_scan, or directly if you already know the host IP. It is categorised as a Write tool in the Victron Tcp MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.
Register the Victron Tcp MCP server in PolicyLayer and add a rule for victron_setup: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Victron Tcp. Nothing to install.
victron_setup is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.
Yes. Add a rate_limit block to the victron_setup rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for victron_setup. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
victron_setup is provided by the Victron Tcp MCP server (lubosstrejcek/victron-tcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
Every MCP server has a record like this.
Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.
Teams ship this data inside their own products. See what a licence covers →