Iteratools

Created By
fredpsantos333 months 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>"
      }
    }
  }
}
Project Info
Created At
3 months ago
Updated At
3 months ago
Author Name
fredpsantos33
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Bring your real authenticated browser session to AI coding agents. Local-first MCP server + Chrome MV3 extension. No cloud. No telemetry.
@Cubenest

peek records the user's actual logged-in browser (DOM via rrweb, console events, network metadata, optional response bodies via opt-in Deep capture) through a Chrome MV3 extension. The extension ships events through a native-messaging stdio bridge to a local MCP server (peek-mcp), which persists them to a SQLite database at ~/.peek/sessions.db. AI coding agents (Claude Code, Cursor, Cline, Windsurf) read sessions from the database via 10 MCP tools: Tool What it does list_recent_sessions List recently recorded sessions (id, origin, ts, event count). get_session_summary LLM-readable narrative summary of a session. get_session_console_errors Console errors recorded in a session. get_session_network_errors Failed/notable network requests in a session. get_user_action_before_error Last N user actions before a console error. generate_playwright_repro Generate a runnable Playwright test from a session. get_dom_snapshot Reconstruct the DOM at a given timestamp. query_dom_history Timeline of attribute/text changes for a selector. request_authorization Side-panel consent for write actions (Level 3). execute_action Dispatch a UI action (gated by permission level + destructive blocklist). Why local-first matters Every other "browser session for AI" tool ships to a vendor cloud. peek's SQLite + extension live on the user's machine — no remote endpoints, no telemetry. The privacy policy (docs/peek/PRIVACY_POLICY.md) is the source of truth. Install # 1. Add the MCP server to Claude Code claude mcp add peek -- npx -y @peekdev/mcp # 2. Install the Chrome extension from the Chrome Web Store # (link added once the CWS listing is approved)

a day ago
Crevio

2 days ago