Sponsored by Deepsite.site

Iteratools

Created By
fredpsantos3315 days ago
30+ pay-per-use API tools for AI agents via MCP: image generation (Flux 1.1 Pro), web scraping, browser automation (Playwright), TTS, PDF, QR code, weather, crypto price, WhatsApp, code execution and more. No subscription needed — pay per use via API credits or x402/USDC micropayments. Use with npx iteratools-mcp.
Overview

IteraTools MCP Server

Production-ready MCP server with 30+ tools for AI agents — QR codes, PDFs, text processing, TTS, web scraping, image generation, browser automation, code execution and more.

npm version MCP Compatible API Docs License: MIT

What is IteraTools?

IteraTools is a production-ready API platform providing ready-to-use utilities for AI agents and developers. With a single API key, access 30+ tools via the Model Context Protocol (MCP).

Uses x402 micropayments on Base — no subscription needed, pay per use in USDC. Or use API key credits.

Quick Start

npx iteratools-mcp

Set your API key via environment variable:

ITERATOOLS_API_KEY=your-api-key npx iteratools-mcp

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "iteratools": {
      "command": "npx",
      "args": ["iteratools-mcp"],
      "env": {
        "ITERATOOLS_API_KEY": "your-api-key"
      }
    }
  }
}

Claude Code (CLI)

claude mcp add iteratools -- npx iteratools-mcp

Then set your key:

export ITERATOOLS_API_KEY=your-api-key

Cursor / Windsurf

Add to your MCP settings:

{
  "mcpServers": {
    "iteratools": {
      "command": "npx",
      "args": ["iteratools-mcp"],
      "env": {
        "ITERATOOLS_API_KEY": "your-api-key"
      }
    }
  }
}

Smithery (remote, no install)

{
  "mcpServers": {
    "iteratools": {
      "type": "http",
      "url": "https://iteratools--iterasoft.run.tools/mcp",
      "headers": {
        "Authorization": "Bearer your-api-key"
      }
    }
  }
}

Get an API Key

  1. Visit iteratools.com
  2. Click Get Started — free trial included
  3. Copy your API key

Available Tools (30+)

CategoryTools
🖼️ Imagesimage_generate (Flux 1.1 Pro), image_fast, image_rembg (background removal), image_resize, image_ocr
🎬 Videovideo_generate (Kling), video_frames
📄 PDFpdf_extract, pdf_generate
🌐 Webscrape, screenshot, search, browser_act (Playwright)
🔊 Audiotts (text-to-speech), transcribe
📱 WhatsAppwhatsapp_send, whatsapp_reply
🌍 Dataweather, crypto_price, ip_geolocation, currency_convert, dns_lookup
🔧 Utilsqrcode, url_shorten, email_validate, translate, chart_generate, spreadsheet_generate, code_execute

Example Usage

# Generate a QR code
curl -X POST https://api.iteratools.com/qrcode \
  -H "Authorization: Bearer your-key" \
  -d '{"text": "https://iteratools.com"}'

# Generate an image with Flux
curl -X POST https://api.iteratools.com/image/generate \
  -H "Authorization: Bearer your-key" \
  -d '{"prompt": "a sunset over mountains, photorealistic"}'

# Scrape a webpage
curl -X POST https://api.iteratools.com/scrape \
  -H "Authorization: Bearer your-key" \
  -d '{"url": "https://example.com"}'

# Text to speech
curl -X POST https://api.iteratools.com/tts \
  -H "Authorization: Bearer your-key" \
  -d '{"text": "Hello world", "voice": "en-US-JennyNeural"}'

Pricing

Pay per use — no subscription:

ToolPrice
Image generate (Flux 1.1 Pro)$0.005
Image fast$0.002
Video generate$0.05
Browser automation$0.005
Code execution$0.003
PDF/Web/Utils tools$0.001–0.003

Full pricing: iteratools.com/#pricing

Status

🟢 All Systems Operationaliteratools.com/status

Server Config

{
  "mcpServers": {
    "iteratools": {
      "command": "npx",
      "args": [
        "iteratools-mcp"
      ],
      "env": {
        "ITERATOOLS_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
DeepChatYour AI Partner on Desktop
ChatWiseThe second fastest AI chatbot™
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
WindsurfThe new purpose-built IDE to harness magic
CursorThe AI Code Editor
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Tavily Mcp
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Amap Maps高德地图官方 MCP Server
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Playwright McpPlaywright MCP server
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Serper MCP ServerA Serper MCP Server
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.