ticket-mock
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., "@ticket-mockget 20 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.
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 startThe 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 |
|
|
|
|
|
|
An empty payload uses both defaults:
{}Verify
npm run checkThis 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 -dThe remote MCP URL is then:
http://your-server:3000/mcpStop it with:
docker compose downTool 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.
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 Connectors
Minimal streamable HTTP MCP server used for owned-account registry connectivity tests.
Experimental MCP server for current empirical verification of explicit public HTTPS endpoint claims.
Remote MCP server exposing SMI Aware tools, resources, and skills over Streamable HTTP.
Streamable HTTP MCP server exposing planner flows, tasks, and squads.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA 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.-
- FlicenseNot gradedqualityCmaintenanceAn MCP server that exposes PDF files as resources, page by page, over Streamable HTTP.-
- AlicenseAqualityCmaintenanceRead-only MCP server for the HIT ticket management system that lists queues, searches/fetches ticket details, and lists ticket templates.4181MIT
- FlicenseNot gradedqualityCmaintenanceAn MCP server exposing the internal Ticket API to MCP clients, built with FastMCP's OpenAPI integration.2-
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/siliconprime-hoanguyen/test_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server