IteraTools MCP Server
Production-ready MCP server with 40+ tools — QR codes, PDFs, text processing, TTS, web scraping, image generation and more.
What is IteraTools?
IteraTools is a Brazilian API platform providing ready-to-use utilities for AI agents and developers. With a single API key, access 40+ tools via the Model Context Protocol (MCP).
Available Tools
| Category | Tools |
|---|---|
| QR & Barcodes | Generate QR codes, barcodes |
| HTML to PDF, merge, split, watermark | |
| Text | Summarize, translate, extract, format |
| Images | Generate, resize, convert, watermark |
| Audio | TTS (text-to-speech), transcription |
| Web | Scrape, screenshot, metadata |
| Utils | UUID, hash, base64, URL shortener |
MCP Configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"iteratools": {
"command": "npx",
"args": ["-y", "@iteratools/mcp"],
"env": {
"ITERATOOLS_API_KEY": "your-api-key"
}
}
}
}
Get Started
- Sign up at iteratools.com
- Get your API key
- Add to your MCP client config above