MCP Setup

Let your AI agents interact with the Dynamic Mockups API by using our MCP server.

The Model Context Protocol (MCP) server provides a set of tools that AI agents can use to interact with the Dynamic Mockups account and implement entire workflows into your system.

Connect to Dynamic Mockups MCP server

You can enable MCP servers on Lovable if you have a Business or Enterprise account.

Use the following parameters when setting up your custom connector:

  • The server URL is https://mcp.dynamicmockups.com.

  • Use โ€œApi keyโ€ as the authentication mechanism and use the Dynamic Mockups API key from your account.

Tools

The server exposes the following MCP tools. If you have feedback or want to see more tools, contact us.

Tool
Description
API reference

get_api_info

Get API knowledge base (billing, rate limits, formats, best practices, support)

get_catalogs

Retrieve all available catalogs

get_collections

Retrieve collections (optionally filter by catalog)

create_collection

Create a new collection

get_mockups

Get list of available mockups with optional filters

get_mockup_by_uuid

Retrieve a specific mockup by UUID

create_render

Create a single mockup render with design assets

create_batch_render

Render multiple mockups in one request

export_print_files

Export high-resolution print files for production

upload_psd

Upload a PSD file and optionally create a mockup template

delete_psd

Delete a PSD file with optional related mockups deletion

Use cases

Ask your AI assistant to:

Use Case
Example Prompt

List catalogs

"Get my Dynamic Mockups catalogs"

Browse mockups

"Show me all mockups in my T-shirt collection"

Single render

"Create a mockup render using any T-shirt mockup with my artwork from url: https://example.com/my-design.png"

Batch render

"Render my artwork from url: https://example.com/my-design.png on all mockups in the Winter T-shirt collection"

Create collection

"Create a new collection called Winter 2025 Hoodies"

Upload PSD

"Upload my PSD mockup from url: https://example.com/my-mockup.psd and create a template from it"

API info

"What are the rate limits and supported file formats for Dynamic Mockups?"

Print files

"Export print-ready files at 300 DPI for my poster mockup"

Last updated

Was this helpful?