exif-mcp

BSD 2-Clause "Simplified" License

thumbnail

Extract embedded thumbnail images as base64 data or URLs directly from image files, enabling quick access to visual previews without additional tools. Supports various image sources like paths, URLs, or raw data.

Instructions

Extract embedded thumbnail from image as base64 data or URL

Input Schema

NameRequiredDescriptionDefault
imageYes
urlNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "image": { "additionalProperties": false, "properties": { "buffer": { "type": "string" }, "data": { "type": "string" }, "kind": { "enum": [ "path", "url", "base64", "buffer" ], "type": "string" }, "path": { "type": "string" }, "url": { "type": "string" } }, "required": [ "kind" ], "type": "object" }, "url": { "type": "boolean" } }, "required": [ "image" ], "type": "object" }

You must be authenticated.

Other Tools from exif-mcp

Related Tools

ID: 5hxbqhlnlk