toggle_module
ActiveTool of BorealHost
Enable or disable an AI module on a site. The module must be in the plan's available module list. Requires: API key with write scope. Args: slug: Site identifier module_name: Module to toggle. Available modules: "chatbot" (AI chat widget), "seo" (SEO optimization), "translation" (content translation), "content" (AI content generation) Returns: {"module": "chatbot", "enabled": true, "message": "Module enabled"} Errors: NOT_FOUND: Unknown slug or module not in plan VALIDATION_ERROR: Invalid module name
Parameters schema
{
"type": "object",
"title": "toggle_moduleArguments",
"required": [
"slug",
"module_name"
],
"properties": {
"slug": {
"type": "string",
"title": "Slug"
},
"module_name": {
"type": "string",
"title": "Module Name"
}
}
}Parent server
BorealHost
https://github.com/alainsvrd/borealhost-mcp
1/7 registries