IteraTools API
Pay-per-use multi-tool API with MCP support. 80+ tools for AI agents.
MCP Integration
Quick Start (Local)
CODEBLOCK0
Set your API key:
CODEBLOCK1
Remote MCP Server
CODEBLOCK2
Claude Desktop
Add to claude_desktop_config.json:
CODEBLOCK3
OpenClaw
Add to your openclaw.json mcp section:
CODEBLOCK4
REST API
Base URL: INLINECODE2
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
IteraTools API
按使用量付费的多工具API,支持MCP协议。为AI代理提供80多种工具。
MCP集成
快速开始(本地)
bash
npx mcp-iteratools
设置你的API密钥:
bash
export ITERATOOLSAPIKEY=it-YOUR-KEY
npx mcp-iteratools
远程MCP服务器
URL: https://mcp.iteratools.com/mcp
协议: StreamableHTTP (MCP 2025-03-26)
Claude桌面版
添加到 claudedesktopconfig.json:
json
{
mcpServers: {
iteratools: {
command: npx,
args: [mcp-iteratools],
env: {
ITERATOOLSAPIKEY: your-api-key
}
}
}
}
OpenClaw
添加到你的 openclaw.json 的mcp部分:
json
{
mcp: {
servers: {
iteratools: {
url: https://mcp.iteratools.com/mcp
}
}
}
}
REST API
基础URL: https://api.iteratools.com
认证方式: Authorization: Bearer it-YOUR-API-KEY 或 x402微支付。
工具分类
- - 图像: 生成 (Flux 1.1 Pro)、快速生成 (Schnell)、去背景、OCR、描述、调整大小、压缩
- 视频: 生成 (Kling v1.6)、转录、帧提取
- AI: 聊天 (GPT-4o、Claude等)、摘要、情感分析、嵌入
- 记忆: 向量插入/搜索/清除、键值存储
- 网络: 抓取、搜索、爬取、截图、浏览器自动化
- 消息: WhatsApp发送/回复、短信、Slack、邮件
- 文档: PDF提取/生成、文档转换、电子表格
- 代码: 在沙箱中执行 (Python、JS、Bash)
- 生产力: GitHub (仓库/问题/搜索/文件)、Google Sheets、Google Calendar
- 地图: 地理编码、地点、导航、附近、距离
- 工具: 翻译、二维码、条形码、天气、货币、DNS、哈希、图表、时间转换
定价
所有工具按使用量付费。大多数每次调用费用为$0.001–$0.01。查看完整定价请访问 docs.iteratools.com。
链接
- - 文档: 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