Skip to main content
Glama

AMC MCP Server

by hi5d

get_showtimes

Find available movie showtimes by entering a movie ID, date, and location to get current screening schedules for planning your cinema visit.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
movie_idYes
dateYes
locationYes

Input Schema (JSON Schema)

{ "properties": { "date": { "type": "string" }, "location": { "type": "string" }, "movie_id": { "type": "string" } }, "required": [ "movie_id", "date", "location" ], "type": "object" }

Other Tools from AMC MCP Server

Related Tools

    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