Skip to main content
Glama

exif-mcp

BSD 2-Clause "Simplified" License
16

read-exif

Extract and filter EXIF metadata from images using various input formats, enabling precise analysis of image details without external dependencies.

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

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