Skip to main content
Glama

OPNSense MCP Server

block_domain

Block unwanted domains by adding them to the DNS blocklist on the OPNSense MCP Server. Specify the domain and an optional description to enhance control over network traffic.

Instructions

Add a domain to the DNS blocklist

Input Schema

NameRequiredDescriptionDefault
descriptionNoOptional description for the block
domainYesDomain to block (e.g., pornhub.com)

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Optional description for the block", "type": "string" }, "domain": { "description": "Domain to block (e.g., pornhub.com)", "type": "string" } }, "required": [ "domain" ], "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