loading…
Search for a command to run...
loading…
Multi-tool API for AI agents with MCP support: image generation (Flux), web scraping, TTS, OCR, QR codes, weather, crypto, PDF, screenshots, and more. Pay-per-u
Multi-tool API for AI agents with MCP support: image generation (Flux), web scraping, TTS, OCR, QR codes, weather, crypto, PDF, screenshots, and more. Pay-per-use with x402 protocol.
MCP server for IteraTools API — 20+ AI-powered tools for AI agents, all under a single API key.
| Tool | Description | Price |
|---|---|---|
generate_image |
AI image generation (Flux 1.1 Pro) | $0.005 |
fast_image |
Fast image generation (Flux Schnell) | $0.002 |
remove_background |
Remove image background | $0.003 |
resize_image |
Resize an image | $0.001 |
ocr |
Extract text from image | $0.002 |
generate_video |
AI video generation | $0.050 |
screenshot |
Screenshot a webpage | $0.003 |
scrape |
Scrape webpage content | $0.002 |
search |
Web search (Brave) | $0.001 |
extract_pdf |
Extract text from PDF | $0.002 |
generate_pdf |
Generate PDF from HTML | $0.003 |
tts |
Text-to-speech | $0.001 |
qrcode |
Generate QR code | $0.001 |
weather |
Current weather data | $0.001 |
crypto_price |
Cryptocurrency prices | $0.001 |
shorten_url |
URL shortener | $0.001 |
validate_email |
Email validation | $0.001 |
Pay-per-use pricing with x402 protocol support.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"iteratools": {
"command": "npx",
"args": ["mcp-iteratools"],
"env": {
"ITERATOOLS_API_KEY": "it-XXXX-XXXX-XXXX"
}
}
}
}
Also available as a hosted MCP server on Smithery:
{
"mcpServers": {
"iteratools": {
"url": "https://server.smithery.ai/@iterasoft/iteratools/mcp?api_key=YOUR_KEY"
}
}
}
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"mcp-iteratools": {
"command": "npx",
"args": []
}
}
}