MCP Server
MCP
io.github.glira/mcp-tomticket
TomTicket helpdesk MCP: tickets, replies, time, customers, chats, and KB
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
By
Comments
Sign in to leave a comment