Loading MCP server directory, please wait...
Monitor ICTBroadcast outbound campaigns, and start and stop them when writes are on.
npx @getmcp/cli add io.github.ictinnovations/ictbroadcast-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
ICTBROADCAST_BASE_URLBase URL of your ICTBroadcast server, without the /rest suffix, e.g. https://your-ictbroadcast.
ICTBROADCAST_USERNAMEAPI account username.
ICTBROADCAST_PASSWORDPassword for the account.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ictinnovations/ictbroadcast-mcp": {
"command": "npx",
"args": [
"-y",
"ictbroadcast-mcp"
],
"env": {
"ICTBROADCAST_BASE_URL": "",
"ICTBROADCAST_USERNAME": "",
"ICTBROADCAST_PASSWORD": "",
"ICTBROADCAST_MCP_ALLOW_WRITE": "false",
"ICTBROADCAST_TIMEOUT_MS": "30000",
"ICTBROADCAST_TLS_INSECURE": "false"
}
}
}
}