# Iteratools

Generate professional media including images, videos, and speech to streamline your creative workflow. Access real-time web data, search results, and market updates for informed decision-making. Auto…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add iterasoft/iteratools

# Browse available tools
npx -y @smithery/cli@latest tool list iterasoft/iteratools

# Get full schema for a tool
npx -y @smithery/cli@latest tool get iterasoft/iteratools image_generate

# Call a tool
npx -y @smithery/cli@latest tool call iterasoft/iteratools image_generate '{}'
```

## Direct MCP Connection

Endpoint: `https://iteratools--iterasoft.run.tools`

**Optional config:**
- `apiKey` (query) — Your IteraTools API key (get one at iteratools.com)

## Tools (13)

- `image_generate` — Generate an image using Flux 1.1 Pro AI model. Returns image URL. ($0.005/image)
- `image_remove_background` — Remove background from an image URL. Returns PNG with transparent background. ($0.003/image)
- `video_generate` — Generate a 5-second video from a prompt using Kling v1.6 Pro. ($0.05/video)
- `web_scrape` — Scrape any URL and return clean markdown text. Works on JS-rendered pages. ($0.002/request)
- `web_search` — Search the web and return real-time results with titles, URLs and snippets. ($0.001/request)
- `text_to_speech` — Convert text to natural-sounding speech. Returns audio URL. ($0.001/request)
- `take_screenshot` — Take a screenshot of any website URL. Returns image URL. ($0.002/request)
- `generate_qr_code` — Generate a QR code for any text or URL. Returns image URL. ($0.001/request)
- `get_weather` — Get current weather and forecast for any location. ($0.001/request)
- `get_crypto_price` — Get current cryptocurrency price and 24h stats. ($0.001/request)
- `validate_email` — Validate an email address — checks format, MX records, disposable status. ($0.001/request)
- `whatsapp_send` — Send a WhatsApp message to a phone number. Initiates with a template. Returns conversation_id for follow-up replies. ($…
- `whatsapp_reply` — Send a free-text reply within an active WhatsApp conversation (within 24h window). ($0.005/message)

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get iterasoft/iteratools <tool-name>
```
