MCP server that mirrors and historically archives the current cinema program of Movieplexx Buchholz, enabling queries for showtimes, film details, and history via SQLite-backed tools.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.LOG_LEVEL— INFO Logging levelPOLL_INTERVAL_SECONDS— 3600 Loop interval for scrape --loopMCP_TRANSPORT— stdio serve transport: stdio (local) or http (remote)MCP_AUTH_TOKEN— Bearer token; required for http transport (fail-closed)MCP_TLS_CERTFILE— Path to a TLS certificate; terminates HTTPS directly in the server. Must be set together with MCP_TLS_KEYFILE (http transport)MCP_TLS_KEYFILE— MCP_TLS_CERTFILE — Path to a TLS certificate; terminates HTTPS directly in the server. Must be set together with (http transport)MCP_ALLOWED_HOSTS— Comma-separated host:port values to accept in the Host header, in addition to localhost/127.0.0.1/::1 (http transport)MCP_HOST— 0.0.0.0 HTTP bind address (http transport)MCP_PORT— 8000 HTTP port (http transport)MCP_PATH— /mcp HTTP endpoint path (http transport)METRICS_PORT— 9000 Prometheus endpoint port in loop mode (<=0 disables)TARGET_URL— .../programm/api/filtered-films Source endpointDB_PATH— ./movieplexx.db uv run movieplexx scrape # one fetch + store[](https://m8ven.ai/mcp/zahlenhelfer-movieplexx-mcp-g6jelo)