Skip to main content
Glama

exif-mcp

BSD 2-Clause "Simplified" License
17

thumbnail

Extract embedded thumbnails from images as base64 data or URLs using the exif-mcp server. Supports input as paths, URLs, base64, or buffers for efficient metadata retrieval.

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" }

Other Tools from exif-mcp

Related Tools

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/stass/exif-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server