69
/ 100
19 days ago
glama

movieplexx-mcp

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.

Is this your MCP?

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.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 1 credential: MCP_AUTH_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configLOG_LEVELINFO Logging level
configPOLL_INTERVAL_SECONDS3600 Loop interval for scrape --loop
configMCP_TRANSPORTstdio serve transport: stdio (local) or http (remote)
🔐 secretMCP_AUTH_TOKENBearer token; required for http transport (fail-closed)
configMCP_TLS_CERTFILEPath to a TLS certificate; terminates HTTPS directly in the server. Must be set together with MCP_TLS_KEYFILE (http transport)
configMCP_TLS_KEYFILEMCP_TLS_CERTFILE — Path to a TLS certificate; terminates HTTPS directly in the server. Must be set together with (http transport)
configMCP_ALLOWED_HOSTSComma-separated host:port values to accept in the Host header, in addition to localhost/127.0.0.1/::1 (http transport)
configMCP_HOST0.0.0.0 HTTP bind address (http transport)
configMCP_PORT8000 HTTP port (http transport)
configMCP_PATH/mcp HTTP endpoint path (http transport)
configMETRICS_PORT9000 Prometheus endpoint port in loop mode (<=0 disables)
configTARGET_URL.../programm/api/filtered-films Source endpoint
configDB_PATH./movieplexx.db uv run movieplexx scrape # one fetch + store
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/zahlenhelfer-movieplexx-mcp-g6jelo)](https://m8ven.ai/mcp/zahlenhelfer-movieplexx-mcp-g6jelo)
commit: 42f6f530ccfc14979ecb9a342e22070d9aee45b6
code hash: 20c2724915012b9f71583240002006dc9321037135cc734f3ed5c97b0e36194c
verified: 7/12/2026, 8:34:38 AM
view raw JSON →