io.github.fredpsantos33/iteratools
40+ pay-per-use tools for AI agents: search, TTS, QR, PDF, scraping, image gen. x402.
Ask AI about io.github.fredpsantos33/iteratools
Powered by Claude Β· Grounded in docs
I know everything about io.github.fredpsantos33/iteratools. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
IteraTools MCP Server
Production-ready MCP server with 30+ tools for AI agents β QR codes, PDFs, text processing, TTS, web scraping, image generation, browser automation, code execution and more.
What is IteraTools?
IteraTools is a production-ready API platform providing ready-to-use utilities for AI agents and developers. With a single API key, access 30+ tools via the Model Context Protocol (MCP).
Uses x402 micropayments on Base β no subscription needed, pay per use in USDC. Or use API key credits.
Quick Start
npx (recommended)
npx iteratools-mcp
Set your API key via environment variable:
ITERATOOLS_API_KEY=your-api-key npx iteratools-mcp
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"iteratools": {
"command": "npx",
"args": ["iteratools-mcp"],
"env": {
"ITERATOOLS_API_KEY": "your-api-key"
}
}
}
}
Claude Code (CLI)
claude mcp add iteratools -- npx iteratools-mcp
Then set your key:
export ITERATOOLS_API_KEY=your-api-key
Cursor / Windsurf
Add to your MCP settings:
{
"mcpServers": {
"iteratools": {
"command": "npx",
"args": ["iteratools-mcp"],
"env": {
"ITERATOOLS_API_KEY": "your-api-key"
}
}
}
}
Smithery (remote, no install)
{
"mcpServers": {
"iteratools": {
"type": "http",
"url": "https://iteratools--iterasoft.run.tools/mcp",
"headers": {
"Authorization": "Bearer your-api-key"
}
}
}
}
Get an API Key
- Visit iteratools.com
- Click Get Started β free trial included
- Copy your API key
Available Tools (30+)
| Category | Tools |
|---|---|
| πΌοΈ Images | image_generate (Flux 1.1 Pro), image_fast, image_rembg (background removal), image_resize, image_ocr |
| π¬ Video | video_generate (Kling), video_frames |
| π PDF | pdf_extract, pdf_generate |
| π Web | scrape, screenshot, search, browser_act (Playwright) |
| π Audio | tts (text-to-speech), transcribe |
| π± WhatsApp | whatsapp_send, whatsapp_reply |
| π Data | weather, crypto_price, ip_geolocation, currency_convert, dns_lookup |
| π§ Utils | qrcode, url_shorten, email_validate, translate, chart_generate, spreadsheet_generate, code_execute |
Example Usage
# Generate a QR code
curl -X POST https://api.iteratools.com/qrcode \
-H "Authorization: Bearer your-key" \
-d '{"text": "https://iteratools.com"}'
# Generate an image with Flux
curl -X POST https://api.iteratools.com/image/generate \
-H "Authorization: Bearer your-key" \
-d '{"prompt": "a sunset over mountains, photorealistic"}'
# Scrape a webpage
curl -X POST https://api.iteratools.com/scrape \
-H "Authorization: Bearer your-key" \
-d '{"url": "https://example.com"}'
# Text to speech
curl -X POST https://api.iteratools.com/tts \
-H "Authorization: Bearer your-key" \
-d '{"text": "Hello world", "voice": "en-US-JennyNeural"}'
Pricing
Pay per use β no subscription:
| Tool | Price |
|---|---|
| Image generate (Flux 1.1 Pro) | $0.005 |
| Image fast | $0.002 |
| Video generate | $0.05 |
| Browser automation | $0.005 |
| Code execution | $0.003 |
| PDF/Web/Utils tools | $0.001β0.003 |
Full pricing: iteratools.com/#pricing
Status
π’ All Systems Operational β iteratools.com/status
Links
- π Website
- π¦ npm
- π API Reference
- π Status Page
- π GitHub
