mcp
Verified Safeby Dynamic-Mockups
Overview
Generate product mockups programmatically using an API, facilitating integration with AI assistants for design and product customization workflows.
Installation
npx -y @dynamic-mockups/mcpEnvironment 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
f2c-mcp
A Model Context Protocol server for Figma Design to Code, enabling AI tools to convert Figma designs into production-ready frontend code.
openapi-mcp-server
Converts OpenAPI specifications into Model Context Protocol (MCP) tools, enabling AI assistants to interact with APIs.
mcp-game-asset-gen
An MCP server for generating various game development assets, including images, videos, audio, and 3D models using multiple AI providers.
FusionMCPSample
Provides an HTTP API for Fusion 360, enabling AI assistants to programmatically interact with CAD models, execute scripts, retrieve design information, and capture screenshots.