@runapi.ai/runway-aleph-mcp
OfficialRelated Servers
Alternatives to @runapi.ai/runway-aleph-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenanceMCP server for the InfiniteTalk model line, enabling audio-to-video task creation, status polling, and pricing checks via a RunAPI API key.428 npmApache 2.0
- AlicenseBqualityAmaintenanceMCP server for Veo 3.1 video generation models, enabling task creation (extend, text-to-video, upscale), status polling, and pricing checks via RunAPI.646 npm1Apache 2.0
- AlicenseBqualityAmaintenanceMCP server for the Wan model line enabling AI-driven animation, video editing, and image/video generation tasks via RunAPI with status polling and pricing.928 npmApache 2.0
- AlicenseAqualityAmaintenanceRunAPI MCP server for the Imagen 4 model line. Create tasks, poll their status, and check pricing through a single RunAPI API key.526 npmApache 2.0
- AlicenseAqualityAmaintenanceMCP server for the Gemini Omni model line, enabling task creation (audio, character, text-to-video) and pricing checks through RunAPI.670 npmApache 2.0

@runapi.ai/flux-2-mcpofficial
AlicenseAqualityAmaintenanceRunAPI MCP server for the Flux 2 model line. Create tasks, poll their status, and check pricing through a single RunAPI API key.523 npmApache 2.0
TDQS
Scored across 4 tools
Each tool has a clear, distinct purpose: login handles authentication, edit_video initiates the main task, get_task retrieves status/results, and check_pricing provides model pricing. There is no overlap or ambiguity among them.
All tool names follow a consistent lowercase_snake_case verb-noun pattern (login, edit_video, get_task, check_pricing). No mixed conventions or deviations exist.
Four tools are well-scoped for a narrow API wrapper covering authentication, the primary edit action, status polling, and pricing lookup. Each tool serves a necessary function without bloat or redundancy.
The core workflow of login, edit_video, and get_task is fully covered, with pricing as a useful extra. Minor gaps exist, such as no cancel or list tasks, but these are not critical for the primary use case.