Skip to main content
Glama
bintocher

Qlik Sense MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLogging level (DEBUG, INFO, WARNING, ERROR)INFO
QLIK_USER_IDYesUser ID for authentication (e.g., your-username)
QLIK_PROXY_PORTNoProxy API port for authentication4243
QLIK_SERVER_URLYesQlik Sense server URL (e.g., https://qlik.company.com)
QLIK_VERIFY_SSLNoVerify SSL certificates (true/false)true
QLIK_WS_RETRIESNoNumber of WebSocket connection retry attempts2
QLIK_WS_TIMEOUTNoWebSocket connection timeout in seconds8.0
QLIK_ENGINE_PORTNoEngine API port for WebSocket connections4747
QLIK_CA_CERT_PATHNoAbsolute path to CA certificate file (.pem format). If not specified, SSL certificate verification will be disabled
QLIK_HTTP_TIMEOUTNoHTTP request timeout in seconds10.0
QLIK_USER_DIRECTORYYesUser directory for authentication (e.g., COMPANY)
QLIK_CLIENT_KEY_PATHYesAbsolute path to client private key file (.pem format)
QLIK_REPOSITORY_PORTNoRepository API port4242
QLIK_CLIENT_CERT_PATHYesAbsolute path to client certificate file (.pem format)

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
get_appsA

Get list of Qlik Sense applications with essential fields and filters (name, stream, published) and pagination.

get_app_detailsB

Get compact application info with filters by guid or name (case-insensitive). Returns metainfo, tables/fields list, master items, sheets and objects with used fields.

get_app_scriptC

Get load script from app

get_app_field_statisticsC

Get comprehensive statistics for a field

engine_create_hypercubeA

Create hypercube for data analysis with custom sorting options. IMPORTANT: To get top-N records, use qSortByExpression: 1 in dimension sorting with qExpression containing the measure formula (e.g., 'Count(field)' for ascending, '-Count(field)' for descending). Measure sorting is ignored by Qlik Engine.

get_app_fieldC

Return values of a single field from app with pagination and wildcard search (supports * and %).

get_app_variablesB

Return variables split by source (script/ui) with pagination and wildcard search.

get_app_sheetsC

Get list of sheets from application with title and description.

get_app_sheet_objectsC

Get list of objects from specific sheet with object ID, type and description.

get_app_objectC

Get specific object layout by calling GetObject and GetLayout sequentially via WebSocket.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 10 tools

Disambiguation5/5

Every tool has a clearly distinct purpose targeting specific Qlik Sense resources like apps, fields, objects, sheets, variables, or hypercubes, with no overlap in functionality. The descriptions reinforce this by detailing unique operations such as retrieving field statistics versus field values, ensuring agents can easily differentiate between tools.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with 'get_' or 'engine_' prefixes, using snake_case uniformly (e.g., get_app_details, get_app_field, engine_create_hypercube). This predictability makes the tool set easy to navigate and understand at a glance.

Tool Count5/5

With 10 tools, the server is well-scoped for interacting with Qlik Sense applications, covering essential operations like listing apps, retrieving details, fields, objects, sheets, variables, scripts, and creating hypercubes. Each tool serves a distinct role without redundancy, fitting the domain appropriately.

Completeness4/5

The tool set provides comprehensive read and analysis capabilities for Qlik Sense apps, including data retrieval, statistics, and hypercube creation, but lacks write operations (e.g., updating or deleting apps, fields, or objects). This minor gap may limit agents in full lifecycle management but supports core query and analysis workflows effectively.

Maintenance

ActivityMaintained
ResponsivenessUnresponsive