This Placid.app MCP server, developed by Felipe Restrepo, integrates with Placid's API to provide image generation capabilities for AI workflows. Built with TypeScript and leveraging the Model Context Protocol SDK, it offers tools for listing templates and generating creatives using dynamic content. The implementation focuses on secure API token management, error handling, and type safety, making it accessible for AI assistants or applications needing to create visual content programmatically. It's particularly useful for tasks like social media post creation, marketing material generation, or dynamic image production, enabling quick access to Placid's template-based image creation without requiring deep knowledge of the underlying API complexities.
No reviews yet. Be the first to review!
Sign in to join the conversation
Lists available Placid templates with filtering options. Parameters: collection_id (optional), custom_data (optional), tags (optional). Returns an array of templates with details like uuid, title, thumbnail, layers, and tags.
Generate videos by combining Placid templates with dynamic content. Parameters: template_id (required), layers (required), audio (optional), audio_duration (optional), audio_trim_start (optional), audio_trim_end (optional). Returns an object with status, video_url, and job_id.
Generate static images by combining Placid templates with dynamic content. Parameters: template_id (required), layers (required). Returns an object with status and image_url.