loading…
Search for a command to run...
loading…
Read-only MCP server for querying Movidesk tickets through the public Movidesk API.
Read-only MCP server for querying Movidesk tickets through the public Movidesk API.
Read-only MCP server for querying Movidesk tickets through the public Movidesk API.
Add this server to your OpenCode configuration file.
On Windows, this is usually:
%USERPROFILE%\.config\opencode\opencode.json
Configuration:
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"mcp-movidesk": {
"type": "local",
"command": ["bunx", "mcp-movidesk@latest"],
"enabled": true,
"environment": {
"MOVIDESK_TOKEN": "your-movidesk-api-token"
}
}
}
}
OpenCode expects MCP servers under the mcp key. Do not use mcpServers, args, or env for this configuration format.
Restart OpenCode after changing the configuration.
get_ticket: returns the main ticket data and a short summary of recent actions.get_ticket_history: returns ticket history, comments, inline comment images, status changes, and interactions.get_ticket_attachments: returns ticket attachment metadata plus inline comment images, hashes, and download URLs without the token.get_ticket_inline_image: downloads one inline comment image by storage hash using the server-side Movidesk token and returns image content without exposing the token.All tools are read-only. They do not create, update, or delete Movidesk tickets.
After configuring OpenCode, ask for a numeric ticket ID, for example:
Use Movidesk to get ticket 123456
Movidesk allows 10 API requests per minute. This server has a built-in guard that serializes outbound API requests and waits at least 6.1 seconds between them.
Agent guidance:
429, respect the returned retryAfterSeconds value.GET requests.MOVIDESK_TOKEN.Run in your terminal:
claude mcp add mcp-movidesk -- npx Yes, Movidesk MCP is free — one-click install via Unyly at no cost.
No, Movidesk runs without API keys or environment variables.
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
Open Movidesk on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
CSA PROJECT - FZCO © 2026 IFZA Business Park, DDP, Premises Number 31174 - 001
Security
Low riskAutomated heuristic from public metadata — not a security guarantee.