Skip to content
OSINT Tradecraft
OSINT Tradecraft
Investigation skills · Vol. 8
← MCP catalog#005 · OSINT — Seed & Pivot

EXIF MCP

local image metadata extraction

Extracts EXIF and XMP metadata from images locally, without uploading to any third-party service. Fast and offline.

Cost
Free · no API key
API key
Not required
Slug
exif-mcp
MCP.md
---
name: exif-mcp
category: osint-seed-pivot
cost: free
api_key_required: no
repo: https://github.com/stass/exif-mcp
paired_skills: ["seed-discovery-from-photo", "exif-and-image-metadata-analysis", "geolocation-from-image"]
capabilities: ["image-metadata", "exif-extraction", "geolocation"]
---

# EXIF MCP — local image metadata extraction

Extracts EXIF and XMP metadata from images locally, without uploading to any third-party service. Fast and offline.

## Install

```
npm i -g exif-mcp
```

## Configuration

```json
{
  "mcpServers": {
    "exif": {
      "command": "exif-mcp"
    }
  }
}
```

## What it adds

Claude reads image metadata as part of a chat — GPS coordinates, device make/model, timestamps, software, copyright fields — without sending the image to a third party. Critical for cases where the image is sensitive (victim photos, surveillance photos) or where chain-of-custody requires controlling where the file travels.

## Pairs with skills

- 005 `seed-discovery-from-photo`
- 012 `exif-and-image-metadata-analysis`
- 013 `geolocation-from-image`

## Cost

Free. No API key. Runs entirely locally.
Pairs with skills
  • #005seed-discovery-from-photo
  • #012exif-and-image-metadata-analysis
  • #013geolocation-from-image

This MCP gives your agent the tools to execute the workflow described by these skills — instead of just describing it.

Bundled in the Toolkit

This MCP is one of 36 pre-configured servers in the Investigator's MCP Toolkit. One-command installer, $149 one-time.

Pricing
Back to MCP catalog
EXIF MCP — local image metadata extraction — MCP server · OSINT Tradecraft