mcp-iteratools
v1.0.8
Published
MCP server for IteraTools — AI agent tools API. Image, video, web scraping, search, TTS, WhatsApp and more.
Maintainers
Readme
mcp-iteratools
MCP server for IteraTools — a pay-per-use AI agent tools API. Generate images, videos, scrape the web, convert text to speech, send WhatsApp messages, and more.
No signup required. Pay-per-use with USDC on Base, or get an API key at iteratools.com.
Installation
Option 1 — npx (no install required)
npx mcp-iteratoolsOption 2 — Global install
npm install -g mcp-iteratools
mcp-iteratoolsConfiguration
Set your API key via environment variable:
export ITERATOOLS_API_KEY=your-api-keyGet your API key at iteratools.com.
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"iteratools": {
"command": "npx",
"args": ["mcp-iteratools"],
"env": {
"ITERATOOLS_API_KEY": "your-api-key"
}
}
}
}Cursor
Add to .cursor/mcp.json in your project (or ~/.cursor/mcp.json for global):
{
"mcpServers": {
"iteratools": {
"command": "npx",
"args": ["mcp-iteratools"],
"env": {
"ITERATOOLS_API_KEY": "your-api-key"
}
}
}
}Windsurf
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"iteratools": {
"command": "npx",
"args": ["mcp-iteratools"],
"env": {
"ITERATOOLS_API_KEY": "your-api-key"
}
}
}
}Available Tools
| Tool | Description | Price |
|------|-------------|-------|
| image_generate | Generate images using Flux 1.1 Pro | $0.005/image |
| image_remove_background | Remove background from an image | $0.003/image |
| video_generate | Generate 5–10s video using Kling v1.6 Pro | $0.05/video |
| web_scrape | Scrape any URL → clean markdown | $0.002/request |
| web_search | Real-time web search with snippets | $0.001/request |
| text_to_speech | Convert text to speech (multiple languages) | $0.001/request |
| take_screenshot | Screenshot any website | $0.002/request |
| generate_qr_code | Generate QR codes | $0.001/request |
| get_weather | Current weather + forecast | $0.001/request |
| get_crypto_price | Crypto prices and 24h stats | $0.001/request |
| validate_email | Email validation (MX, disposable, format) | $0.001/request |
| whatsapp_send | Send WhatsApp messages via template | $0.002/message |
| whatsapp_reply | Reply in active WhatsApp conversation | $0.002/message |
Usage Examples
Once configured, just ask your AI assistant:
- "Generate an image of a sunset over the Amazon rainforest in 16:9 format"
- "Search the web for the latest news about AI agents"
- "Scrape the content from https://example.com"
- "Convert this text to speech in Portuguese: Olá, tudo bem?"
- "Take a screenshot of https://iteratools.com"
- "What's the current price of Bitcoin?"
- "Get the weather forecast for São Paulo for the next 5 days"
Without an API Key
Tools still work without an API key — you'll receive a payment prompt with the cost in USDC and a wallet address to pay on Base. Great for testing!
Links
- 🌐 Website: iteratools.com
- 📦 npm: npmjs.com/package/mcp-iteratools
- 🛠️ GitHub: github.com/iterasoft/mcp-iteratools
License
MIT © Iterasoft
