Analytics · MODEL CONTEXT PROTOCOL
InhiblabCore mcp image compression
A high-performance image compression microservice based on MCP (Modal Context Protocol)
WHAT IT CONNECTS
What InhiblabCore mcp image compression gives an AI Agent
- **Multi-format support**: Compress mainstream image formats including JPEG, PNG, WebP, AVIF
- **Offline Usage**: No need to connect to the internet to use
- **Smart compression**: Automatically select optimal compression parameters based on image content
- **Batch processing**: Support parallel compression of multiple images for improved efficiency
- **Quality control**: Customizable compression quality to balance file size and visual quality
- `image_compression`
- Image compression
- Inputs:
- `urls` (strings): URLs of images to compress
- `quality` (int): Quality of compression (0-100)
- `format` (string): Format of compressed image (e.g. "jpeg", "png", "webp", "avif")
- Returns: Compressed images url
SECURITY
An MCP listing is not a security review
An MCP server may receive model context, credentials, local files, or permission to call external systems. Review its code, requested environment variables, network behavior, package provenance, and maintenance status before connecting it to an agent.