Qlik Sense MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level (DEBUG, INFO, WARNING, ERROR) | INFO |
| QLIK_USER_ID | Yes | User ID for authentication (e.g., your-username) | |
| QLIK_PROXY_PORT | No | Proxy API port for authentication | 4243 |
| QLIK_SERVER_URL | Yes | Qlik Sense server URL (e.g., https://qlik.company.com) | |
| QLIK_VERIFY_SSL | No | Verify SSL certificates (true/false) | true |
| QLIK_WS_RETRIES | No | Number of WebSocket connection retry attempts | 2 |
| QLIK_WS_TIMEOUT | No | WebSocket connection timeout in seconds | 8.0 |
| QLIK_ENGINE_PORT | No | Engine API port for WebSocket connections | 4747 |
| QLIK_CA_CERT_PATH | No | Absolute path to CA certificate file (.pem format). If not specified, SSL certificate verification will be disabled | |
| QLIK_HTTP_TIMEOUT | No | HTTP request timeout in seconds | 10.0 |
| QLIK_USER_DIRECTORY | Yes | User directory for authentication (e.g., COMPANY) | |
| QLIK_CLIENT_KEY_PATH | Yes | Absolute path to client private key file (.pem format) | |
| QLIK_REPOSITORY_PORT | No | Repository API port | 4242 |
| QLIK_CLIENT_CERT_PATH | Yes | Absolute 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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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