{
  "markdown": "\n# mcp-image-tools\n\nMCP server providing image analysis tools for AI agents. Metadata inspection only -- no image processing or manipulation.\n\n## Tools\n\n### image_metadata\nRead image metadata from a URL using HTTP headers. Returns content-type, file size, last-modified, etag, and cache info without downloading the full image.\n\n### find_favicons\nFind all favicons for any website. Checks `/favicon.ico`, parses HTML `<link>` tags, and inspects `manifest.json`. Returns all discovered favicons with sizes and types.\n\n### extract_og_image\nExtract Open Graph image, Twitter card image, and Apple touch icon from any URL. Useful for generating link previews.\n\n### generate_placeholder\nGenerate placeholder image URLs via the placehold.co API. Supports custom dimensions, colors, text, format, and font. Returns the URL plus ready-to-use HTML and Markdown markup. Can generate multiple sizes at once.\n\n### responsive_images\nGenerate `srcset` and `<picture>` element HTML for responsive images. Given a base image URL, produces multiple size variants with proper markup for responsive design, including multi-format `<source>` elements.\n\n## Setup\n\n```bash\nnpm install\nnpm run build\n```\n\n## Usage with Claude Desktop\n\nAdd to your Claude Desktop config:\n\n```json\n{\n  \"mcpServers\": {\n    \"image-tools\": {\n      \"command\": \"node\",\n      \"args\": [\"path/to/mcp-image-tools/dist/index.js\"]\n    }\n  }\n}\n```\n\n## License\n\nMIT\n",
  "bytes": 1411,
  "sha": "99a2d1b27b699d3e2394513cd2454e9271b77b487f8f671eae595fd99bf486aa",
  "repo_slug": "rog0x/mcp-image-tools",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_rog0x_image_3335221c/readme"
}