A pay-per-use toolkit connecting Claude to 40+ production APIs through x402 micropayments on Base. You get Flux 1.1 Pro image generation, Kling video creation, web scraping, PDF manipulation, TTS with Azure voices, browser automation via Playwright, and sandboxed code execution. Also includes utilities like QR codes, OCR, background removal, weather data, crypto prices, and WhatsApp messaging. Pricing runs from $0.001 for simple utils to $0.05 for video generation. No subscriptions, just USDC micropayments or API key credits. Useful when you need Claude to generate a chart, scrape a site, or spin up media without building integrations yourself.
Public tool metadata for what this MCP can expose to an agent.
image_generateGenerate an image using Flux 1.1 Pro AI model. Returns image URL. ($0.005/image)3 paramsGenerate an image using Flux 1.1 Pro AI model. Returns image URL. ($0.005/image)
stylestringpromptstringaspect_ratiostring1:1 · 16:9 · 9:16 · 4:3 · 2:1default: 1:1image_remove_backgroundRemove background from an image URL. Returns PNG with transparent background. ($0.003/image)1 paramsRemove background from an image URL. Returns PNG with transparent background. ($0.003/image)
image_urlstringvideo_generateGenerate a 5-second video from a prompt using Kling v1.6 Pro. ($0.05/video)3 paramsGenerate a 5-second video from a prompt using Kling v1.6 Pro. ($0.05/video)
promptstringdurationnumber5 · 10default: 5aspect_ratiostring16:9 · 9:16 · 1:1default: 16:9web_scrapeScrape any URL and return clean markdown text. Works on JS-rendered pages. ($0.002/request)3 paramsScrape any URL and return clean markdown text. Works on JS-rendered pages. ($0.002/request)
urlstringformatstringmarkdown · text · htmldefault: markdownmaxCharsnumberweb_searchSearch the web and return real-time results with titles, URLs and snippets. ($0.001/request)3 paramsSearch the web and return real-time results with titles, URLs and snippets. ($0.001/request)
countnumberquerystringcountrystringtext_to_speechConvert text to natural-sounding speech. Returns audio URL. ($0.001/request)3 paramsConvert text to natural-sounding speech. Returns audio URL. ($0.001/request)
langstringtextstringvoicestringtake_screenshotTake a screenshot of any website URL. Returns image URL. ($0.002/request)4 paramsTake a screenshot of any website URL. Returns image URL. ($0.002/request)
urlstringwidthnumberheightnumberfullPagebooleangenerate_qr_codeGenerate a QR code for any text or URL. Returns image URL. ($0.001/request)2 paramsGenerate a QR code for any text or URL. Returns image URL. ($0.001/request)
sizenumbertextstringget_weatherGet current weather and forecast for any location. ($0.001/request)2 paramsGet current weather and forecast for any location. ($0.001/request)
daysnumberlocationstringget_crypto_priceGet current cryptocurrency price and 24h stats. ($0.001/request)1 paramsGet current cryptocurrency price and 24h stats. ($0.001/request)
symbolstringvalidate_emailValidate an email address — checks format, MX records, disposable status. ($0.001/request)1 paramsValidate an email address — checks format, MX records, disposable status. ($0.001/request)
emailstringwhatsapp_sendSend a WhatsApp message to a phone number. Initiates with a template. Returns conversation_id for follow-up replies. ($0.07/conversation)3 paramsSend a WhatsApp message to a phone number. Initiates with a template. Returns conversation_id for follow-up replies. ($0.07/conversation)
tostringmax_hoursnumbercallback_urlstringwhatsapp_replySend a free-text reply within an active WhatsApp conversation (within 24h window). ($0.005/message)2 paramsSend a free-text reply within an active WhatsApp conversation (within 24h window). ($0.005/message)
messagestringconversation_idstringProduction-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.
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.
npx iteratools-mcp
Set your API key via environment variable:
ITERATOOLS_API_KEY=your-api-key npx iteratools-mcp
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 mcp add iteratools -- npx iteratools-mcp
Then set your key:
export ITERATOOLS_API_KEY=your-api-key
Add to your MCP settings:
{
"mcpServers": {
"iteratools": {
"command": "npx",
"args": ["iteratools-mcp"],
"env": {
"ITERATOOLS_API_KEY": "your-api-key"
}
}
}
}
{
"mcpServers": {
"iteratools": {
"type": "http",
"url": "https://iteratools--iterasoft.run.tools/mcp",
"headers": {
"Authorization": "Bearer your-api-key"
}
}
}
}
| 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_extract, pdf_generate | |
| 🌐 Web | scrape, screenshot, search, browser_act (Playwright) |
| 🔊 Audio | tts (text-to-speech), transcribe |
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 |
# 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"}'
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
🟢 All Systems Operational — iteratools.com/status
ITERATOOLS_API_KEYsecretYour IteraTools API key from iteratools.com
csoai-org/pdf-document-mcp
xt765/mcp-document-converter
io.github.xjtlumedia/markdown-formatter
io.github.ai-aviate/better-notion
suekou/mcp-notion-server
meterlong/mcp-doc