Home › Other › ictfax-mcp

ictfax-mcp

List and track faxes on ICTFax, and send faxes when writes are enabled, over ICTCore REST.

TypeScript
★ 18 stars Last pushed 2026-09-07 License: MIT

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 ictfax-mcp@0.1.0

Or add to your MCP client config:

{
  "mcpServers": {
    "ictfax-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ictfax-mcp@0.1.0"
      ],
      "env": {
        "ICTFAX_BASE_URL": "<YOUR_VALUE>",
        "ICTFAX_USERNAME": "<YOUR_VALUE>",
        "ICTFAX_PASSWORD": "<YOUR_VALUE>",
        "ICTFAX_ACCOUNT_ID": "<YOUR_VALUE>",
        "ICTFAX_MCP_ALLOW_WRITE": "<YOUR_VALUE>",
        "ICTFAX_TIMEOUT_MS": "<YOUR_VALUE>",
        "ICTFAX_TLS_INSECURE": "<YOUR_VALUE>"
      }
    }
  }
}
  • ICTFAX_BASE_URL required — ICTCore REST base URL of your ICTFax server, normally ending in /api, e.g. https://your-ictfax/api.
  • ICTFAX_USERNAME required — API account email (ICTCore logs in by email).
  • ICTFAX_PASSWORD required secret — Password for the account.
  • ICTFAX_ACCOUNT_ID — Account id to send faxes from. Defaults to 1.
  • ICTFAX_MCP_ALLOW_WRITE — Unlocks uploading documents and sending faxes, which dials a real number and can cost money. When false those tools are not registered at all. Leave off unless you mean it.
  • ICTFAX_TIMEOUT_MS — Per request timeout in milliseconds. Defaults to 30000.
  • ICTFAX_TLS_INSECURE — Skip TLS certificate verification. Only for a self-signed test server.

Related servers

Data from the Official MCP Registry