Skip to main content
Glama

TOPdesk MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SSL_VERIFYNoEnable/disable SSL verification for API calls. Set to 'false' to disable. Defaults to 'true'.true
TOPDESK_URLYesThe base URL of your Topdesk instance. e.g. `https://yourcompany.topdesk.net`
OPENAI_API_KEYNoAPI key for OpenAI API authentication
DOCLING_ADDRESSNoURL of a Docling API server for document conversion. e.g. `http://localhost:8080`
DOCLING_API_KEYNoAPI key for Docling API authentication
OPENAI_API_BASENoBase URL for OpenAI-compatible API for document conversion. e.g. `https://api.openai.com`
DOCLING_PASSWORDNoPassword for Docling API basic authentication (fallback if no API key)
DOCLING_USERNAMENoUsername for Docling API basic authentication (fallback if no API key)
TOPDESK_MCP_HOSTNoThe host to listen on (for 'streamable-http' and 'sse'). Defaults to '0.0.0.0'.0.0.0.0
TOPDESK_MCP_PORTNoThe port to listen on (for 'streamable-http' and 'sse'). Defaults to '3030'.3030
TOPDESK_PASSWORDYesYour API token
TOPDESK_USERNAMEYesThe username you generated the API token against.
OPENAI_MODEL_NAMENoModel name to use for OpenAI API calls. Defaults to 'gpt-4.1'gpt-4.1
TOPDESK_MCP_TRANSPORTNoThe transport to use: 'stdio', 'streamable-http', 'sse'. Defaults to 'stdio'.stdio

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

No tools

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/GerbenRoebersen/Topdesk_MCP_python'

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