Skip to main content
Glama

OPNSense MCP Server

haproxy_service_control

Manage HAProxy service operations including start, stop, restart, reload, and status checks directly through the OPNSense MCP Server.

Instructions

Control HAProxy service (start, stop, restart, reload)

Input Schema

NameRequiredDescriptionDefault
actionYesService action to perform

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Service action to perform", "enum": [ "start", "stop", "restart", "reload", "status" ], "type": "string" } }, "required": [ "action" ], "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