exif-mcp

BSD 2-Clause "Simplified" License

read-exif

Extract and analyze EXIF metadata from images using tag filtering. Supports paths, URLs, base64, and buffers for offline metadata extraction and analysis.

Instructions

Read EXIF data from an image with optional tag filtering

Input Schema

NameRequiredDescriptionDefault
imageYes
pickNo

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" }, "pick": { "items": { "type": "string" }, "type": "array" } }, "required": [ "image" ], "type": "object" }

You must be authenticated.

Other Tools from exif-mcp

Related Tools

ID: 5hxbqhlnlk