Back to Home
Dynamic-Mockups icon

mcp

Verified Safe

by Dynamic-Mockups

Overview

Integrates the Dynamic Mockups API into AI assistants for generating product mockups and managing related assets.

Installation

Run Command
npx -y @dynamic-mockups/mcp

Environment Variables

  • DYNAMIC_MOCKUPS_API_KEY
  • PORT
  • HOST
  • CORS_ORIGIN
  • MCP_TRANSPORT

Security Notes

The server uses standard practices for API key handling (environment variables for stdio, Authorization/x-api-key headers for HTTP) and doesn't hardcode sensitive information. Input validation is handled by the underlying MCP SDK using JSON schemas. CORS is properly configured for HTTP transport. All external API calls are directed to a fixed API_BASE_URL, minimizing SSRF risk. Error responses include details from upstream API errors, which could potentially expose non-critical information if the upstream API's errors are verbose, but this is a common pattern for proxy/adapter services.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Stars0
Forks0
Last Update2025-12-12

Tags

AI assistantmockup generationdesignimage processingAPI integration