Server Details
Image tools: background removal (BiRefNet), upscaling, face restoration. GPU-accelerated.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- fasuizu-br/speech-ai-examples
- GitHub Stars
- 0
See and control every tool call
Available Tools
4 toolscheck_image_serviceTry in Inspector
Check health status of Image API services and loaded models.
Returns: dict with keys: - status (str): 'healthy' or error state - models (dict): Loaded model status per capability - version (str): API version
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
remove_backgroundTry in Inspector
Remove the background from an image.
Uses BiRefNet segmentation to precisely separate foreground from background. Returns a base64-encoded image with transparent background (PNG) or white background (WebP). Sub-500ms latency on GPU.
Args: image_base64: Base64-encoded image data (PNG, JPEG, or WebP). output_format: Output format -- 'png' (with transparency) or 'webp'.
Returns: dict with keys: - image_base64 (str): Base64-encoded result image - format (str): Output image format - original_size (dict): Original width and height - processing_ms (int): Processing time in milliseconds
| Name | Required | Description | Default |
|---|---|---|---|
| image_base64 | Yes | Base64-encoded image data. Supports PNG, JPEG, and WebP formats. | |
| output_format | No | Output image format: 'png' (default, with transparency) or 'webp' | png |
restore_faceTry in Inspector
Restore and enhance faces in an image using GFPGAN.
Detects all faces via RetinaFace, restores quality (fixes blur, noise, compression artifacts), and pastes them back. Optionally enhances the background using Real-ESRGAN. GPU-accelerated, sub-3s latency.
Args: image_base64: Base64-encoded image data containing faces (PNG, JPEG, WebP). upscale: Output upscale factor -- 1 to 4 (default: 2). enhance_background: Whether to enhance background with Real-ESRGAN (default: true).
Returns: dict with keys: - image (str): Base64-encoded restored image - format (str): Output image format - width (int): Output width - height (int): Output height - upscale (int): Scale factor applied - processing_time_ms (float): Processing time in milliseconds
| Name | Required | Description | Default |
|---|---|---|---|
| upscale | No | Output upscale factor: 1-4 (default: 2) | |
| image_base64 | Yes | Base64-encoded image data containing one or more faces. | |
| enhance_background | No | Enhance background with Real-ESRGAN (default: true) |
upscale_imageTry in Inspector
Upscale image resolution using Real-ESRGAN.
Enhances image resolution by 2x or 4x using GPU-accelerated Real-ESRGAN super-resolution. Processes in tiles (256x256) to manage VRAM. Maximum output dimension: 8192x8192.
Args: image_base64: Base64-encoded image data (PNG, JPEG, or WebP). scale: Upscale factor -- 2 or 4 (default: 4).
Returns: dict with keys: - image (str): Base64-encoded upscaled image - format (str): Output image format - width (int): Output width - height (int): Output height - scale (int): Scale factor applied - processing_time_ms (float): Processing time in milliseconds
| Name | Required | Description | Default |
|---|---|---|---|
| scale | No | Upscale factor: 2 or 4 (default: 4) | |
| image_base64 | Yes | Base64-encoded image data. Supports PNG, JPEG, and WebP formats. |
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.