Monitor ICTDialer outbound auto-dialer campaigns, and start and stop them when writes are on.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
A Model Context Protocol server for ICTDialer β the cloud auto-dialer and predictive-dialer platform from ICT Innovations. ICTDialer.com is the hosted edition of ICTContact and runs the same engine, so this server speaks that API.
It lets an AI assistant monitor outbound campaigns β list them, check status, read summaries and per-call results β and, only when you turn writes on, start and stop them.
Requires Node.js 18 or newer.
| Variable | Required | Default | |
|---|---|---|---|
ICTDIALER_BASE_URL | yes | Server base URL, without the /rest suffix, e.g. https://your-ictdialer | |
ICTDIALER_USERNAME | yes | API account username | |
ICTDIALER_PASSWORD | yes | Password for that account | |
ICTDIALER_MCP_ALLOW_WRITE | no | false | Unlock start/stop campaign (see Safety) |
ICTDIALER_TIMEOUT_MS | no | 30000 | Per-request timeout |
ICTDIALER_TLS_INSECURE | no | false | Skip TLS verification β self-signed test servers only |
Read tools are always available:
| Tool | What it does |
|---|---|
ictdialer_list_campaigns | List campaigns (id and name) |
ictdialer_campaign_status | Live status of a campaign (running, stopped) |
ictdialer_campaign_summary | Totals: answered, failed, human vs machine |
ictdialer_campaign_result | Per-call results (contact, response, AMD, DNC) |
Write tools appear only when ICTDIALER_MCP_ALLOW_WRITE=true:
| Tool | What it does |
|---|---|
ictdialer_start_campaign | Launch a campaign β begins live outbound calling |
ictdialer_stop_campaign | Stop a running campaign |
The server is read-only by default. Starting a campaign begins live outbound
calling and can cost real money, so ictdialer_start_campaign and
ictdialer_stop_campaign are not registered at all unless you set
ICTDIALER_MCP_ALLOW_WRITE=true.
ICTDialer exposes a form-encoded RPC API at {base}/rest/<Method>. Each call carries
the account username and password; the server sends those for you. There is no separate
token to provision.
Built by Tahir Almas at ICT Innovations β the team behind ICTDialer, ICTContact, ICTBroadcast, ICTFax and ICTPBX. Learn more at ictdialer.com.
MIT licensed. Issues and PRs welcome at github.com/ictinnovations/ictdialer-mcp.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/ictdialer-mcp)<a href="https://allmcps.com/mcp/ictdialer-mcp"><img src="https://allmcps.com/api/badge/ictdialer-mcp?style=directory" alt="Ictdialer MCP on AllMCPs" /></a>