Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ITERATOOLS_API_KEY | Yes | Your IteraTools API key. Obtain one by visiting iteratools.com. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| image_generate | Generate an image using Flux 1.1 Pro AI model ($0.005) |
| image_fast | Generate an image quickly using Flux Schnell (faster, cheaper) ($0.002) |
| image_rembg | Remove background from an image ($0.003) |
| image_resize | Resize an image to specified dimensions ($0.001) |
| image_ocr | Extract text from an image using OCR ($0.002) |
| video_generate | Generate a short video from a prompt using Kling AI ($0.05) |
| tts | Convert text to speech (MP3) ($0.002) |
| audio_transcribe | Transcribe audio from a URL using Whisper AI ($0.003/min) |
| scrape | Scrape and extract text content from a URL ($0.001) |
| screenshot | Take a screenshot of a webpage ($0.003) |
| search | Search the web and return results ($0.002) |
| browser_act | Automate browser actions (click, fill, extract, navigate) ($0.005) |
| pdf_extract | Extract text from a PDF file ($0.003) |
| pdf_generate | Generate a PDF from HTML content ($0.003) |
| qrcode | Generate a QR code image ($0.001) |
| url_shorten | Shorten a URL ($0.001) |
| email_validate | Validate an email address (format + MX check) ($0.001) |
| weather | Get current weather and forecast for a location ($0.001) |
| crypto_price | Get current cryptocurrency price ($0.001) |
| translate | Translate text to another language ($0.001) |
| dns_lookup | Lookup DNS records for a domain ($0.001) |
| spreadsheet_generate | Generate an Excel or CSV spreadsheet ($0.003) |
| chart_generate | Generate a chart image (bar, line, pie, etc.) ($0.002) |
| code_execute | Execute Python or JavaScript code in a sandbox ($0.01) |
| whatsapp_send | Send a WhatsApp message using a pre-approved template ($0.005) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |