# Imagedimensions Mcp

> Audit a web page's images: natural vs rendered sizes, oversized detection, and formats.

- **Type:** MCP server
- **Install:** `agentstack add mcp-bishop81-imagedimensions-mcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Bishop81](https://agentstack.voostack.com/s/bishop81)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.1
- **License:** MIT
- **Upstream author:** [Bishop81](https://github.com/Bishop81)
- **Source:** https://github.com/Bishop81/imagedimensions-mcp

## Install

```sh
agentstack add mcp-bishop81-imagedimensions-mcp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# imagedimensions-mcp

An [MCP](https://modelcontextprotocol.io) server that audits the images on any public web page —
**natural vs. rendered dimensions, oversized-image detection, and format breakdown** — so AI agents
(Claude, Cursor, Windsurf, etc.) can check image performance during development.

Powered by [imagedimensions.com](https://imagedimensions.com). The scan runs server-side, so **no
local browser or Chrome install is required.**

## Install / run

```jsonc
// Claude Desktop / any MCP client config
{
  "mcpServers": {
    "imagedimensions": {
      "command": "npx",
      "args": ["-y", "imagedimensions-mcp"]
    }
  }
}
```

## Tool

### `scan_image_dimensions`

| Param | Type | Description |
| --- | --- | --- |
| `url` | string (required) | Public URL of the page to audit. |
| `oversizedThreshold` | number (optional) | Area-overshoot ratio to flag as oversized. Default `4` (≈2× per dimension). |

Returns a text report plus structured content:

- total / visible image counts and CSS-background count
- modern-format share (WebP + AVIF)
- format breakdown
- the list of oversized images (natural → rendered, overshoot ratio, format, src)
- a link to the full visual report on imagedimensions.com

**Example agent uses:** "Audit the images on https://example.com," "Which images on this page are
oversized and hurting LCP?", "What % of this site's images use modern formats?"

## Why "oversized" matters

An image downloaded much larger than the box it renders into wastes bandwidth and slows Largest
Contentful Paint — the most common image-performance mistake on the web. See
[the writeup](https://imagedimensions.com/blog/right-size-web-images).

## Config

- `IMAGEDIMENSIONS_API_BASE` — override the API base (default `https://imagedimensions.com`).

## License

MIT

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [Bishop81](https://github.com/Bishop81)
- **Source:** [Bishop81/imagedimensions-mcp](https://github.com/Bishop81/imagedimensions-mcp)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.1 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.1** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-bishop81-imagedimensions-mcp
- Seller: https://agentstack.voostack.com/s/bishop81
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
