# Dynapictures — MCP server on mcp.ai > Connect your Dynapictures account and use 7 tools for images and design straight from your AI agent. Connect with your own API key. Generate Hundreds of Personalized Images in Minutes. DynaPictures is a cloud-based solution for dynamic image generation. Connect your preferred data source like Google Sheets to create personalized images and display your client names, coupons, or virtually anything else. By: mcp.ai · official Page: https://mcp.ai/dynapictures ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_dynapictures?ms=1787298720000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/dynapictures/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/dynapictures/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/dynapictures/skill.md Postman collection (v2.1): https://mcp.ai/dynapictures/postman.json ## Tools - dynapictures_create_workspace(name: string) — Tool to create a new workspace for organizing templates, images, and media library assets. Use when you need to establish a new workspace within a Dynapictures account. - dynapictures_delete_workspace(workspace_id: string) — Tool to delete a workspace and all associated content (templates, media, generated images). Use when permanently removing a workspace. Warning: Deletion is permanent and cannot be undone. - dynapictures_list_templates() — Tool to get all image templates that are ready and have the 'Sync to Zapier' checkbox enabled. Use when you need to retrieve available templates for image generation. - dynapictures_list_workspaces() — Tool to get all workspaces associated with the API key. Use when you need to retrieve workspaces the authenticated user is a member of. - dynapictures_unsubscribe_webhook(eventType: string, targetUrl: string, templateId: string) — Tool to unsubscribe from webhook notifications by providing the same parameters used during subscription. Use when you need to stop receiving notifications for a specific webhook. - dynapictures_update_workspace(name: string, workspace_id: string) — Tool to update an existing workspace's details by workspace ID. Use when you need to modify a workspace's name or properties. - dynapictures_upload_media_asset(file?: object, file_name?: string, file_content?: string, workspace_id: string, file_mimetype?: string) — Tool to upload an image and create a media asset object. Use when you need to upload an image to Dynapictures workspace for later use in image generation. ## Example prompts - "What can I do in Dynapictures?" - "Show me a summary of my Dynapictures account" ## Links Docs: https://mcp.ai/docs/mcps/dynapictures Website: https://mcp.ai/mcps/dynapictures