Update MikroTik SwOS switch endpoints by merging new field values into the full configuration blob and writing it back. Use dryRun to preview first, and rollback if needed.
Retrieve DHCP lease entries from a MikroTik router. Filter by server, status, lease type, or MAC address, and paginate results to quickly locate specific leases.
MCP server for managing MikroTik RouterOS devices, enabling reading device state and performing guarded write operations such as setting identity via natural language.
Retrieves the OpenVPN server configuration from a MikroTik router. Returns NOT_FOUND when the OpenVPN package is not installed, making missing setup identifiable.
Add or remove an interface from a MikroTik router bridge. Idempotent design prevents duplicate port assignments and reports already_exists when the port is already present.
Retrieve DHCP client configurations from MikroTik RouterOS to display interfaces with DHCP-assigned IPs, current status, and addresses. Filter by status or interface to quickly troubleshoot IP lease problems.
List firewall mangle rules on a MikroTik router in evaluation order, using filters for chain, action, or disabled state to locate specific packet marking or routing rules.