# tinify.ai

Optimize images with AI — compress, resize, upscale, convert formats, and generate SEO metadata in one tool.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add tinify-ai/mcp-server

# Browse available tools
npx -y smithery tool list tinify-ai/mcp-server

# Get full schema for a tool
npx -y smithery tool get tinify-ai/mcp-server optimize_image

# Call a tool
npx -y smithery tool call tinify-ai/mcp-server optimize_image '{}'
```

## Direct MCP Connection

Endpoint: `https://tinify-ai-mcp.run.tools`

## Tools (3)

- `optimize_image` — Optimize an image: smart lossy compression (typically 60-80% size reduction), optional resize/upscale/format conversion…
- `status` — Check your Tinify account status: login state, tier, credits remaining, and credit reset time. Use this before batch pr…
- `upgrade` — Open the Tinify pricing page in your browser to upgrade your plan for more credits. Plans: Free (50/day), Pro (3,000/mo…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get tinify-ai/mcp-server <tool-name>
```
