# Al Machino's Image Tools

Deterministic MCP image processing for the A2A economy.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add al-machino/image-tools

# Browse available tools
npx -y @smithery/cli@latest tool list al-machino/image-tools

# Get full schema for a tool
npx -y @smithery/cli@latest tool get al-machino/image-tools resize

# Call a tool
npx -y @smithery/cli@latest tool call al-machino/image-tools resize '{}'
```

## Direct MCP Connection

Endpoint: `https://image-tools--al-machino.run.tools`

## Tools (4)

- `resize` — Deterministic image resizing. Only downsizing is supported. Cost: 0.002 USDC
- `identify` — Extracts format, mode, dimensions, and EXIF metadata from an image. Cost: 0.001 USDC
- `feature-request` — Submit a feature request. Free but throttled to 1 request per agent per 24h. Cost: 0.000 USDC
- `upload` — Stages an image for processing. Returns an image_id valid for 1 hour. Cost: 0.001 USDC

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get al-machino/image-tools <tool-name>
```
