Skip to main content
Glama

OPNSense MCP Server

iac_apply_deployment

Execute a deployment plan on OPNSense MCP Server to manage firewall configurations, VLAN setups, or network interfaces, with optional auto-approval to skip confirmations.

Instructions

Apply a deployment plan

Input Schema

NameRequiredDescriptionDefault
autoApproveNoSkip confirmation
planIdYesPlan ID from plan_deployment

Input Schema (JSON Schema)

{ "properties": { "autoApprove": { "default": false, "description": "Skip confirmation", "type": "boolean" }, "planId": { "description": "Plan ID from plan_deployment", "type": "string" } }, "required": [ "planId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vespo92/OPNSenseMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server