Skip to main content
Glama

OPNSense MCP Server

configure

Set up and manage OPNsense firewall connections by configuring host details, API keys, and SSL verification for streamlined firewall administration.

Instructions

Configure OPNsense connection

Input Schema

NameRequiredDescriptionDefault
apiKeyYesAPI key
apiSecretYesAPI secret
hostYesOPNsense hostname or IP
verifySslNoVerify SSL certificate

Input Schema (JSON Schema)

{ "properties": { "apiKey": { "description": "API key", "type": "string" }, "apiSecret": { "description": "API secret", "type": "string" }, "host": { "description": "OPNsense hostname or IP", "type": "string" }, "verifySsl": { "default": true, "description": "Verify SSL certificate", "type": "boolean" } }, "required": [ "host", "apiKey", "apiSecret" ], "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