MCP Hub
Back to servers

mcp-iteratools

Multi-tool API for AI agents with MCP support: image generation (Flux), web scraping, TTS, OCR, QR codes, weather, crypto, PDF, screenshots, and more. Pay-per-use with x402 protocol.

Forks
1
Updated
Mar 2, 2026

mcp-iteratools

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

Tools Available

ToolDescriptionPrice
generate_imageAI image generation (Flux 1.1 Pro)$0.005
fast_imageFast image generation (Flux Schnell)$0.002
remove_backgroundRemove image background$0.003
resize_imageResize an image$0.001
ocrExtract text from image$0.002
generate_videoAI video generation$0.050
screenshotScreenshot a webpage$0.003
scrapeScrape webpage content$0.002
searchWeb search (Brave)$0.001
extract_pdfExtract text from PDF$0.002
generate_pdfGenerate PDF from HTML$0.003
ttsText-to-speech$0.001
qrcodeGenerate QR code$0.001
weatherCurrent weather data$0.001
crypto_priceCryptocurrency prices$0.001
shorten_urlURL shortener$0.001
validate_emailEmail 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

Reviews

No reviews yet

Sign in to write a review