Skip to main content
Glama

exif-mcp

BSD 2-Clause "Simplified" License
16

read-xmp

Extract XMP metadata from images using the exif-mcp server. Supports reading extended XMP segments and handles input from paths, URLs, base64, or buffers.

Instructions

Read XMP metadata from an image with option for extended XMP segments

Input Schema

NameRequiredDescriptionDefault
extendedNo
imageYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "extended": { "type": "boolean" }, "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" } }, "required": [ "image" ], "type": "object" }

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