Home › Communication › ictbroadcast-mcp
ictbroadcast-mcp
Monitor ICTBroadcast outbound campaigns, and start and stop them when writes are on.
Topics: Communication
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.1.0)
npx -y ictbroadcast-mcp@0.1.0
Or add to your MCP client config:
{
"mcpServers": {
"ictbroadcast-mcp": {
"command": "npx",
"args": [
"-y",
"ictbroadcast-mcp@0.1.0"
],
"env": {
"ICTBROADCAST_BASE_URL": "<YOUR_VALUE>",
"ICTBROADCAST_USERNAME": "<YOUR_VALUE>",
"ICTBROADCAST_PASSWORD": "<YOUR_VALUE>",
"ICTBROADCAST_MCP_ALLOW_WRITE": "<YOUR_VALUE>",
"ICTBROADCAST_TIMEOUT_MS": "<YOUR_VALUE>",
"ICTBROADCAST_TLS_INSECURE": "<YOUR_VALUE>"
}
}
}
}
ICTBROADCAST_BASE_URLrequired — Base URL of your ICTBroadcast server, without the /rest suffix, e.g. https://your-ictbroadcast.ICTBROADCAST_USERNAMErequired — API account username.ICTBROADCAST_PASSWORDrequired secret — Password for the account.ICTBROADCAST_MCP_ALLOW_WRITE— Unlocks starting and stopping campaigns, which begins live outbound calling and can cost money. When false those tools are not registered at all. Leave off unless you mean it.ICTBROADCAST_TIMEOUT_MS— Per request timeout in milliseconds. Defaults to 30000.ICTBROADCAST_TLS_INSECURE— Skip TLS certificate verification. Only for a self-signed test server.
Related servers
inbox-zero
An MCP server for Inbox Zero. Adds functionality on top of Gmail like finding out which emails you need to reply to or need to follow up on.
whatsapp-mcp
An MCP server for searching your personal WhatsApp messages, contacts and sending messages to individuals or groups
slack-mcp-server
The most powerful MCP server for Slack Workspaces.
telegram-mcp
Telegram API integration for accessing user data, managing dialogs (chats, channels, groups), retrieving messages, sending messages and…
emailmd
Render markdown into email-safe HTML, lint drafts for deliverability problems, and preview emails.
Microsoft 365 MCP Server
Interact with Microsoft 365 and Office services through the Microsoft Graph API.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry