Support Ticket MCP
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., "@Support Ticket MCPShow me all open tickets"
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.
Support Ticket MCP
Overview
Support Ticket MCP is an AI-powered support ticket management system built using FastMCP, Groq LLM, and SQLite.
The assistant can:
Retrieve ticket details by ID.
Search all open tickets.
Search tickets assigned to a specific team.
Update ticket status.
Answer users using MCP tools instead of making up information.
Related MCP server: osTicket MCP Server
Project Structure
support-ticket-mcp/
│
├── agent/
│ ├── main.py
│ ├── client.py
│ └── prompt.py
│
├── mcp_server/
│ ├── server.py
│ ├── tools.py
│ ├── database.py
│ └── resources.py
│
├── db/
│ ├── schema.sql
│ ├── seed.sql
│ ├── create_db.py
│ └── support.db
│
├── requirements.txt
└── README.mdTechnologies
Python
FastMCP
Groq API
SQLite
python-dotenv
Installation
Clone the repository:
git clone <repository_url>
cd Support-Ticket-MCPInstall dependencies:
pip install -r requirements.txtCreate a .env file:
GROQ_API_KEY=your_api_keyCreate Database
python db/create_db.pyRun the Assistant
cd agent
python main.pyAvailable MCP Tools
get_ticket(ticket_id)
Returns a ticket by its ID.
Example:
Get ticket 1search_open_tickets()
Returns all open tickets.
Example:
Search open ticketssearch_by_team(team_name)
Returns tickets assigned to a team.
Example:
Search Backend ticketsupdate_ticket_status(ticket_id, status)
Updates a ticket status.
Example:
Update ticket 5 to ClosedDatabase
The database contains:
Teams
Support Tickets
Each ticket includes:
Customer Name
Issue
Category
Status
Priority
Assigned Team
Author
Abdallah Fathi
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
- AlicenseBqualityDmaintenanceA ticket tracking system that integrates with AI assistants through the Model Context Protocol (MCP), allowing LLMs to manage tickets, comments, and track project tasks.Last updated8956Business Source 1.1
- Flicense-quality-maintenanceEnables AI-driven management of osTicket helpdesks through natural language, allowing users to reply to, assign, and transfer tickets without requiring API keys. It reverse-engineers the osTicket staff panel to provide full access to ticket operations using session-based authentication.Last updated2

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 updated32061MIT
Related MCP Connectors
Run AI customer support from your terminal: conversations, knowledge base, and chat widget.
AI email inbox and sending tools with attachments, search, live events, and webhooks.
Manage projects, tasks, time tracking, and team collaboration through natural language.
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/abdallahfathi371-sketch/Support-Ticket-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server