Skip to main content
Glama
ictinnovations

ictcrm-mcp

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ICTCRM_BASE_URLYesServer base URL, without the /rest suffix, e.g. https://your-ictcrm
ICTCRM_PASSWORDYesPassword for that account
ICTCRM_USERNAMEYesAPI account username
ICTCRM_TIMEOUT_MSNoPer-request timeout30000
ICTCRM_TLS_INSECURENoSkip TLS verification — self-signed test servers onlyfalse
ICTCRM_MCP_ALLOW_WRITENoUnlock the contact write tools (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
ictcrm_list_contact_groupsA

List the contact groups (contact lists) in the CRM, each with its id, name and description. Use a group id when creating a contact.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool exposed, there is no possibility of confusion or overlap between tools. The tool's purpose is clear and distinct as the sole entry point.

Naming Consistency5/5

The single tool name follows a consistent prefix_verb_noun pattern (ictcrm_list_contact_groups), which is predictable and readable. There are no other tools to introduce inconsistent naming conventions.

Tool Count2/5

A CRM server with only one tool is far too thin for its apparent scope. It only lists contact groups, leaving all other CRM operations unavailable, which feels like a token or stub rather than a functional server.

Completeness1/5

The tool surface is severely incomplete for a CRM server: there is no way to create, update, or delete contacts, manage contact groups beyond listing them, or perform any other CRM workflow. Agents using this server would hit dead ends immediately after retrieving a group list.

Maintenance

ActivityMaintained
ResponsivenessNo issues