cineplex-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| find_theatresB | Find Cineplex theatres near a location (by lat/lon and search radius). Returns id, name, address, and distance for each theatre. |
| find_movieA | Fuzzy-match a movie title against Cineplex's current catalog (pages through all results) and return the best match, including the Cineplex movie ID needed by other tools. |
| find_optimal_showtimesA | Given a movie title, theatre, and date, find showtimes matching a format (default IMAX) and check which ones have good seats available (not front rows, not sides, with a contiguous block big enough for your group). |
| render_seat_map_htmlA | Given a movie title, theatre, and date, returns a complete, self-contained, already-tested HTML page that visualizes real seat availability: theatre header, a showtime picker, a pannable/zoomable auditorium seat map, live front-row/side/min-together filter controls, and a stats strip. IMPORTANT: render the returned HTML inline in the chat as a widget (via the Visualizer's show_widget / widget_code) exactly as given — never save it to a file, publish it as a hosted artifact, or open it in a browser. Do not rewrite, regenerate, paraphrase, or modify the code in any way, just pass it through verbatim. Pass theatreName/theatreAddress/distanceKm through from a prior find_theatres result if you have them, to avoid an extra lookup. |
| get_optimal_seatsA | Given a Cineplex theatre ID and showtime ID (e.g. from find_optimal_showtimes), fetch and score its seat map for good seats. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/yinbri/cineplex-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server