Skip to main content
Glama
zahlenhelfer

movieplexx-mcp

by zahlenhelfer

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DB_PATHNoSQLite file location/data/movieplexx.db
MCP_HOSTNoHTTP bind address (http transport)0.0.0.0
MCP_PATHNoHTTP endpoint path (http transport)/mcp
MCP_PORTNoHTTP port (http transport)8000
LOG_LEVELNoLogging levelINFO
TARGET_URLNoSource endpointhttps://movieplexx.de/programm/api/filtered-films
USER_AGENTNoSelf-identifying User-AgentMovieplexxProgrammMirror/0.1 (+kontakt@zahlenhelfer.de)
METRICS_PORTNoPrometheus endpoint port in loop mode (<=0 disables)9000
MCP_TRANSPORTNoTransport for serve: stdio (local) or http (remote)stdio
MCP_AUTH_TOKENNoBearer token; required for http transport (fail-closed)
POLL_INTERVAL_SECONDSNoLoop interval for scrape --loop3600

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_showtimesB

List performances, optionally filtered by ISO date (YYYY-MM-DD) or film slug.

Set only_upcoming to hide performances whose date lies in the past.

get_filmA

Return the full film record for one slug, or null if unknown.

search_filmsA

Search films by title, genre, director or distributor (case-insensitive substring).

film_historyA

Return the append-only scrape history for a film's performances (sold-out / status drift).

list_filmsB

List all known films. With only_current, restrict to films with an upcoming performance.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/zahlenhelfer/movieplexx-mcp'

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