Skip to main content
Glama

Image Resize API

MCP Server x402 [License: MIT

Redimensiona imágenes desde una URL -- anacho/altura personalizados, conversión de formato (PMP/JPEG/WebP), proporción de aspectuencia conservada. Pago por llamada mediante x402 (USDC en Base L2) -- no se requiere API, no se requiere registro, sin muros de límite de llamadas.

Parte del marketplace klymax402 -- 100 APIs de micropagos de x402 para agentes de IA, un solo wallet, USDC en Base.

Inicio rápido -- MCP

Añade la siguiente configuración a tu MCP cliente (Claude Desktop, Cursor, ElizaOS, etc.):

{
  "mcpServers": {
    "image-resize": {
      "url": "https://image-resize.api.klymax402.com/mcp"
    }
  }
}

Related MCP server: image-tools-mcp

Inicio rápido -- HTTP (x402)

curl -X POST "https://image-resize.api.klymax402.com/api/resize" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://example.com"}'
# -> 402 Payment Required, with an x402 payment challenge in the response body

Cualquier cliente compatible con x402 (@x402/fetch, x402-agent-tools, ATXP) maneja automáticamente el ciclo 402 -> firma -> reintento.

Herramientas

Herramienta

Método

Path

Precio

Descripción

media_resizing_image

POST

/api/resize

$0.008

Redimensiona una imagen de una URL

media_resizing_image

Use esta cuando necesites redimensionar en imagen desde una URL o converter su formato. Devuelve la imagen redimensionada como base64 con metadatos en JSON.

Parámetros

Nombre

Tipo

Obligatorio

Descripción

url

string

URL de la imagen a redimensionar

width

number

no

Ancho objetivo en píxels (mantiene la proporión de aspect si se omite la alt.ura)

height

number

no

Altura objetivo en píxels (mantiene la proporción de aspect si se omite el ancho)

format

string

no

Formato de salida: 'png', 'jpeg' o 'webp' (por defecto: png)

Ejemplo de respuesta:

{"image":"iVBORw0KGgo...","originalWidth":1920,"originalHeight":1080,"newWidth":800,"newHeight":450,"format":"webp","fileSizeBytes":24500}

Cuándo usarla: crear miniaturas, optimar imágenes para la web, preparir imágenes para social media, reclimensar para email templates, and batch proceesing.

No es de: extracción de texto OCR (usa media_extracting_text_from_image), generan QR code (usa utility_generate_qr_code), capturas de pantata (usa capture_screenshot).

Ejemplos de prompts a agentes

  • "Redimensiona una imagen desde una URL o convierte su formato"

Pago

  • Protocolo: x402 -- HTTP-native per-call, sin signup, sin API key

  • Red: Base L2 (`eip

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

UpdatingMaintainers
UpdatingResponse time
Release cycle
0Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    C
    quality
    D
    maintenance
    Image Tools MCP is a Model Context Protocol (MCP) service that retrieves image dimensions and compresses images from URLs and local files using the TinyPNG API. It supports converting images to formats like webp, jpeg/jpg, and png, providing detailed information on width, height, type, and compressi
    2
    20
    10
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables comprehensive image editing operations including resizing, format conversion, cropping, compression, rotation, flipping, and batch processing. Supports JPEG, PNG, WebP, and AVIF formats with quality control and metadata extraction.
    8
    14
    18
    MIT

View all related MCP servers

Related MCP Connectors

  • AI image processing: upscale, resize, crop, compress, convert file format, and generate SEO metadata

  • Generate images, GIFs, and PDFs from HTML, URLs, or templates — from your AI agent.

  • Web intelligence for AI agents: fetch, render, extract, research. x402 micropayments, no API keys.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Br0ski777/image-resize-x402'

If you have feedback or need assistance with the MCP directory API, please join our Discord server