Exif Strip
Strips EXIF, XMP, IPTC and GPS metadata from JPEG and PNG images in one call, with optional ICC p...
Quality & Safety
A
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
~132Tokens (tool definitions)
~573 BTypical response size
Minimal attention impact (0.10% of 128k context)
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"exif-strip": {
"url": "https://exif-strip.david-cyr.workers.dev/mcp"
}
}
}Remote endpoints
https://exif-strip.david-cyr.workers.dev/mcpstreamable-httpTool inventory
Tools (1)
🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
⚪run(input)
Strips EXIF, XMP, IPTC and GPS metadata from JPEG and PNG images in one call, with optional ICC profile removal, then re-verifies the output bytes and returns an exact report of what was found and removed — unlike common strippers that only touch the EXIF segment and leave XMP/IPTC intact.
Input Schema
{
"type": "object",
"properties": {
"input": {
"type": "object",
"propertyNames": {
"type": "string"
},
"additionalProperties": {}
}
},
"required": [
"input"
],
"$schema": "http://json-schema.org/draft-07/schema#"
}Recent observations
verifiedversion not recorded1 tools