scenario.com-mcp-server
Verified Safeby pasie15
Overview
Provides an MCP interface to Scenario.com's generative AI API for tasks like text-to-image, image-to-image generation, model training, asset management, and image processing.
Installation
npx -y scenario.com-mcp-serverEnvironment Variables
- SCENARIO_API_KEY
- SCENARIO_API_SECRET
Security Notes
The server acts as a proxy to the Scenario.com API. Authentication relies on API keys provided via environment variables or session-based tools, which are handled in-memory and not persisted to disk. URL path and query parameters are constructed from tool arguments, relying on axios for proper encoding and the upstream API for input validation. The 'post-generate-custom' tool allows passing an arbitrary body, which could be a risk if the backend API is vulnerable to malicious JSON payloads. No direct use of 'eval' or unprotected shell command execution found.
Similar Servers
imgenx
AI image and video generation and processing, functioning as a command-line tool or MCP server.
image-gen-mcp-server
This repository functions as a landing page and documentation for an AI image generation plugin that unifies multiple AI image providers through a single interface for Claude Code users.
mcp-game-asset-gen
An MCP server for generating various game development assets, including images, videos, audio, and 3D models using multiple AI providers.
seedream-image-mcp
Generates images using the Volcengine SeeDream model via the Model Context Protocol (MCP) for AI agents and clients.