← Back to Plugins
MCP Server MCP

io.github.glira/mcp-tomticket

github By github 👁 1 views ▲ 0 votes

TomTicket helpdesk MCP: tickets, replies, time, customers, chats, and KB

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-tomticket",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Bearer Token created in TomTicket (Administração → Configurações da Conta → API)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "TOMTICKET_TOKEN"
        },
        {
          "description": "API base URL. Default: https://api.tomticket.com/v2.0",
          "format": "string",
          "name": "TOMTICKET_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...