Skip to main content
Glama

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

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

6 tools
get_account_balanceTry in Inspector

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.
ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_credit_costTry in Inspector

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.
ParametersJSON Schema
NameRequiredDescriptionDefault
serviceYesThe service to check pricing for. One of: background_removal, image_upscaling_2x, image_upscaling_4x
image_widthYesWidth 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_heightYesHeight of the image in pixels. Required for cost calculation.
get_packagesTry in Inspector

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.
ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_plansTry in Inspector

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.
ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

remove_backgroundTry in Inspector

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.
ParametersJSON Schema
NameRequiredDescriptionDefault
image_urlYes
upscaleTry in Inspector

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.
ParametersJSON Schema
NameRequiredDescriptionDefault
image_urlYes
scale_factorNoUpscaling factor. 2 for 2x resolution, 4 for 4x resolution.
output_formatNoOutput image format.png

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.