iteratools-api

Call the IteraTools multi-tool API (api.iteratools.com) — 80+ tools for AI agents: image generation (Flux), browser automation (Playwright), web scraping, TTS, OCR, PDF, charts, QR codes, code execution, translation, WhatsApp, and more. Pay-per-use with API key or x402 micropayments. Available as MCP server (npx mcp-iteratools) or REST API.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "iteratools-api" with this command: npx skills add fredpsantos33/iteratools-api

IteraTools API

Pay-per-use multi-tool API with MCP support. 80+ tools for AI agents.

MCP Integration

Quick Start (Local)

npx mcp-iteratools

Set your API key:

export ITERATOOLS_API_KEY=it-YOUR-KEY
npx mcp-iteratools

Remote MCP Server

URL: https://mcp.iteratools.com/mcp
Protocol: StreamableHTTP (MCP 2025-03-26)

Claude Desktop

Add to claude_desktop_config.json:

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

OpenClaw

Add to your openclaw.json mcp section:

{
  "mcp": {
    "servers": {
      "iteratools": {
        "url": "https://mcp.iteratools.com/mcp"
      }
    }
  }
}

REST API

Base URL: https://api.iteratools.com

Auth: Authorization: Bearer it-YOUR-API-KEY or x402 micropayments.

Tool Categories

  • Image: generate (Flux 1.1 Pro), fast (Schnell), rembg, OCR, describe, resize, compress
  • Video: generate (Kling v1.6), transcribe, frames
  • AI: chat (GPT-4o, Claude, etc.), summarize, sentiment, embeddings
  • Memory: vector upsert/search/clear, KV store
  • Web: scrape, search, crawl, screenshot, browser automation
  • Messaging: WhatsApp send/reply, SMS, Slack, email
  • Docs: PDF extract/generate, document convert, spreadsheet
  • Code: execute (Python, JS, Bash) in sandbox
  • Productivity: GitHub (repo/issue/search/file), Google Sheets, Google Calendar
  • Maps: geocode, places, directions, nearby, distance
  • Utilities: translate, QR code, barcode, weather, currency, DNS, hash, chart, time convert

Pricing

All tools are pay-per-use. Most cost $0.001–$0.01 per call. See full pricing at docs.iteratools.com.

Links

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Crabwalk

Real-time companion monitor for OpenClaw agents

Registry SourceRecently Updated
2.7K4luccast
Automation

Crabwalk

Real-time companion monitor for OpenClaw agents

Registry SourceRecently Updated
1.9K2luccast
Automation

Homeassistant N8n Agent

Bridge OpenClaw with your n8n instance for Home Assistant automation.

Registry SourceRecently Updated
Automation

Moltext

Compile legacy documentation on internet into agent-native memory context using the Moltext.

Registry SourceRecently Updated