Skip to main content
Glama

OPNSense MCP Server

apply_blocklist_category

Block domains within predefined categories like adult, malware, ads, or social using OPNsense firewall management for enhanced network security and control.

Instructions

Apply a predefined category of domain blocks

Input Schema

NameRequiredDescriptionDefault
categoryYesCategory of domains to block

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Category of domains to block", "enum": [ "adult", "malware", "ads", "social" ], "type": "string" } }, "required": [ "category" ], "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