Install
openclaw skills install iteratools-apiCall 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.
openclaw skills install iteratools-apiPay-per-use multi-tool API with MCP support. 80+ tools for AI agents.
npx mcp-iteratools
Set your API key:
export ITERATOOLS_API_KEY=it-YOUR-KEY
npx mcp-iteratools
URL: https://mcp.iteratools.com/mcp
Protocol: StreamableHTTP (MCP 2025-03-26)
Add to claude_desktop_config.json:
{
"mcpServers": {
"iteratools": {
"command": "npx",
"args": ["mcp-iteratools"],
"env": {
"ITERATOOLS_API_KEY": "your-api-key"
}
}
}
}
Add to your openclaw.json mcp section:
{
"mcp": {
"servers": {
"iteratools": {
"url": "https://mcp.iteratools.com/mcp"
}
}
}
}
Base URL: https://api.iteratools.com
Auth: Authorization: Bearer it-YOUR-API-KEY or x402 micropayments.
All tools are pay-per-use. Most cost $0.001–$0.01 per call. See full pricing at docs.iteratools.com.