Back to Utilities

CGV Cinema

Integrates with CGV Cinema's API to provide movie showtimes, cinema locations, and seat availability information for planning cinema outings through conversational interfaces.

Last updated: 1/27/2026

README

# CGV Cinema API MCP Server

A Python client for interacting with CGV Cinema's mobile API. This client provides functionality to access movie listings, cinema locations, seat maps, and booking capabilities.

## Features

- [x] Get list of all CGV cinema locations
- [x] Get list of currently showing movies
- [x] Get movie schedules for specific dates
- [x] Get cinema schedules for specific dates 
- [x] Get seat maps for movie sessions
- [x] Get concession/combo information
- [x] Get customer profile information
- [ ] Add tickets to cart - Not working
- [ ] Book orders with payment - Not working

Installation

Add this MCP to your configuration:

{
  "mcpServers": {
    "cgv-cinema": {
      // See GitHub repository for configuration
    }
  }
}

See the GitHub repository for full installation instructions.