Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.fredpsantos33/iteratools

NPM · ITERATOOLS-MCP · SCANNED AUG 3

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

Available components

+20 this week 66 Trust /100
Trust breakdown (6 categories)

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. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (100 of 104), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (100 of 104), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability64
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 777 tokens (~55/item across 14 items; 14 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage95
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 85% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · iteratools-mcp

# add to Claude Code
claude mcp add fredpsantos33-iteratools -- npx -y iteratools-mcp
# add to Codex CLI
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
    }
  }
}
# add to OpenClaw
openclaw mcp add fredpsantos33-iteratools --command npx --arg -y --arg iteratools-mcp
# ~/.hermes/config.yaml
mcp_servers:
  fredpsantos33-iteratools:
    command: "npx"
    args: ["-y", "iteratools-mcp"]
// mcp.json
{
  "mcpServers": {
    "fredpsantos33-iteratools": {
      "command": "npx",
      "args": [
        "-y",
        "iteratools-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +45
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Security disclosure: fail → unverified functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • Schema quality: unverified → good functional
    • Licence: MIT functional
  • 31 Jul 26 −7
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 100 packages

100 packages in the resolved dependency tree · 100 deprecated · 32 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 14 exposed · ~777 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
calendar_holidays ~85

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

NameTypeReqDescription
countryCodestringyesISO 3166-1 alpha-2 country code (e.g. US, BR, DE, FR, GB)
yearintegerYear to query (defaults to current year)

No output schema declared.

No examples provided.

crypto_price ~51

Get current cryptocurrency price from CoinGecko.

NameTypeReqDescription
coinstringyesCoin ID (e.g. bitcoin, ethereum, solana)
currencystringCurrency (usd, brl, eur)

No output schema declared.

No examples provided.

email_validate ~30

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

NameTypeReqDescription
emailstringyesEmail address to validate

No output schema declared.

No examples provided.

fast_image ~50

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

NameTypeReqDescription
heightinteger
promptstringyesImage generation prompt
widthinteger

No output schema declared.

No examples provided.

generate_image ~60

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

NameTypeReqDescription
heightintegerImage height in pixels
promptstringyesImage generation prompt
widthintegerImage width in pixels

No output schema declared.

No examples provided.

qr_code ~66

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

NameTypeReqDescription
error_levelstringError correction: L, M, Q, H
sizeintegerSize in pixels
textstringyesText or URL to encode

No output schema declared.

No examples provided.

scrape_url ~41

Scrape and extract text content from a webpage.

NameTypeReqDescription
formatstringOutput format: text or html
urlstringyesURL to scrape

No output schema declared.

No examples provided.

screenshot ~51

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

NameTypeReqDescription
formatstring
heightinteger
urlstringyesURL to screenshot
widthinteger

No output schema declared.

No examples provided.

sentiment_analysis ~61

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.

NameTypeReqDescription
textstringyesText to analyze (max 10000 chars)

No output schema declared.

No examples provided.

summarize ~75

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

NameTypeReqDescription
sentencesnumberNumber of sentences in summary (default 3, max 10)
textstringText to summarize (max 50000 chars)
urlstringURL to fetch and summarize

No output schema declared.

No examples provided.

text_to_speech ~76

Convert text to speech audio. Returns base64 encoded audio.

NameTypeReqDescription
formatstringAudio format: mp3 or wav
textstringyesText to convert to speech
voicestringVoice name (e.g. pt-BR-AntonioNeural, en-US-JennyNeural)

No output schema declared.

No examples provided.

url_shorten ~32

Shorten a URL using the IteraTools URL shortener.

NameTypeReqDescription
urlstringyesURL to shorten

No output schema declared.

No examples provided.

weather ~37

Get current weather for any city or location.

NameTypeReqDescription
locationstringyesCity name or location
unitsstringmetric or imperial

No output schema declared.

No examples provided.

web_search ~62

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

NameTypeReqDescription
countintegerNumber of results (1-10)
countrystringCountry code (US, BR, etc)
querystringyesSearch query

No output schema declared.

No examples provided.