mcp-iteratools

mcp-iteratools

fredpsantos33

MCP server for IteraTools API — 20+ AI-powered tools (image gen, OCR, TTS, scraping, QR, weather, crypto, PDF...) with x

MCP server providing access to 20+ AI-powered tools including image/video generation, web scraping, PDF processing, and utility functions through the IteraTools API with pay-per-use pricing.

3 views1Local (stdio)

About mcp-iteratools

mcp-iteratools is a community-built MCP server published by fredpsantos33 that provides AI assistants with tools and capabilities via the Model Context Protocol. MCP server for IteraTools API — 20+ AI-powered tools (image gen, OCR, TTS, scraping, QR, weather, crypto, PDF...) with x It is categorized under ai ml. This server exposes 17 tools that AI clients can invoke during conversations and coding sessions.

How to install

You can install mcp-iteratools in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.

License

mcp-iteratools is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.

Tools (17)

generate_image

AI image generation using Flux 1.1 Pro

fast_image

Fast image generation using Flux Schnell

remove_background

Remove background from images

resize_image

Resize images to specified dimensions

ocr

Extract text from images using OCR

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

Alternatives