loremotion-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOREMOTION_HEADLESS | No | Whether to run the browser headless. Keep false for the initial interactive Google sign-in and the normal ad-supported generation path. | false |
| LOREMOTION_PROFILE_DIR | No | Directory where the persistent browser profile is saved and reused for the authenticated LoreMotion session. | .loremotion-profile |
| LOREMOTION_DOWNLOAD_DIR | No | Directory where generated videos and probe screenshots are downloaded. | |
| LOREMOTION_SESSION_MODE | No | Session mode. Use 'persistent' for the Google-authenticated mode; 'anonymous' is available for diagnostics. | persistent |
| LOREMOTION_SELECTORS_JSON | No | Optional JSON string mapping tool actions to CSS selectors, used to override UI selectors without changing source code. | |
| LOREMOTION_BROWSER_CHANNEL | No | Playwright browser channel to use, typically 'chrome'. | chrome |
| LOREMOTION_H3_DEFAULT_DURATION | No | Default duration in seconds for MiniMax H3 video generation. | 5 |
| LOREMOTION_LTX_DEFAULT_DURATION | No | Default duration in seconds for LTX 2.5 video generation. | 10 |
| LOREMOTION_GENERATION_TIMEOUT_MS | No | Timeout in milliseconds for video generation requests. | 600000 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| loremotion_auth_statusA | Check whether the current LoreMotion browser session appears signed in and report whether it is persistent or anonymous. |
| loremotion_generate_videoB | Generate a LoreMotion video through the website. Supports a persistent signed-in session or an explicit anonymous ephemeral session. The free ad-supported flow is allowed to run normally; this tool does not bypass ads or site limits. |
| loremotion_list_historyB | List recent signed-in LoreMotion history/dashboard items, which are normally retained for 48 hours on the free account. |
| loremotion_download_videoB | Download a generated MP4 using a video URL or LoreMotion share URL and return the local file path. |
| loremotion_probe_uiA | Inspect the current LoreMotion UI labels/fields and save a screenshot. Useful when the website changes and selectors need adjustment. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool addresses a distinct concern: history listing, video download, UI probing, auth status, and video generation. No overlap or ambiguity between purposes.
All tools follow the consistent 'loremotion_verb_noun' pattern, making the set predictable and easy to navigate.
Five tools is well-scoped for the server's purpose: covering authentication, generation, retrieval, and maintenance without unnecessary bloat.
Core workflow (generate, download, list history) is covered, plus auth and UI probing for robustness. Minor gaps like video deletion or status polling are not essential for the stated purpose.