jsoncut-mcp-server
Verified Safeby jsoncut
Overview
Enables AI agents to programmatically generate and validate image and video configurations via the Model Context Protocol (MCP) for the Jsoncut API.
Installation
No command providedEnvironment Variables
- JSONCUT_API_KEY
- JSONCUT_API_URL
- PORT
Security Notes
The server correctly uses environment variables or request headers for API keys, avoiding hardcoding. It integrates with an external API via HTTPS. For the HTTP server mode, it uses CORS with `origin: '*'`, which is acceptable for a public API gateway where clients are expected to provide their own authentication, but could be restricted further for private deployments. No 'eval' or malicious patterns were found in the provided code.
Similar Servers
luma-mcp
Provides multi-model vision understanding capabilities to AI assistants that lack native image understanding.
MCP-Agent
An autonomous AI agent designed to discover, connect to, and utilize tools and resources from various Model Context Protocol (MCP) servers to accomplish tasks.
imgenx
AI image and video generation and processing, functioning as a command-line tool or MCP server.
seedream-image-mcp
Generates images using the Volcengine SeeDream model via the Model Context Protocol (MCP) for AI agents and clients.