Skip to main content
Glama

OPNSense MCP Server

haproxy_backend_create

Create a new HAProxy backend by specifying name, mode, load balancing algorithm, and server details for optimized traffic distribution and management.

Instructions

Create a new HAProxy backend

Input Schema

NameRequiredDescriptionDefault
balanceYesLoad balancing algorithm
descriptionNo
modeYesBackend mode
nameYesBackend name
serversNoList of backend servers

Input Schema (JSON Schema)

{ "properties": { "balance": { "description": "Load balancing algorithm", "enum": [ "roundrobin", "leastconn", "source", "uri", "hdr", "random" ], "type": "string" }, "description": { "type": "string" }, "mode": { "description": "Backend mode", "enum": [ "http", "tcp" ], "type": "string" }, "name": { "description": "Backend name", "type": "string" }, "servers": { "description": "List of backend servers", "items": { "properties": { "address": { "type": "string" }, "name": { "type": "string" }, "port": { "type": "number" }, "ssl": { "type": "boolean" }, "verify": { "enum": [ "none", "required" ], "type": "string" } }, "required": [ "name", "address", "port" ], "type": "object" }, "type": "array" } }, "required": [ "name", "mode", "balance" ], "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