EXIF MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EXIF_MCP_HOST | No | Host for remote transport. Default: 127.0.0.1 | |
| EXIF_MCP_PORT | No | Port for remote transport. Default: 8001 for streamable-http, 9001 for SSE | |
| EXIF_MCP_SSE_PATH | No | SSE endpoint path. Default: /sse | |
| EXIF_MCP_TRANSPORT | No | Transport type: stdio, streamable-http, or sse. Default: stdio | |
| EXIF_MCP_MOUNT_PATH | No | Mount path for SSE transport. Default: empty | |
| EXIF_MCP_MESSAGE_PATH | No | Message endpoint path for SSE. Default: /messages/ | |
| EXIF_MCP_JSON_RESPONSE | No | Enable JSON response format (true/false). Default: false | |
| EXIF_MCP_STATELESS_HTTP | No | Enable stateless HTTP (true/false). Default: false | |
| EXIF_MCP_STREAMABLE_HTTP_PATH | No | Path for Streamable HTTP endpoint. Default: /mcp |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| inspect_exifA | Read EXIF metadata from a single image path. This tool is read-only and must not modify the target file. |
| has_gps_exifA | Check whether an image contains GPS/location EXIF fields. This tool is read-only and must not modify the target file. |
| inspect_exif_detailedB | Read EXIF metadata with per-tag references for selective cleanup. |
| find_images_with_gps_exifC | Find images in one folder that contain GPS/location EXIF fields. |
| find_images_with_exif_fieldsC | Find images in one folder containing selected EXIF fields. |
| summarize_exif_privacyC | Summarize privacy-sensitive EXIF fields for a single image path. |
| strip_exifA | Remove EXIF metadata from a single image. If |
| strip_selected_exif_fieldsC | Remove selected EXIF fields from a single image path. |
| batch_strip_exifC | Remove EXIF metadata from supported images in a folder. Optional dry-run, comparison, and per-file sidecar-report behavior is available. |
| batch_strip_gps_exifC | Remove only GPS EXIF metadata from supported images in a folder. |
| batch_strip_selected_exif_fieldsC | Remove selected EXIF fields from supported images in a folder. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| review-photo-privacy | Guide a client through inspecting EXIF and explaining privacy risk for one image. |
| clean-photos-for-sharing | Guide a client through inspecting and cleaning one folder of images safely. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| privacy-guide | Short practical guidance on EXIF privacy risks and server behavior. |
| supported-formats | Current image format support and safety defaults for the EXIF MCP server. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/nextframedev/exif_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server