MCP Ticket Demo runs on your own machine — the client starts it, so there is no endpoint to ping. 828 installs a week from npm. Last commit 20 Sep 2026.
MCP server demo — tickets, schema discovery, auth, and PII gating. stdio + HTTP.
We read the source, 10 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const child = spawn(process.execPath, process.argv.slice(1), {
Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.
root.innerHTML = steps.map((s) =>
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-ticket-demo -- npx -y mcp-ticket-demo
{
"mcpServers": {
"mcp-ticket-demo": {
"args": [
"-y",
"mcp-ticket-demo"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-ticket-demo]
command = "npx"
args = ["-y", "mcp-ticket-demo"]
{
"mcpServers": {
"mcp-ticket-demo": {
"args": [
"-y",
"mcp-ticket-demo"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-ticket-demo": {
"args": [
"-y",
"mcp-ticket-demo"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
MCP_MODE (Transport mode. Use 'stdio' for IDE child process, 'http' for HTTP server.), MCP_API_KEY (API key for authenticated tool calls. Issue one on /admin → API Keys. Required when AUTH_MODE=write or AUTH_MODE=all.), AUTH_MODE (Authentication mode: off (default), write (write+pii tools gated), all (every tool gated).).
The author declared them in the registry entry; get the values from the project itself.
Google Analytics 4 MCP server with reporting, schema discovery, and admin visibility tools
MCP server for Microsoft SQL Server — schema discovery, profiling, safe writes, and DDL
MCP server discovery, indexing, and registration
GA4 MCP server for AI agents: schema discovery, server-side aggregation, analysis-ready defaults.
Database MCP server for schema discovery, comments, and SQL queries.
AgenticOrg MCP server for AI agents, A2A discovery, SOP deploy, and MCP tool listing.
Multi-instance ServiceNow MCP server with 40+ tools and intelligent schema discovery
Ticketmaster Discovery v2 MCP.
Answers built from our own checks of this server.