Image SEO Auditor

Image SEO Auditor MCP Connector for Claude

A+

Automated analysis of image metadata to identify SEO and accessibility violations.

3 tools Official Updated Jun 28, 2026 Official Vinkius Partner

The Image SEO Auditor provides a specialized toolkit for evaluating the health of your web assets. Using inspect_single_image, you can break down specific violations like generic filenames or excessive file sizes. For larger collections, audit_image_set generates high-level summaries and detailed reports across entire image sets. Additionally, fetch_audit_guidelines allows you to retrieve the exact thresholds used for scoring, ensuring your optimization strategy aligns with current best practices.

seoimagesaccessibilityauditweb-performance

3 tools expose this connector's capabilities to your AI agent.

audit_image_set

Perform a bulk SEO analysis on a collection of images

fetch_audit_guidelines

Retrieve the current SEO audit thresholds and patterns

inspect_single_image

Analyze a single image for SEO and accessibility violations

See how to talk to your AI agent using Image SEO Auditor.

Check this image for SEO issues: filename is 'hero.jpg', alt text is '', and size is 500KB.

The image 'hero.jpg' has a score of 60 (MEDIUM_RISK). Violations detected: Empty alt text and file size exceeds the recommended threshold.

Audit this set of images: [{'filename': 'product.png', 'altText': 'Blue running shoes', 'fileSizeKb': 45}, {'filename': 'image001.jpg', 'altText': '', 'fileSizeKb': 1200}]

Audit complete. Average Score: 80. Total Processed: 2. Critical Violations: 1. Summary: 'product.png' is optimized, while 'image001.jpg' failed due to generic naming and excessive size.

What are the current file size limits for a good SEO score?

The current maximum recommended size threshold is 200KB.

The tool checks filenames against common generic patterns such as 'image001.jpg', 'IMG_', or 'DSC_'. You can see the full list of patterns by using `fetch_audit_guidelines`.

Related Connectors