Skip to content
OSINT Tradecraft
OSINT Tradecraft
Investigation skills · Vol. 8
← MCP catalog#006 · OSINT — Media & Geolocation

MCP Image Recognition

vision-model describe/pivot

Wraps Anthropic or OpenAI vision APIs to extract text and visual elements from images. Used as a describe-then-search pivot for reverse image search and geolocation work.

Cost
Free · no API key
API key
Not required
Slug
mcp-image-recognition
MCP.md
---
name: mcp-image-recognition
category: osint-media-geolocation
cost: free
api_key_required: no
repo: https://github.com/mario-andreschak/mcp-image-recognition
paired_skills: ["reverse-image-search-workflow", "geolocation-from-image", "video-content-geolocation"]
capabilities: ["image-recognition", "vision-analysis", "geolocation"]
---

# MCP Image Recognition — vision-model describe/pivot

Wraps Anthropic or OpenAI vision APIs to extract text and visual elements from images. Used as a describe-then-search pivot for reverse image search and geolocation work.

## Install

```
npm i -g mcp-image-recognition
```

## Configuration

```json
{
  "mcpServers": {
    "image-recognition": {
      "command": "mcp-image-recognition",
      "env": {
        "ANTHROPIC_API_KEY": "YOUR_ANTHROPIC_KEY_HERE"
      }
    }
  }
}
```

Use `OPENAI_API_KEY` instead if you prefer the OpenAI vision backend.

## What it adds

Claude can read and describe an image's visual content mid-investigation — translating signs, classifying building styles, identifying vehicle types, reading text in a photo — then use those extracted elements to drive follow-on OSINT queries. Critical for the image-to-geolocation pipeline when the image itself has no EXIF data.

## Pairs with skills

- 011 `reverse-image-search-workflow`
- 013 `geolocation-from-image`
- 016 `video-content-geolocation`

## Cost

Uses Anthropic or OpenAI vision tokens. No additional cost beyond your existing Claude usage.
Pairs with skills
  • #011reverse-image-search-workflow
  • #013geolocation-from-image
  • #016video-content-geolocation

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
MCP Image Recognition — vision-model describe/pivot — MCP server · OSINT Tradecraft