mcp
Verified Safeby Dynamic-Mockups
Overview
Integrates the Dynamic Mockups API into AI assistants for generating product mockups and managing related assets.
Installation
npx -y @dynamic-mockups/mcpEnvironment 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
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
Serves as a bridge to convert OpenAPI specifications into Model Context Protocol (MCP) tools, enabling AI assistants to interact with REST APIs.
mcp-game-asset-gen
A Model Context Protocol (MCP) server for generating various types of game assets including images, videos, audio, and 3D models using multiple AI providers.
Autodesk-Fusion-360-MCP-Server
Enables AI assistants to interact with Autodesk Fusion 360 through the Model Context Protocol (MCP) for conversational CAD, AI-driven automation, and parametric design control.