image-resize
Image Resize API
[
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 bodyCualquier 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 |
| POST |
| $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 |
| string | sí | URL de la imagen a redimensionar |
| number | no | Ancho objetivo en píxels (mantiene la proporión de aspect si se omite la alt.ura) |
| number | no | Altura objetivo en píxels (mantiene la proporción de aspect si se omite el ancho) |
| 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
This server cannot be installed
Maintenance
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
- AlicenseBqualityDmaintenanceEnables AI assistants to download images from URLs and perform basic image optimization tasks.22017Apache 2.0
- AlicenseCqualityDmaintenanceImage 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 compressi22010MIT
- AlicenseAqualityDmaintenanceEnables 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.81418MIT
- AlicenseNot gradedqualityDmaintenanceEnables comprehensive image processing, stock image search from Pexels and Pixabay, and AI image generation using OpenAI DALL-E with support for resizing, format conversion, color extraction, and watermarking.53MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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