Ictbroadcast MCP

A Model Context Protocol server for ICTBroadcast - the voice, SMS and fax broadcasting and call-center platform from ICT Innovations. Its 6 documented tools cover ictbroadcast, campaign. It runs locally over stdio via the published package.

People who work with ictbroadcast and campaign and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-08 · ★ 16 · #366 OF 945 MAINTAINED OTHER · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Ictbroadcast MCP

before you install - you'll need

Set ICTBROADCAST_BASE_URL, ICTBROADCAST_USERNAME, ICTBROADCAST_PASSWORD before connecting.

Claude Code

claude mcp add ictinnovations-ictbroadcast-mcp -- npx -y ictbroadcast-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "ictinnovations-ictbroadcast-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ictbroadcast-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-09-01 - young repo, little track record yet

license MIT - declared in the repository

npm package ictbroadcast-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.ictinnovations is GitHub-verified and matches the repo owner

03 · What Ictbroadcast MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list campaigns (id and name), launch a campaign - begins live outbound calling, and stop a running campaign.

The 6 tools it gives your agent

Extracted from the project's README - what ictbroadcast-mcp lets an agent do.

ictbroadcast_list_campaigns
- List campaigns (id and name)
ictbroadcast_campaign_status
- Live status of a campaign (running, stopped)
ictbroadcast_campaign_summary
- Totals: answered, failed, human vs machine
ictbroadcast_campaign_result
- Per-call results (contact, response, AMD, DNC)
ictbroadcast_start_campaign
- Launch a campaign - begins live outbound calling
ictbroadcast_stop_campaign
- Stop a running campaign

Latest releases

v0.1.0 · 2026-09-01

First release of ictbroadcast-mcp: an MCP server for ICTBroadcast. Monitor outbound campaigns; start and stop them behind ICTBROADCAST_MCP_ALLOW_WRITE. On npm as ictbroadcast-mcp. Verified live against…

04 · Who maintains Ictbroadcast MCP

ictbroadcast-mcp is maintained by ictinnovations. We track 8 MCP servers from ictinnovations - 8 actively maintained, 115 combined GitHub stars, oldest repo from Aug 2026. Full record: all servers from ictinnovations.

  1. pbx-mcp Inspect and control Asterisk (AMI) and FreeSWITCH (ESL) PBX servers from your AI assistant. ★ 16
  2. ictfax-mcp List and track faxes on ICTFax, and send faxes when writes are enabled, over ICTCore REST. ★ 18
  3. ictcontact-mcp Monitor ICTContact / ICTDialer outbound campaigns, and start and stop them when writes are on. ★ 16
  4. ictpbx-mcp Read ICTPBX state: extensions, DID numbers, SIP trunks, tenants and live PBX statistics. ★ 16
  5. ictexam-mcp Read exams, gradebooks and item analysis; parse papers with AI and publish exams. ★ 16
  6. ictdialer-mcp Monitor ICTDialer outbound auto-dialer campaigns, and start and stop them when writes are on. ★ 16

05 · Facts

category
other - ranked #366 of 945 actively-maintained other servers as of 2026-09-18.
release cadence
1 release in the last 90 days (latest 2026-09-01)
registry
io.github.ictinnovations/ictbroadcast-mcp (active, first published 2026-09-01)
packages
npm:ictbroadcast-mcp

06 · Ictbroadcast MCP FAQ

Is Ictbroadcast MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-08 and it shipped 1 release in the last 90 days. We re-verify nightly.

What can Ictbroadcast MCP do?

With this server connected, an agent can list campaigns (id and name), launch a campaign - begins live outbound calling, and stop a running campaign.

How do I install Ictbroadcast MCP?

Run `npx -y ictbroadcast-mcp`. The README documents 3 environment variables (ICTBROADCAST_BASE_URL, ICTBROADCAST_USERNAME, ICTBROADCAST_PASSWORD) to set first. Set ICTBROADCAST_BASE_URL, ICTBROADCAST_USERNAME, ICTBROADCAST_PASSWORD before connecting. You can also paste the ready-made client config above.

Does Ictbroadcast MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Ictbroadcast MCP

More MCP servers to compare · Ictcontact MCP · Ictdialer MCP · Ictexam MCP · Pbx MCP · idealo MCP Server

More TypeScript MCP servers · Ictfax MCP · Ictpbx MCP · see all