MCP Image Extractor
UnclaimedMCP server which allow LLM in agent mode to analyze image whenever it needs
Install
$
docker run -p 8000:8000 mcp-image-extractorUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (7)
base64
(required): Base64-encoded image data
extract_image_from_base64
Processes a base64-encoded image for LLM analysis.
extract_image_from_file
Extracts an image from a local file and converts it to base64.
extract_image_from_url
Extracts an image from a URL and converts it to base64.
file_path
(required): Path to the local image file
mime_type
(optional, default: "image/png"): MIME type of the image
url
(required): URL of the image to extract