Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

x402image

org.x402image/image

x402 image tools (USDC/Base): remove_background/upscale $0.02, resize/optimize $0.005; URL in/out

Uptime
100.0%
1 direct probes · 30d
Response
949ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

service_info

Free. Returns x402image service metadata and the list of paid image tools with their per-call USD prices. No payment or input required. Call this first to discover capabilities and pricing.

remove_background

Remove an image's background, isolating the subject (BiRefNet AI segmentation). $0.02 per call. Input: an image via source URL. Params: background (optional fill color for the removed area, e.g. 'whit…

upscale

Upscale an image with AI super-resolution (ESRGAN) for sharper enlargement. $0.02 per call. Input: an image via source URL. Params: width and/or height (target pixels; at least one required). Output: …

resize

Resize or crop an image to an exact width/height. $0.005 per call. Input: an image via source URL. Params: width, height (pixels); fit (scale-down|contain|pad|squeeze|cover|crop); gravity (auto|face|l…

optimize

Convert format and/or compress an image. $0.005 per call. Input: an image via source URL. Params: format (webp|avif|jpeg|png|gif); quality (1-100, default 85 — lower is smaller). At least one of forma…

process

Apply an ordered pipeline of image ops in a single paid call: one payment, one output. Price is the sum of the included ops’ prices — call without payment to get a 402 quote. Input: source (image URL)…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "x402image": {
      "url": "https://x402image.org/mcp",
      "transport": "streamable-http"
    }
  }
}