Skip to main content
Glama

OPNSense MCP Server

haproxy_acl_create

Generate access control lists (ACLs) for HAProxy frontends on OPNSense firewalls, specifying name and expression for precise traffic management.

Instructions

Create an ACL for HAProxy frontend

Input Schema

NameRequiredDescriptionDefault
expressionYesACL expression
frontendYesFrontend UUID
nameYesACL name

Input Schema (JSON Schema)

{ "properties": { "expression": { "description": "ACL expression", "type": "string" }, "frontend": { "description": "Frontend UUID", "type": "string" }, "name": { "description": "ACL name", "type": "string" } }, "required": [ "frontend", "name", "expression" ], "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