cineplex-mcp

yinbri/cineplex-mcp
★ 0 stars JavaScript AI/LLM Updated today
MCP server that lets Claude search Cineplex Canada showtimes and filter by seat quality (e.g. "IMAX 70mm, not the first 3 rows, not on the sides"). Unofficial, personal-use — talks directly to Cineplex's undocumented public endpoints.
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": {
    "cineplex-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "yinbri/cineplex-mcp"
      ]
    }
  }
}

README Excerpt

An MCP (Model Context Protocol) server that lets Claude look up Cineplex Canada showtimes and find ones with good seats available — e.g. "Find showtimes for The Odyssey in IMAX 70mm near me with good seats, not the first 3 rows, not on the sides." **This is a personal-use tool, not a commercial product.** Cineplex has no

Topics

cineplexcineplex-apijavascriptmcpmcp-server