mcpserver.lol
registry/unifically-dev-mcp
Connection check verified live · 27h ago

unifically-dev-mcp

One API for 100+ AI video, image, music and speech models.

Tools 14
GitHub stars
Installs / wk
Licence MIT
Transport streamable-http
Last checked 27h ago

Tools & capabilities

14 tools

Read from the running server on 27h ago.

check_balance read-only
Return the account's current balance in USD. Takes no parameters.
dry_run_cost read-only input*model*
Estimate the cost of a task without creating it or charging the account. Pass the model and the full input payload.
edit_video can modify data seedwaitmodelprompt*video_url*image_urls +4
Edit an existing video from a prompt, or transfer motion onto a subject image. Pass the source in video_url and the change in prompt. Defaults to Google Gemini Omni video edit; swi…
extend_video can modify data seedwaitmodelprompttask_id*extend_at +6
Extend a previously generated video by its own model's extender (pass the task_id of the completed generation). Veo (default): requires prompt; aspect ratio is inherited. For a lon…
generate_audio can modify data waitmodelpromptdiarizedialogueduration +6
Speech and sound: text-to-speech (default; optional voice_id, see list_resources), sound effects (model 'sfx', optional duration), multi-voice dialogue (model 'dialogue': pass the…
generate_image can modify data seedwaitmodelprompt*image_urlimage_urls +6
Generate or edit an image from a text prompt. Defaults to Google Nano Banana Pro. Pass image_urls to edit or use reference images. Returns the image URL. (To upscale an existing im…
generate_music can modify data mvmodetagswaittitlecustom +9
Full Suno suite. mode 'music' (default) makes a new song from a description (or lyrics with custom:true). Transform an existing track (pass audio_url): 'cover' (new style), 'extend…
generate_video can modify data seedwaitmodelprompt*durationimage_url +6
Generate a video from a text prompt (and optional start/end frames). Defaults to Google Veo 3.1 Fast, which includes native audio. Switch model with the model parameter (Veo, Kling…
get_task read-only waittask_id*
Get the status and (if completed) output URL of a task by id. Use to resume after a webhook, a polling timeout, or a generation started with wait:false. Pass wait:true to block unt…
list_models read-only refreshcategoryprovider
List the model catalog (video, image, audio, upscale) with the short aliases you can pass as 'model'. Filter by category and/or provider (e.g. provider: 'google'). Use the returned…
list_resources read-only limitquerycategoryresource
List a model provider's voices so you can pass the right id to a generation tool. Default 'elevenlabs-voices' (the voices for generate_audio); also covers Kling and Google Veo voic…
list_tasks read-only pagemodelstatuscategoryproviderpage_size +2
List the account's past generation tasks, newest first, with pagination. Filter by status (processing/completed/failed), model id, category (video/image/audio/text/llm), provider,…
upload_file urlcontent_type
Get a public https URL for a file — the generation tools accept ONLY public https URLs, never local paths or inline data. FOR A LOCAL FILE: call this with the file's MIME type, e.g…
upscale_media can modify data waitmodeltask_idimage_urlvideo_urlresolution +4
Upscale an image or a video. Pass exactly one source: image_url (Topaz image upscale — any image; multiplier via upscale_factor, preset/face_enhancement via provider_options), vide…