MCP Server: io.github.rog0x/image
This MCP server provides image-related metadata tools for AI agents. Its scope is metadata inspection only, with no image processing or manipulation. It focuses on retrieving HTTP header metadata, discovering website favicons, and extracting Open Graph/Twitter/Apple touch imagery information.
🛠️ Key Features
- Image metadata, favicon, and OG image support for AI agents
- Metadata inspection only; no image processing or manipulation
- Tools cover HTTP header metadata, favicon discovery, and OG/Twitter/Apple touch image extraction
🚀 Use Cases
- Inspect image metadata from a URL without downloading the full image
- Collect favicons for website analysis (sizes and types included)
- Retrieve social preview images such as Open Graph and Twitter card images
⚡ Developer Benefits
- Returns structured metadata from HTTP headers (content-type, file size, last-modified, etag, cache info)
- Detects favicons via
/favicon.ico, HTML<link>tags, andmanifest.json - Extracts Open Graph and related images (Twitter and Apple touch imagery)
⚠️ Limitations
- Metadata inspection only; does not perform image processing or manipulation