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
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 143 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add fredpsantos33-iteratools -- npx -y iteratools-mcp
codex mcp add fredpsantos33-iteratools -- npx -y iteratools-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"fredpsantos33-iteratools": {
"type": "local",
"command": [
"npx",
"-y",
"iteratools-mcp"
],
"enabled": true
}
}
} openclaw mcp add fredpsantos33-iteratools --command npx --arg -y --arg iteratools-mcp
mcp_servers:
fredpsantos33-iteratools:
command: "npx"
args: ["-y", "iteratools-mcp"] {
"mcpServers": {
"fredpsantos33-iteratools": {
"command": "npx",
"args": [
"-y",
"iteratools-mcp"
]
}
}
} 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.
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.
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.
calendar_holidays ~85
Get public holidays for any country and year. Supports 100+ countries. Returns date, name, localName, types, and regional scope.
| Name | Type | Req | Description |
|---|---|---|---|
| countryCode | string | yes | ISO 3166-1 alpha-2 country code (e.g. US, BR, DE, FR, GB) |
| year | integer | — | Year to query (defaults to current year) |
No output schema declared.
No examples provided.
crypto_price ~51
Get current cryptocurrency price from CoinGecko.
| Name | Type | Req | Description |
|---|---|---|---|
| coin | string | yes | Coin ID (e.g. bitcoin, ethereum, solana) |
| currency | string | — | Currency (usd, brl, eur) |
No output schema declared.
No examples provided.
email_validate ~30
Validate an email address (syntax + MX DNS check).
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | Email 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).
| Name | Type | Req | Description |
|---|---|---|---|
| height | integer | — | — |
| prompt | string | yes | Image generation prompt |
| width | integer | — | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| height | integer | — | Image height in pixels |
| prompt | string | yes | Image generation prompt |
| width | integer | — | Image 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.
| Name | Type | Req | Description |
|---|---|---|---|
| error_level | string | — | Error correction: L, M, Q, H |
| size | integer | — | Size in pixels |
| text | string | yes | Text or URL to encode |
No output schema declared.
No examples provided.
scrape_url ~41
Scrape and extract text content from a webpage.
| Name | Type | Req | Description |
|---|---|---|---|
| format | string | — | Output format: text or html |
| url | string | yes | URL to scrape |
No output schema declared.
No examples provided.
screenshot ~51
Take a screenshot of a webpage. Returns base64 encoded image.
| Name | Type | Req | Description |
|---|---|---|---|
| format | string | — | — |
| height | integer | — | — |
| url | string | yes | URL to screenshot |
| width | integer | — | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| text | string | yes | Text 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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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 |
No output schema declared.
No examples provided.
text_to_speech ~76
Convert text to speech audio. Returns base64 encoded audio.
| Name | Type | Req | Description |
|---|---|---|---|
| format | string | — | Audio format: mp3 or wav |
| text | string | yes | Text to convert to speech |
| voice | string | — | Voice 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.
| Name | Type | Req | Description |
|---|---|---|---|
| url | string | yes | URL to shorten |
No output schema declared.
No examples provided.
weather ~37
Get current weather for any city or location.
| Name | Type | Req | Description |
|---|---|---|---|
| location | string | yes | City name or location |
| units | string | — | metric or imperial |
No output schema declared.
No examples provided.
web_search ~62
Search the web using Brave Search API. Returns titles, URLs, and descriptions.
| Name | Type | Req | Description |
|---|---|---|---|
| count | integer | — | Number of results (1-10) |
| country | string | — | Country code (US, BR, etc) |
| query | string | yes | Search query |
No output schema declared.
No examples provided.