MCP Image Extractor

extract_image_from_url

Extract and resize images from URLs for AI analysis. Automatically adjusts dimensions to 512x512 for optimal processing in visual content, text extraction, or object recognition tasks.

Input Schema

NameRequiredDescriptionDefault
max_heightNoFor backward compatibility only. Default maximum height is now 512px
max_widthNoFor backward compatibility only. Default maximum width is now 512px
resizeNoFor backward compatibility only. Images are always automatically resized to optimal dimensions (max 512x512) for LLM analysis
urlYesURL of the image to analyze for visual content, text extraction, or object recognition (supports web screenshots, photos, diagrams)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "max_height": { "default": 512, "description": "For backward compatibility only. Default maximum height is now 512px", "type": "number" }, "max_width": { "default": 512, "description": "For backward compatibility only. Default maximum width is now 512px", "type": "number" }, "resize": { "default": true, "description": "For backward compatibility only. Images are always automatically resized to optimal dimensions (max 512x512) for LLM analysis", "type": "boolean" }, "url": { "description": "URL of the image to analyze for visual content, text extraction, or object recognition (supports web screenshots, photos, diagrams)", "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Image Extractor

Related Tools

ID: hixk83oerv