← Registry

Collaboration

vibeart.app

Manages canvas sessions, allowing listing, creation, deletion of empty sessions, and merging multiple sessions.

1 endpoint30 known toolsCached registry data

ENDPOINT 1

https://vibeart.app/api/mcp

No auth detected

Known tools 30

list_sessions

List canvas sessions for the authenticated user, optionally filtered by project.

get_session

Get canvas session details with optional item filtering and optional layout fields.

create_session

Create a new canvas session.

delete_empty_session

Delete a canvas session only if it contains zero items.

merge_sessions

Merge multiple canvas sessions into one.

protect_session

Protect a session from destructive operations (merge/delete).

unprotect_session

Remove protection from a session, allowing merge/delete again.

list_models

List available image generation models and credit costs.

generate_images

Generate AI images on a canvas session.

get_balance

Get current credit balance for the authenticated user.

list_edit_models

List image editing models.

edit_images

Edit images with text prompts and references.

list_video_models

List video generation models.

generate_video

Generate text-to-video, image-to-video, or multi-modal reference-to-video content.

list_background_providers

List background removal providers.

remove_background

Remove image background and return transparent PNG.

batch_remove_background

Remove backgrounds from multiple images in one call.

create_text_node

Create a text node in a canvas session.

update_text_node

Update the content or metadata of an existing text node.

create_embed_node

Embed external content (e.g.

list_projects

List all projects for the authenticated user, including session counts.

get_project

Get details of a project including session count.

create_project

Create a new project to organize canvas sessions.

delete_empty_project

Delete a canvas project only if it contains zero sessions.

move_session_to_project

Move a canvas session into a project, or remove it from its current project by passing null.

upload_media

Upload media to a canvas session from an HTTPS URL (HTTP only in local development) or base64 data URI.

list_tts_models

List available text-to-speech models and their capabilities.

list_tts_voices

List available text-to-speech voices with preview URLs.

generate_speech

Generate text-to-speech audio on a canvas session.

generate_dialogue

Generate multi-character dialogue audio with different voices on a canvas session.