Back to Home
Dynamic-Mockups icon

mcp

Verified Safe

by Dynamic-Mockups

Overview

Generate product mockups programmatically using an API, facilitating integration with AI assistants for design and product customization workflows.

Installation

Run Command
npx -y @dynamic-mockups/mcp

Environment Variables

  • DYNAMIC_MOCKUPS_API_KEY
  • PORT
  • HOST
  • CORS_ORIGIN
  • MCP_TRANSPORT

Security Notes

The server correctly retrieves API keys from environment variables or request headers. External API calls use `axios` with a timeout and reasonable status validation. CORS is configured, by default allowing all origins, which is common for public APIs but can be narrowed. A direct `eval()` call is present in the source code, but it is part of a static 'knowledge base' object (`EMBED_EDITOR_KNOWLEDGE_BASE`) which is returned as a string to the client as documentation/examples for client-side integration. The server itself does not execute this `eval()` with untrusted input, therefore it does not pose a direct server-side code injection vulnerability.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-30

Tags

Mockup GenerationAIProduct DesignAPI WrapperMCP