Processes images from URLs, local file paths, and numpy arrays, returning base64-encoded strings with MIME types.
The Images tool is a Model Context Protocol (MCP) server designed for fetching and processing images from various sources, including URLs, local file paths, and numpy arrays. Its primary tool, fetch_images, efficiently retrieves images and returns them as base64-encoded strings along with their corresponding MIME types, making it suitable for integration with AI applications, web services, and data processing pipelines. It supports fetching images from URLs and local files, handles large images by compressing them and processes multiple images in parallel.