Skip to main content
Glama
ictinnovations

ictfax-mcp

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ICTFAX_BASE_URLYesICTCore REST base, normally ending in `/api`, e.g. `https://your-ictfax/api`
ICTFAX_PASSWORDYesPassword for that account
ICTFAX_USERNAMEYesAPI account email (ICTCore logs in by email)
ICTFAX_ACCOUNT_IDNoAccount id to send faxes from1
ICTFAX_TIMEOUT_MSNoPer-request timeout30000
ICTFAX_TLS_INSECURENoSkip TLS verification — self-signed test servers onlyfalse
ICTFAX_MCP_ALLOW_WRITENoUnlock upload/send (see Safety)false

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
ictfax_list_faxesA

List fax transmissions on the server (inbound and outbound) with their id, contact, status and direction. Start here to find a transmission id.

ictfax_get_fax_statusA

Get one fax transmission by id: its status (processing, completed, failed), contact and pages. Poll this after sending a fax.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 2 tools

Disambiguation5/5

Each tool has a clear, separate purpose: one lists all transmissions, the other retrieves a single transmission by ID. There is no overlap or ambiguity between the two.

Naming Consistency5/5

Both tools follow the same verb_noun pattern with a consistent ictfax_ prefix (list_faxes, get_fax_status). The naming is predictable and uniform.

Tool Count3/5

With only two tools, the server feels minimal and borderline thin for a fax integration. It covers listing and status checking but lacks the breadth expected of a full service, though it could be acceptable for a narrowly scoped monitoring tool.

Completeness2/5

The tool surface covers only read-oriented operations (list and get status). There is no way to send, cancel, or manage faxes, which are core actions for a fax server, leaving significant functionality absent.

Maintenance

ActivityMaintained
ResponsivenessNo issues