IteraTools MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add -e "ITERATOOLS_API_KEY=${ITERATOOLS_API_KEY}" mcp-iteratools -- npx mcp-iteratools
Required:ITERATOOLS_API_KEY
README.md

20+ AI-powered tools for AI agents, all under a single API key.

mcp-iteratools

MCP server for IteraTools API — 20+ AI-powered tools for AI agents, all under a single API key.

Tools Available

Tool Description Price
generate_image AI image generation (Flux 1.1 Pro) $0.005
fast_image Fast image generation (Flux Schnell) $0.002
remove_background Remove image background $0.003
resize_image Resize an image $0.001
ocr Extract text from image $0.002
generate_video AI video generation $0.050
screenshot Screenshot a webpage $0.003
scrape Scrape webpage content $0.002
search Web search (Brave) $0.001
extract_pdf Extract text from PDF $0.002
generate_pdf Generate PDF from HTML $0.003
tts Text-to-speech $0.001
qrcode Generate QR code $0.001
weather Current weather data $0.001
crypto_price Cryptocurrency prices $0.001
shorten_url URL shortener $0.001
validate_email Email validation $0.001

Pay-per-use pricing with x402 protocol support.

Setup

Claude Desktop Configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "iteratools": {
      "command": "npx",
      "args": ["mcp-iteratools"],
      "env": {
        "ITERATOOLS_API_KEY": "it-XXXX-XXXX-XXXX"
      }
    }
  }
}

Smithery (hosted MCP)

Also available as a hosted MCP server on Smithery:

{
  "mcpServers": {
    "iteratools": {
      "url": "https://server.smithery.ai/@iterasoft/iteratools/mcp?api_key=YOUR_KEY"
    }
  }
}

Getting an API Key

  1. Visit iteratools.com
  2. Create a free API key
  3. Add credits via Stripe

Links

License

MIT

Tools (17)

generate_imageAI image generation using Flux 1.1 Pro.
fast_imageFast image generation using Flux Schnell.
remove_backgroundRemove the background from an image.
resize_imageResize an image.
ocrExtract text from an image.
generate_videoAI video generation.
screenshotTake a screenshot of a webpage.
scrapeScrape content from a webpage.
searchPerform a web search using Brave.
extract_pdfExtract text content from a PDF file.
generate_pdfGenerate a PDF document from HTML content.
ttsConvert text to speech.
qrcodeGenerate a QR code.
weatherRetrieve current weather data.
crypto_priceGet current cryptocurrency prices.
shorten_urlShorten a URL.
validate_emailValidate an email address.

Environment Variables

ITERATOOLS_API_KEYrequiredThe API key obtained from iteratools.com

Configuration

claude_desktop_config.json
{"mcpServers": {"iteratools": {"command": "npx", "args": ["mcp-iteratools"], "env": {"ITERATOOLS_API_KEY": "it-XXXX-XXXX-XXXX"}}}}

Try it

Search for the latest news on AI regulations and summarize the findings.
Take a screenshot of https://example.com and extract the text from it using OCR.
Generate a QR code for the URL https://iteratools.com.
What is the current price of Bitcoin?
Convert the following text into an audio file: 'Hello, this is a test of the text-to-speech tool.'

Frequently Asked Questions

What are the key features of IteraTools?

Supports 20+ AI-powered tools under one API key. Includes advanced image generation with Flux 1.1 Pro. Provides web scraping and Brave search capabilities. Offers document processing tools like PDF extraction and generation. Pay-per-use pricing model via x402 protocol.

What can I use IteraTools for?

Automating content creation by generating images and videos for social media.. Extracting data from web pages and PDFs for research and analysis.. Building AI agents that can interact with real-world web data and services.. Integrating text-to-speech and image processing into automated workflows..

How do I install IteraTools?

Install IteraTools by running: npx mcp-iteratools

What MCP clients work with IteraTools?

IteraTools works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep IteraTools docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare