mcp-ticketing-server

ShaiviBansal/mcp-ticketing-server
★ 0 stars Python AI/LLM Updated today
An MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-ticketing-server": {
      "command": "uvx",
      "args": [
        "mcp-ticketing-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-ticketing-server

README Excerpt

A local, fully free demonstration of the **Model Context Protocol (MCP)** — a Python-based MCP server exposing IT helpdesk ticketing operations as tools, connected to Claude Code as a real agentic client. - Building an MCP server from scratch using Anthropic's official Python SDK - Wrapping domain logic (a ticketing system) as MCP tools with clean schemas