Server Details
AI-powered image processing via GPU. Remove backgrounds and upscale images (2x/4x) directly from any MCP client. OAuth 2.1 authenticated, returns processed images inline with download links. Free credits on signup at maskr.io.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
6 toolsget_account_balanceInspect
Check your maskr.io credit balance.
Returns your current available credits, broken down by wallet (purchased)
and subscription credits.
Returns:
A text summary of your credit balance.| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_credit_costInspect
Check how many credits a maskr.io service costs.
Returns the credit cost for a specific image processing service based on
the image dimensions. Also returns your current credit balance.
Args:
service: The service to check pricing for.
image_width: Image width in pixels.
image_height: Image height in pixels.
Returns:
A text summary of the credit cost and your balance.| Name | Required | Description | Default |
|---|---|---|---|
| service | Yes | The service to check pricing for. One of: background_removal, image_upscaling_2x, image_upscaling_4x | |
| image_width | Yes | Width of the image in pixels. Required for cost calculation. For upscaling, provide the INPUT dimensions — the output size is calculated automatically from the scale factor. | |
| image_height | Yes | Height of the image in pixels. Required for cost calculation. |
get_packagesInspect
List available maskr.io credit packages.
Returns all active credit packages for one-time purchase with pricing
and per-credit cost. Use this to help users decide between subscription
plans and credit packs.
Returns:
A summary of available credit packages.| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_plansInspect
List available maskr.io subscription plans.
Returns all active subscription plans with monthly pricing, credit
allowances, and badges. Use this to help users choose the right plan
for their usage.
Returns:
A summary of available subscription plans.| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
remove_backgroundInspect
Remove the background from an image.
Downloads the image from the provided URL, removes its background using AI,
and returns the processed image.
Args:
image_url: URL of the image to process. Must be a publicly accessible
image URL (PNG, JPEG, or WebP).
Returns:
The processed image with background removed, plus a summary message.| Name | Required | Description | Default |
|---|---|---|---|
| image_url | Yes |
upscaleInspect
Upscale an image to higher resolution.
Downloads the image from the provided URL, upscales it using AI,
and returns the processed image.
Args:
image_url: URL of the image to process. Must be a publicly accessible
image URL (PNG, JPEG, or WebP).
scale_factor: Upscaling factor (2 or 4). Default is 2.
output_format: Output format (png, jpeg, webp). Default is png.
Returns:
The upscaled image, plus a summary message.| Name | Required | Description | Default |
|---|---|---|---|
| image_url | Yes | ||
| scale_factor | No | Upscaling factor. 2 for 2x resolution, 4 for 4x resolution. | |
| output_format | No | Output image format. | png |
Verify Ownership
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.
Sign in to verify ownershipControl 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!