# io.github.fredpsantos33/iteratools (npm · iteratools-mcp)

40+ pay-per-use tools for AI agents: search, TTS, QR, PDF, scraping, image gen. x402.

- Trust score: 66/100 (medium)
- Change this week: +20
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `iteratools-mcp`: 66/100 (this document), [markdown](https://verifymcp.io/servers/fredpsantos33-iteratools/iteratools-mcp.md), [page](https://verifymcp.io/servers/fredpsantos33-iteratools/iteratools-mcp)

## Channel facts

- Registry: `npm`
- Package: `iteratools-mcp`
- Version: `1.0.5`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (100 of 104), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (100 of 104), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 143 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 64/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 777 tokens (~55/item across 14 items; 14 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 95/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 85% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add fredpsantos33-iteratools -- npx -y iteratools-mcp
```

### Codex

```bash
codex mcp add fredpsantos33-iteratools -- npx -y iteratools-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "fredpsantos33-iteratools": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "iteratools-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add fredpsantos33-iteratools --command npx --arg -y --arg iteratools-mcp
```

### Hermes

```yaml
mcp_servers:
  fredpsantos33-iteratools:
    command: "npx"
    args: ["-y", "iteratools-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "fredpsantos33-iteratools": {
      "command": "npx",
      "args": [
        "-y",
        "iteratools-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 66, +45)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [functional regression] Security disclosure: fail → unverified
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Schema quality: unverified → good
- [functional] Licence: MIT

### 2026-07-31 (score 21, −7)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 28, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (14)

### `generate_image` (~60 tokens)

Generate an AI image using Flux 1.1 Pro. Returns a URL to the generated image.

Input parameters:

- `height` (integer): Image height in pixels
- `prompt` (string, required): Image generation prompt
- `width` (integer): Image width in pixels

### `fast_image` (~50 tokens)

Generate a fast AI image using Flux Schnell (cheaper, faster, slightly lower quality).

Input parameters:

- `height` (integer)
- `prompt` (string, required): Image generation prompt
- `width` (integer)

### `web_search` (~62 tokens)

Search the web using Brave Search API. Returns titles, URLs, and descriptions.

Input parameters:

- `count` (integer): Number of results (1-10)
- `country` (string): Country code (US, BR, etc)
- `query` (string, required): Search query

### `scrape_url` (~41 tokens)

Scrape and extract text content from a webpage.

Input parameters:

- `format` (string): Output format: text or html
- `url` (string, required): URL to scrape

### `text_to_speech` (~76 tokens)

Convert text to speech audio. Returns base64 encoded audio.

Input parameters:

- `format` (string): Audio format: mp3 or wav
- `text` (string, required): Text to convert to speech
- `voice` (string): Voice name (e.g. pt-BR-AntonioNeural, en-US-JennyNeural)

### `screenshot` (~51 tokens)

Take a screenshot of a webpage. Returns base64 encoded image.

Input parameters:

- `format` (string)
- `height` (integer)
- `url` (string, required): URL to screenshot
- `width` (integer)

### `qr_code` (~66 tokens)

Generate a QR code for any text or URL. Returns a base64 PNG data URL.

Input parameters:

- `error_level` (string): Error correction: L, M, Q, H
- `size` (integer): Size in pixels
- `text` (string, required): Text or URL to encode

### `weather` (~37 tokens)

Get current weather for any city or location.

Input parameters:

- `location` (string, required): City name or location
- `units` (string): metric or imperial

### `crypto_price` (~51 tokens)

Get current cryptocurrency price from CoinGecko.

Input parameters:

- `coin` (string, required): Coin ID (e.g. bitcoin, ethereum, solana)
- `currency` (string): Currency (usd, brl, eur)

### `email_validate` (~30 tokens)

Validate an email address (syntax + MX DNS check).

Input parameters:

- `email` (string, required): Email address to validate

### `url_shorten` (~32 tokens)

Shorten a URL using the IteraTools URL shortener.

Input parameters:

- `url` (string, required): URL to shorten

### `calendar_holidays` (~85 tokens)

Get public holidays for any country and year. Supports 100+ countries. Returns date, name, localName, types, and regional scope.

Input parameters:

- `countryCode` (string, required): ISO 3166-1 alpha-2 country code (e.g. US, BR, DE, FR, GB)
- `year` (integer): Year to query (defaults to current year)

### `sentiment_analysis` (~61 tokens)

Analyze the sentiment of text. Returns positive, negative, or neutral label with a numeric score (AFINN-165), comparative score, and lists of positive/negative words found.

Input parameters:

- `text` (string, required): Text to analyze (max 10000 chars)

### `summarize` (~75 tokens)

Extract key sentences from text or URL. Returns a concise extractive summary using TF-IDF scoring.

Input parameters:

- `sentences` (number): Number of sentences in summary (default 3, max 10)
- `text` (string): Text to summarize (max 50000 chars)
- `url` (string): URL to fetch and summarize

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/fredpsantos33-iteratools/iteratools-mcp#diagnostics

## Score history

- 2026-08-03: 66
- 2026-08-02: 66
- 2026-08-01: 21
- 2026-07-31: 21
- 2026-07-30: 28
- 2026-07-28: 46
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/iteratools-mcp
- Socket report: https://socket.dev/npm/package/iteratools-mcp
- Repository: https://github.com/fredpsantos33/iteratools-mcp
- Changelog RSS feed: https://verifymcp.io/servers/fredpsantos33-iteratools/iteratools-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/fredpsantos33-iteratools/iteratools-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/fredpsantos33-iteratools/iteratools-mcp
