Skip to main content
Glama

OPNSense MCP Server

block_multiple_domains

Block multiple domains simultaneously on OPNSense firewalls using a straightforward input of domain lists. Enhances network security by restricting unwanted access with minimal configuration.

Instructions

Block multiple domains at once

Input Schema

NameRequiredDescriptionDefault
descriptionNoOptional description for the blocks
domainsYesList of domains to block

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Optional description for the blocks", "type": "string" }, "domains": { "description": "List of domains to block", "items": { "type": "string" }, "type": "array" } }, "required": [ "domains" ], "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