Back to Home
pasie15 icon

scenario.com-mcp-server

Verified Safe

by 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

Run Command
npx -y scenario.com-mcp-server

Environment 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

Stats

Interest Score30
Security Score7
Cost ClassHigh
Avg Tokens100000
Stars1
Forks0
Last Update2025-11-23

Tags

MCPGenerative AIImage GenerationModel TrainingAPI ClientImage Processing