Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Fandango

FreeNot checked

Unofficial, read-only MCP server for Fandango showtimes and seat availability, reverse-engineered from observed web traffic.

GitHubEmbed

About

Unofficial, read-only MCP server for Fandango showtimes and seat availability, reverse-engineered from observed web traffic.

README

Unofficial, read-only MCP server for Fandango showtimes and seat availability, reverse-engineered from observed web traffic.

Built entirely by GPT-5.5 via Codex CLI.

Overview

Exposes anonymous, read-only Fandango movie discovery, theater calendars, showtimes, and seat maps through MCP. It can find showtimes and inspect available seats, but it cannot buy, hold, reserve, validate, favorite, or check out tickets.

  • fandango_movie_showtimes - search one movie across nearby theaters for a date
  • fandango_theater_showtimes - list one theater's movie showtimes for a date
  • fandango_theater_calendar - read a theater's available showtime dates
  • fandango_seat_availability - read raw seat availability for a showtime
  • fandango_scan_movie_availability - scan movie availability across multiple days, optionally with seat maps and best open groups
  • fandango_render_seat_map - render a terminal seat map with open/taken seats and contiguous open groups

Typical workflow: fandango_movie_showtimes or fandango_theater_showtimes returns a showtimeHashCode, then fandango_render_seat_map or fandango_seat_availability inspects seats. For multi-day "good seats" searches, use fandango_scan_movie_availability with includeSeatDetails; it returns all showtimes, capped seat-map details, and bestAvailability.

Seat map symbols: open, taken, open wheelchair, taken wheelchair.

from github.com/atfinke/fandango-mcp

Installing Fandango

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/atfinke/fandango-mcp

FAQ

Is Fandango MCP free?

Yes, Fandango MCP is free — one-click install via Unyly at no cost.

Does Fandango need an API key?

No, Fandango runs without API keys or environment variables.

Is Fandango hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Fandango in Claude Desktop, Claude Code or Cursor?

Open Fandango on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Fandango with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs