Skip to main content
ClaudeWave
glira avatar
glira

mcp-tomticket

View on GitHub

MCP server for the TomTicket helpdesk API — tickets, customers, chats, and knowledge base

MCP ServersOfficial Registry0 stars0 forksTypeScriptMITUpdated today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 8/22/2026
Install in Claude Code / Claude Desktop
Method: NPX · mcp-tomticket
Claude Code CLI
claude mcp add mcp-tomticket -- npx -y mcp-tomticket
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp-tomticket": {
      "command": "npx",
      "args": ["-y", "mcp-tomticket"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# mcp-tomticket

[![npm](https://img.shields.io/npm/v/mcp-tomticket.svg)](https://www.npmjs.com/package/mcp-tomticket)
[![MCP Registry](https://img.shields.io/badge/MCP-io.github.glira%2Fmcp-tomticket-blue)](https://registry.modelcontextprotocol.io)
[![Glama](https://glama.ai/mcp/servers/glira/mcp-tomticket/badges/score.svg)](https://glama.ai/mcp/servers/glira/mcp-tomticket)

Servidor [MCP](https://modelcontextprotocol.io) para a [API TomTicket v2](https://tomticket.tomticket.com/kb/api). Lista, responde, lança horário e finaliza chamados e também cobre clientes, organizações, chats, departamentos e base de conhecimento.

Não existe endpoint de login. O Bearer Token é criado no painel: **Administração → Configurações da Conta → API → Novo Token**. Marque **Pode criar e modificar dados** para respostas, horário e finalização.

O token vai só em variável de ambiente. Nunca o commite.

## Requisitos

- Node.js >= 18
- Token de API do TomTicket (conta Premium/Enterprise)

## Instalação

Via npm (recomendado):

```bash
npx mcp-tomticket
```

No Cursor (`~/.cursor/mcp.json`):

```json
{
  "mcpServers": {
    "tomticket": {
      "command": "npx",
      "args": ["-y", "mcp-tomticket"],
      "env": {
        "TOMTICKET_TOKEN": "cole-o-token-aqui"
      }
    }
  }
}
```

Clone local:

```bash
git clone https://github.com/glira/mcp-tomticket.git
cd mcp-tomticket
npm install
cp .env.example .env
# edite .env e cole o TOMTICKET_TOKEN
npm run build
```

Validação rápida (somente leitura):

```bash
npm run smoke
```

Opcional — cria, comenta, responde e finaliza **um chamado de teste** com assunto `[MCP TESTE]`:

```bash
npx tsx scripts/smoke.ts --write
```

Recarregue os MCPs em **Settings → MCP**. Exemplo local em [`.cursor/mcp.json.example`](.cursor/mcp.json.example).

## Tools principais

| Tool | Ação |
| --- | --- |
| `tomticket_list_open_tickets` | Chamados abertos |
| `tomticket_list_tickets` | Todos, com filtros |
| `tomticket_get_ticket` | Detalhe + respostas + horários |
| `tomticket_reply_ticket` | Resposta do atendente (`start_date`/`end_date` lançam horário) |
| `tomticket_comment_ticket` | Comentário interno |
| `tomticket_finish_ticket` | Finaliza (`time_work` em minutos) |
| `tomticket_start_status` / `tomticket_close_status` | Cronômetro de status |
| `tomticket_create_ticket` | Abre chamado |
| `tomticket_transfer_ticket` / `tomticket_assign_operator` | Transferir / vincular atendente |

Há também tools de clientes, organizações, chats, departamentos, KB e campos personalizados. Operações de escrita avisam que alteram produção. Finalizar um chamado exige atendente vinculado (`tomticket_assign_operator`).

## Rate limit

A API aceita **3 requisições por segundo**. O client aplica intervalo mínimo de 350 ms.

## Variáveis

| Variável | Obrigatória | Descrição |
| --- | --- | --- |
| `TOMTICKET_TOKEN` | sim | Bearer Token do painel |
| `TOMTICKET_BASE_URL` | não | Padrão `https://api.tomticket.com/v2.0` |

## Licença

[MIT](LICENSE)
cursorhelpdeskmcpmcp-servermodel-context-protocoltomticket

What people ask about mcp-tomticket

What is glira/mcp-tomticket?

+

glira/mcp-tomticket is mcp servers for the Claude AI ecosystem. MCP server for the TomTicket helpdesk API — tickets, customers, chats, and knowledge base It has 0 GitHub stars and its last recorded update is dated 2026-08-21.

How do I install mcp-tomticket?

+

You can install mcp-tomticket by cloning the repository (https://github.com/glira/mcp-tomticket) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is glira/mcp-tomticket safe to use?

+

Our security agent has analyzed glira/mcp-tomticket and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains glira/mcp-tomticket?

+

glira/mcp-tomticket is maintained by glira. The last recorded GitHub activity is dated 2026-08-21, with 0 open issues.

Are there alternatives to mcp-tomticket?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy mcp-tomticket to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: glira/mcp-tomticket
[![Featured on ClaudeWave](https://claudewave.com/api/badge/glira-mcp-tomticket)](https://claudewave.com/repo/glira-mcp-tomticket)
<a href="https://claudewave.com/repo/glira-mcp-tomticket"><img src="https://claudewave.com/api/badge/glira-mcp-tomticket" alt="Featured on ClaudeWave: glira/mcp-tomticket" width="320" height="64" /></a>

More MCP Servers

mcp-tomticket alternatives