exif-mcp

BSD 2-Clause "Simplified" License

gps-coordinates

Extract latitude and longitude from image metadata using the exif-mcp server. Supports various image formats and input types like paths, URLs, or base64 data.

Instructions

Extract GPS coordinates (latitude/longitude) from image metadata

Input Schema

NameRequiredDescriptionDefault
imageYes

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" } }, "required": [ "image" ], "type": "object" }

You must be authenticated.

Other Tools from exif-mcp

Related Tools

ID: 5hxbqhlnlk