Skip to main content
Glama
ictinnovations

ictpbx-mcp

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ICTPBX_BASE_URLYesICTCore REST base, normally ending in /api, e.g. https://your-ictpbx/api
ICTPBX_PASSWORDYesPassword for that account
ICTPBX_USERNAMEYesAPI account email (ICTCore logs in by email)
ICTPBX_TIMEOUT_MSNoPer-request timeout30000
ICTPBX_TLS_INSECURENoSkip TLS verification — self-signed test servers onlyfalse

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
ictpbx_pbx_statisticsA

Counts across the PBX: extensions, devices, ring groups, call queues, IVR menus, voicemails, conferences and gateways. Use this first for a quick health picture of the server.

ictpbx_list_extensionsA

List SIP extensions on the PBX with their username, name, tenant and account id. Use this to answer 'what extensions exist' or to find an extension's tenant.

ictpbx_list_didsA

List DID (inbound phone) numbers on the PBX: the number, whether it is active, its tenant and the contact it is tied to.

ictpbx_list_providersA

List the SIP trunk providers (upstream carriers) configured on the PBX: name, host and tenant.

ictpbx_list_tenantsA

List the tenants (customer organizations) on this multi-tenant PBX: company, contact and limits. Use this to see who the white-label PBX is serving.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.3/5.0

Scored across 5 tools

Disambiguation5/5

Each tool targets a distinct resource: tenants, PBX-wide statistics, extensions, DIDs, and providers. There is no meaningful overlap, so an agent can reliably select the correct tool based on the resource it needs.

Naming Consistency4/5

Tool names mostly follow a consistent ictpbx_list_<resource> pattern, with ictpbx_pbx_statistics being the one deviation. The prefix is uniform and the intent of each name is clear.

Tool Count5/5

Five tools is a well-scoped set for a read-only PBX inventory and health-check server. Each tool covers a meaningful area without excess or redundancy.

Completeness2/5

The server only provides list and count operations, with no create, update, delete, or search capabilities. While statistics mention many PBX resources, only tenants, extensions, DIDs, and providers have detailed list tools, leaving significant gaps for full PBX management.

Maintenance

ActivityMaintained
ResponsivenessNo issues