Skip to main content
Glama

OPNSense MCP Server

haproxy_frontend_create

Create and configure a new HAProxy frontend on OPNSense MCP Server by specifying bind address, SSL settings, mode, backend, and access control lists for efficient traffic management.

Instructions

Create a new HAProxy frontend

Input Schema

NameRequiredDescriptionDefault
aclsNoAccess control lists
backendYesDefault backend name
bindYesBind address (e.g., 0.0.0.0:443)
certificatesNoCertificate UUIDs or names
descriptionNo
modeYesFrontend mode
nameYesFrontend name
sslNoEnable SSL

Input Schema (JSON Schema)

{ "properties": { "acls": { "description": "Access control lists", "items": { "properties": { "expression": { "type": "string" }, "name": { "type": "string" } }, "required": [ "name", "expression" ], "type": "object" }, "type": "array" }, "backend": { "description": "Default backend name", "type": "string" }, "bind": { "description": "Bind address (e.g., 0.0.0.0:443)", "type": "string" }, "certificates": { "description": "Certificate UUIDs or names", "items": { "type": "string" }, "type": "array" }, "description": { "type": "string" }, "mode": { "description": "Frontend mode", "enum": [ "http", "tcp" ], "type": "string" }, "name": { "description": "Frontend name", "type": "string" }, "ssl": { "description": "Enable SSL", "type": "boolean" } }, "required": [ "name", "bind", "mode", "backend" ], "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