Collaboration
vibeart.app
Manages canvas sessions, allowing listing, creation, deletion of empty sessions, and merging multiple sessions.
ENDPOINT 1
https://vibeart.app/api/mcp
Known tools 30
list_sessionsList canvas sessions for the authenticated user, optionally filtered by project.
get_sessionGet canvas session details with optional item filtering and optional layout fields.
create_sessionCreate a new canvas session.
delete_empty_sessionDelete a canvas session only if it contains zero items.
merge_sessionsMerge multiple canvas sessions into one.
protect_sessionProtect a session from destructive operations (merge/delete).
unprotect_sessionRemove protection from a session, allowing merge/delete again.
list_modelsList available image generation models and credit costs.
generate_imagesGenerate AI images on a canvas session.
get_balanceGet current credit balance for the authenticated user.
list_edit_modelsList image editing models.
edit_imagesEdit images with text prompts and references.
list_video_modelsList video generation models.
generate_videoGenerate text-to-video, image-to-video, or multi-modal reference-to-video content.
list_background_providersList background removal providers.
remove_backgroundRemove image background and return transparent PNG.
batch_remove_backgroundRemove backgrounds from multiple images in one call.
create_text_nodeCreate a text node in a canvas session.
update_text_nodeUpdate the content or metadata of an existing text node.
create_embed_nodeEmbed external content (e.g.
list_projectsList all projects for the authenticated user, including session counts.
get_projectGet details of a project including session count.
create_projectCreate a new project to organize canvas sessions.
delete_empty_projectDelete a canvas project only if it contains zero sessions.
move_session_to_projectMove a canvas session into a project, or remove it from its current project by passing null.
upload_mediaUpload media to a canvas session from an HTTPS URL (HTTP only in local development) or base64 data URI.
list_tts_modelsList available text-to-speech models and their capabilities.
list_tts_voicesList available text-to-speech voices with preview URLs.
generate_speechGenerate text-to-speech audio on a canvas session.
generate_dialogueGenerate multi-character dialogue audio with different voices on a canvas session.