movieplexx-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_PATH | No | SQLite file location | /data/movieplexx.db |
| MCP_HOST | No | HTTP bind address (http transport) | 0.0.0.0 |
| MCP_PATH | No | HTTP endpoint path (http transport) | /mcp |
| MCP_PORT | No | HTTP port (http transport) | 8000 |
| LOG_LEVEL | No | Logging level | INFO |
| TARGET_URL | No | Source endpoint | https://movieplexx.de/programm/api/filtered-films |
| USER_AGENT | No | Self-identifying User-Agent | MovieplexxProgrammMirror/0.1 (+kontakt@zahlenhelfer.de) |
| METRICS_PORT | No | Prometheus endpoint port in loop mode (<=0 disables) | 9000 |
| MCP_TRANSPORT | No | Transport for serve: stdio (local) or http (remote) | stdio |
| MCP_AUTH_TOKEN | No | Bearer token; required for http transport (fail-closed) | |
| POLL_INTERVAL_SECONDS | No | Loop interval for scrape --loop | 3600 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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