← 返回
未分类 Key 中文

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...
调用 IteraTools 多工具 API(api.iteratools.com),80+ 工具覆盖 AI 代理需求:图像生成(Flux)、浏览器自动化(Playwright)、网页抓取、TT...
fredpsantos33
未分类 clawhub v1.2.0 2 版本 100000 Key: 需要
★ 0
Stars
📥 425
下载
💾 0
安装
2
版本
#latest

概述

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

  • Docs: https://docs.iteratools.com
  • API: https://api.iteratools.com
  • NPM: https://www.npmjs.com/package/mcp-iteratools
  • GitHub: https://github.com/fredpsantos33/iteratools-mcp
  • Smithery: https://smithery.ai/server/iterasoft/iteratools

版本历史

共 2 个版本

  • v1.2.0 当前
    2026-05-03 09:04 安全 安全
  • v1.1.0
    2026-03-31 06:30 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 666 📥 323,794
security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,210 📥 266,154
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,055 📥 795,961