# mochify

High-performance, privacy-first image processing engine that bridges the gap between human intent and technical image manipulation. Convert, resize, and optimize images using simple text prompts or a…

## Quick Start

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

# Browse available tools
npx -y smithery tool list mochify/mochify

# Get full schema for a tool
npx -y smithery tool get mochify/mochify squish

# Call a tool
npx -y smithery tool call mochify/mochify squish '{}'
```

## Direct MCP Connection

Endpoint: `https://mochify.run.tools`

## Tools (2)

- `squish` — Compress, convert, resize, or transform an image from a public HTTPS URL. Returns the processed image inline. Defaults …
- `check_usage` — Check how many image processing operations remain in the current billing period.

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