A

AMC MCP Server

Provides a comprehensive movie booking experience for AMC Theatres, enabling users to discover movie...

18 views
0 installs
Updated Feb 20, 2026
Not audited
Tools I Recommend
Provides a comprehensive movie booking experience for AMC Theatres, enabling users to discover movies, find showtimes, select seats, and process payments through conversational AI. Supports multi-location theater search with real-time seat availability and booking management.
  1. Open the FastMCP connection interface
    In FastMCP, open the connection setup for this MCP server.

  2. Click the "Install Now" button
    Use the provided "Install Now" button to begin adding environment variables.

  3. Add the environment variables into the FastMCP fields exactly as below

    • Key: PYTHONPATH
      Value: /app/src
      Purpose: ensures Python can find the package modules.
    • Key: PYTHONUNBUFFERED
      Value: 1
      Purpose: enables real-time logging (no stdout buffering).
    • Key: MCP_LOG_LEVEL
      Value: INFO (or DEBUG if you want more verbose logs)
      Purpose: controls the server logging level.
  4. Save the environment variables in the FastMCP interface
    Click the FastMCP control to save/apply the variables you entered.

  5. (Optional) Add any runtime overrides
    If running in Docker or a containerized environment via FastMCP, ensure the same keys/values are present in the container/runtime environment configuration.

  6. Restart or start the MCP server from FastMCP
    Use the FastMCP controls to start (or restart) the server so the new environment variables take effect.

  7. Verify the configuration

    • Check the server logs in FastMCP to confirm the server started and logging appears in real time.
    • Confirm the application recognizes the PYTHONPATH (import errors resolved) and that MCP_LOG_LEVEL is set to the intended verbosity.
  8. Adjust as needed
    If you need more verbose logs for debugging, change MCP_LOG_LEVEL to DEBUG in the FastMCP interface and repeat steps 4–7.

Quick Start

View on GitHub

More for Entertainment and Media

View All →

More for API Development

View All →

Similar MCP Servers

OpenSubtitles MCP Server

OpenSubtitles MCP Server

Official

Enables searching and downloading subtitles from OpenSubtitles.com through their API. Supports comprehensive search by movie title, IMDB/TMDB ID, file hash, and TV show episodes with multiple subtitle formats (SRT, ASS, VTT).

Entertainment and Media API Development
131
0

Report Issue

Thank you! Your issue report has been submitted successfully.