IteraTools API
/install 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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install iteratools-api - After installation, invoke the skill by name or use
/iteratools-api - Provide required inputs per the skill's parameter spec and get structured output
What is IteraTools API?
Call the IteraTools multi-tool API (api.iteratools.com) — 80+ tools for AI agents: image generation (Flux), browser automation (Playwright), web scraping, TT... It is an AI Agent Skill for Claude Code / OpenClaw, with 149 downloads so far.
How do I install IteraTools API?
Run "/install iteratools-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is IteraTools API free?
Yes, IteraTools API is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does IteraTools API support?
IteraTools API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created IteraTools API?
It is built and maintained by fredpsantos33 (@fredpsantos33); the current version is v1.2.0.