Skip to main content
Glama

Ticket mock MCP

A minimal remote MCP server for Node.js 24 and TypeScript. It exposes one tool over Streamable HTTP:

  • get_list_tickets

Every ticket has a detail field containing exactly 2,048 UTF-8 bytes. The full ticket object is slightly larger because it also includes metadata.

Install and run

npm install
npm run build
npm start

The endpoint is available at http://localhost:3000/mcp. Set HOST or PORT to change the bind address or port.

Point a remote-capable MCP host at the URL:

{
  "mcpServers": {
    "ticket-mock": {
      "url": "http://your-server:3000/mcp"
    }
  }
}

Related MCP server: PDF MCP Server

Tool payload

Both fields are optional:

{
  "number_of_tickets": 25,
  "delay_ms": 500
}

Field

Default

Accepted range

number_of_tickets

10

0 to 10000

delay_ms

0

0 to 300000

An empty payload uses both defaults:

{}

Verify

npm run check

This mock endpoint has no authentication and should only be exposed on a trusted test network or behind an authenticated gateway.

Docker

Build and start the remote server:

docker compose up --build -d

The remote MCP URL is then:

http://your-server:3000/mcp

Stop it with:

docker compose down

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    A demonstration MCP server that runs over HTTP with streamable transport, providing a simple greeting tool for testing MCP client-server communication. Built with FastMCP framework for educational purposes in learning MCP server development.
    -
  • F
    license
    Not graded
    quality
    C
    maintenance
    An MCP server that exposes PDF files as resources, page by page, over Streamable HTTP.
    -
  • A
    license
    A
    quality
    C
    maintenance
    Read-only MCP server for the HIT ticket management system that lists queues, searches/fetches ticket details, and lists ticket templates.
    4
    18
    1
    MIT

Latest Blog Posts

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/siliconprime-hoanguyen/test_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server