A server for integrating with Placid.app's API, enabling listing templates and generating creatives using the Model Context Protocol with secure API token management.
Lists available Placid templates with filtering options. Parameters: collection_id (optional), custom_data (optional), tags (optional). Returns an array of templates, each containing uuid, title, thumbnail, layers, and tags.
Generate videos by combining Placid templates with dynamic content like videos, images, and text. Parameters: template_id (required), layers (required), audio (optional), audio_duration (optional), audio_trim_start (optional), audio_trim_end (optional). Returns an object containing status, video_url, and job_id.
Generate static images by combining Placid templates with dynamic content like text and images. Parameters: template_id (required), layers (required). Returns an object containing status and image_url.
No reviews yet. Be the first to review!
Sign in to join the conversation
After downloading, you can run the MCP server in any client or IDE:
node path/to/downloaded/file.mjs