MCP Movidesk Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Movidesk ServerFind tickets about network issues"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
đ« MCP Movidesk Server
Servidor MCP (Model Context Protocol) para gerenciamento de tickets do Movidesk, construĂdo em TypeScript + Node.js.
Permite que agentes de IA criem, consultem, pesquisem e gerenciem tickets diretamente no Movidesk, sem precisar acessar a plataforma manualmente.
đ Ferramentas DisponĂveis
# | Ferramenta | Descrição |
1 |
| Criar novo ticket com macro de suporte (atendimento/escalonamento) |
2 |
| Buscar detalhes completos de um ticket por ID |
3 |
| Pesquisar tickets resolvidos como base de conhecimento |
4 |
| Adicionar comentårio/ação em ticket existente |
5 |
| Listar tickets de um cliente por nome/email/CPF/CNPJ |
6 |
| Mudar status do ticket (Novo, Em atendimento, Resolvido, etc.) |
7 |
| Atribuir ticket a um agente ou equipe |
Related MCP server: Xalantis MCP Server
đ Instalação
1. Instalar dependĂȘncias
cd c:\Users\Usuario\Documents\Mcp_Eagle
npm install2. Configurar token da API
Copie o arquivo de exemplo e insira seu token:
copy .env.example .envEdite o arquivo .env e substitua seu_token_aqui pelo seu token real:
MOVIDESK_TOKEN=seu_token_real_aquiOnde encontrar o token: Movidesk > Configuração > Conta > Parùmetros > Aba Ambiente
3. Compilar o projeto
npm run buildâïž Configuração no Antigravity
Adicione a seguinte configuração ao seu settings.json do Antigravity:
{
"mcpServers": {
"mcp-movidesk": {
"command": "node",
"args": ["c:\\Users\\Usuario\\Documents\\Mcp_Eagle\\dist\\index.js"],
"env": {
"MOVIDESK_TOKEN": "seu_token_aqui"
}
}
}
}đ§Ș Testes
Execute todos os testes:
npm testModo watch (re-executa ao salvar):
npm run test:watchïżœ Docker (Swarm & Portainer)
O projeto estå configurado para ser implantado facilmente através de Portainer/Docker Swarm com suporte a Traefik e HTTPS nativo via pacote Express.
Build da Imagem
Para criar a imagem Docker otimizada:
docker build -t mcp-movidesk-eagle:latest .Deploy no Portainer (Stacks)
Acesse seu Portainer.
Navegue até Swarm > Stacks e clique em Add stack.
Copie o conteĂșdo do arquivo
docker-compose.ymle cole no Web Editor.Na seção Environment variables, adicione
MOVIDESK_TOKENcom o seu token real.Clique em Deploy the stack.
A configuração utiliza o Traefik como proxy e vai publicar automaticamente em
https://mcp.wizeflowsolutions.com/mcp.
đ Configuração Remota (via DomĂnio)
Para utilizar as ferramentas do MCP em clientes modernos ou em nuvem que suportam conexĂ”es via domĂnio (SSE - Server-Sent Events) como Dify, Flowise, Cursor ou LangChain, vocĂȘ informarĂĄ que o tipo de conexĂŁo Ă© remota.
O formato JSON para essas configuraçÔes:
{
"mcpServers": {
"mcp-movidesk-cloud": {
"type": "sse",
"url": "https://mcp.wizeflowsolutions.com/mcp"
}
}
}Atenção: Em aplicativos puramente locais não adaptados para leitura web, utilize o método CLI fornecido na seção de "Configuração no Antigravity".
ïżœđ Estrutura do Projeto
src/
âââ index.ts # Ponto de entrada (stdio transport)
âââ servidor-mcp.ts # Registra as 7 ferramentas
âââ cliente-movidesk/
â âââ api.ts # Cliente HTTP com rate-limiting
â âââ tipos.ts # Tipos TypeScript (interfaces/enums)
âââ ferramentas/
â âââ criar-ticket.ts # Criar ticket com macro
â âââ consultar-ticket.ts # Consultar ticket por ID
â âââ buscar-conhecimento.ts # Base de conhecimento
â âââ adicionar-interacao.ts # Adicionar interação
â âââ listar-tickets.ts # Listar tickets do cliente
â âââ alterar-status.ts # Alterar status
â âââ atribuir-agente.ts # Atribuir agente
âââ utilidades/
âââ formatador-html.ts # Markdown â HTML
âââ validacoes.ts # ValidaçÔes (CPF, CNPJ, email)
âââ macros-suporte.ts # Templates HTML de macros
testes/
âââ formatador-html.test.ts
âââ validacoes.test.ts
âââ api-cliente.test.ts
âââ ferramentas.test.tsđ§ Desenvolvimento
# Executar em modo desenvolvimento (com tsx)
npm run dev
# Compilar TypeScript
npm run build
# Executar versĂŁo compilada
npm startđ Licença
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables AI assistants to create, search, and manage OTRS tickets and configuration items via the OTRS API.Last updated7Apache 2.0

Xalantis MCP Serverofficial
AlicenseAqualityBmaintenanceEnables managing support tickets from Claude, Cursor, and other AI tools, including listing, creating, updating, and replying to tickets.Last updated6150MIT- AlicenseAqualityDmaintenanceEnables fetching and searching Freshdesk tickets, including details like conversations, attachments, and custom fields, via natural language queries.Last updated3831MIT
- Flicense-qualityCmaintenanceEnables ticket management and AI triage through Mistral-compatible models, with tools for creating, listing, retrieving, triaging, and updating support tickets.Last updated
Related MCP Connectors
Give AI agents access to form submissions â read, search, update, and process file attachments.
Streamline your Attio workflows using natural language to search, create, update, and organize comâŠ
Connect AI to your Attio CRM. Manage contacts, companies, deals, and sales pipelines. Create tasksâŠ
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/raylann-lopes/mcp_eagle'
If you have feedback or need assistance with the MCP directory API, please join our Discord server