A
licenseA
qualityA
maintenanceMCP server for the Runway Aleph model line. Enables creating edit video tasks, polling status, and checking pricing through a single RunAPI API key.
4
36 npm
Apache 2.0
No user-submitted related servers found.
Scored across 4 tools
Each tool has a clearly distinct role: authentication, task creation, task status retrieval, and pricing lookup. No overlap or ambiguity between them.
Most tools follow a verb_noun pattern (audio_to_video, get_task, check_pricing), but 'login' is a standalone verb, creating a minor inconsistency. Still, the naming is clean and predictable overall.
With only 4 tools, the server is tightly scoped to its purpose of managing InfiniteTalk tasks via RunAPI. Every tool serves a necessary function without bloat.
Core lifecycle is covered: create task, check status, and get pricing. Missing cancellation or task listing, but those are minor gaps for a simple workflow.