Skip to main content
Glama

Qlik Sense MCP Server

by bintocher

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)

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
get_apps

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

get_app_details

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.

engine_get_script

Get load script from app

engine_get_field_statistics

Get comprehensive statistics for a field

engine_create_hypercube

Create hypercube for data analysis

get_app_field

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

get_app_variables

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bintocher/qlik-sense-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server