Skip to main content
Glama

AMC MCP Server

by hi5d

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PYTHONPATHNoSet to /app/src for proper module resolution/app/src
MCP_LOG_LEVELNoSet logging level (DEBUG, INFO, WARNING, ERROR)
PYTHONUNBUFFEREDNoSet to 1 for real-time logging1

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
get_now_showing

Returns a list of movies currently showing in a given city or ZIP code.

Args: location: City, state or ZIP code (e.g., "Boston, MA")

Returns: JSON string with list of movies

get_recommendations

Suggests movies based on mood, genre, or time preferences.

Args: genre: Movie genre (optional, e.g., "action", "comedy") mood: Mood description (optional, e.g., "exciting", "romantic") time_preference: Time of day preference (optional, e.g., "evening")

Returns: JSON string with movie recommendations

get_showtimes

Fetches available showtimes for a specific movie and location.

Args: movie_id: Movie ID (e.g., "mv001") date: Date in YYYY-MM-DD format (e.g., "2025-10-28") location: City, state or ZIP code

Returns: JSON string with available showtimes

get_seat_map

Displays available and reserved seats for a specific showtime.

Args: showtime_id: Showtime ID (e.g., "st001")

Returns: JSON string with seat availability map

book_seats

Reserves selected seats for the user.

Args: showtime_id: Showtime ID (e.g., "st001") seats: List of seat numbers (e.g., ["A5", "A6"]) user_id: User identifier

Returns: JSON string with booking confirmation

process_payment

Handles simulated payment transaction.

Args: booking_id: Booking ID from book_seats payment_method: Payment method (e.g., "card", "cash") amount: Payment amount in USD

Returns: JSON string with payment confirmation and receipt

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/hi5d/amc-mcp'

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