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

io.github.wrenchpilot/it-tools-mcp

NPM · IT-TOOLS-MCP · 2 COMPONENTS · SCANNED SEP 20

MCP server exposing 100+ IT tools and utilities for developers and system administrators.

−1 this week 91 Trust /100

Deprecated

This server is marked deprecated in the MCP registry.

Trust breakdown (7 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 → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 75 of 220 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to wrenchpilot/it-tools-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 127 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability81
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 5576 tokens (~38/item across 144 items; 119 tools + 25 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management80
  • Stability observed for 24 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 119 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • Manipulation not yet verified: only 119 of 120 captured unit(s) of tool text has been judged so far, so we will not certify text no model has read as clean.Unverified
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.wrenchpilot/it-tools-mcp server?

io.github.wrenchpilot/it-tools-mcp runs locally as an npm package, launched with npx -y it-tools-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · it-tools-mcp

# add to Claude Code
claude mcp add wrenchpilot-it-tools-mcp -- npx -y it-tools-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "wrenchpilot-it-tools-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "it-tools-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "wrenchpilot-it-tools-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "it-tools-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add wrenchpilot-it-tools-mcp -- npx -y it-tools-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wrenchpilot-it-tools-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "it-tools-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add wrenchpilot-it-tools-mcp --command npx --arg -y --arg it-tools-mcp
# ~/.hermes/config.yaml
mcp_servers:
  wrenchpilot-it-tools-mcp:
    command: "npx"
    args: ["-y", "it-tools-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "wrenchpilot-it-tools-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "it-tools-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add wrenchpilot-it-tools-mcp -t stdio -c npx -a -y it-tools-mcp
// mcp.json
{
  "mcpServers": {
    "wrenchpilot-it-tools-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "it-tools-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.

  • 19 Sept 26 −3
    • Stability: pass → 0.77 functional
  • 18 Sept 26 +1
    • Stability: 0.97 → pass security
  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 11 Sept 26 +1
    • Stability: 0.97 → pass security
  • 9 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 6 Sept 26 −2
    • Stability: pass → 0.83 functional
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 20 Sept 2026 · Analysed npm/it-tools-mcp@5.10.8

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo wrenchpilot/it-tools-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/wrenchpilot/it-tools-mcp/.github/workflows/main.yml@refs/heads/master
Rekor log index 1548390619
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:a58dbd92dd748f679bdf3a3eddc23caeecef88c100ea3442c27e29f2b6449c7900ee3b07a605b17e082cfb9bd205b273e80a837d24ea474a933569026

Background: How many MCP packages publish verified provenance →

Dependencies 220 packages
Packages resolved 220
Stale 75
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 119 exposed · ~5,296 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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
encrypt_ansible_vault ~55

Encrypt text using Ansible Vault format

NameTypeReqDescription
passwordstringyesPassword for encryption
textstringyesText to encrypt
vaultIdstringVault ID for the encrypted content (optional)

No output schema declared.

No examples provided.

evaluate_math ~37

Safely evaluate mathematical expressions

NameTypeReqDescription
expressionstringyesMathematical expression to evaluate (e.g., '2 + 3 * 4')

No output schema declared.

No examples provided.

fang_url ~58

Defang or refang URLs for safe sharing (security analysis)

NameTypeReqDescription
operationstringyesWhether to defang (make safe) or refang (restore) URLs
textstringyesText containing URLs to fang/defang

No output schema declared.

No examples provided.

format_css ~44

Format and prettify CSS code

NameTypeReqDescription
cssstringyesCSS code to format
indentSizenumberNumber of spaces for indentation (default: 2)

No output schema declared.

No examples provided.

format_html ~40

Format and beautify HTML code

NameTypeReqDescription
htmlstringyesHTML code to prettify
indentSizenumberNumber of spaces for indentation

No output schema declared.

No examples provided.

format_javascript ~59

Format and beautify JavaScript/CSS code

NameTypeReqDescription
codestringyesJavaScript or CSS code to prettify
indentSizenumberNumber of spaces for indentation
typestringyesType of code to format

No output schema declared.

No examples provided.

format_json ~58

Format and prettify JSON with proper indentation. Example: {"a":1,"b":2} → formatted JSON with customizable spacing

NameTypeReqDescription
indentnumberNumber of spaces for indentation
jsonstringyesJSON string to format

No output schema declared.

No examples provided.

format_phone ~50

Parse and format phone numbers

NameTypeReqDescription
countryCodestringCountry code (e.g., 'US', 'GB', 'FR')
phoneNumberstringyesPhone number to parse and format

No output schema declared.

No examples provided.

format_sql ~97

Format and prettify SQL queries

NameTypeReqDescription
dialectstringSQL dialect to use for formatting (e.g., 'sql', 'mysql', 'postgresql', 'sqlite', 'mariadb', 'db2', 'plsql', 'n1ql', 'redshift', 'spark', 'tsql', 'trino', 'bigquery'). Default is 'sql'.
sqlstringyesSQL query to format

No output schema declared.

No examples provided.

format_xml ~37

Format and prettify XML

NameTypeReqDescription
indentnumberNumber of spaces for indentation
xmlstringyesXML string to format

No output schema declared.

No examples provided.

format_yaml ~25

Format and prettify YAML

NameTypeReqDescription
yamlstringyesYAML string to format

No output schema declared.

No examples provided.

generate_ansible_inventory ~34

Parse and validate Ansible inventory files

NameTypeReqDescription
inventorystringyesAnsible inventory content (INI or YAML format)

No output schema declared.

No examples provided.

generate_ascii_art ~91

Generate ASCII art text using figlet fonts. Example: 'Hello' → stylized ASCII text art, supports 295+ fonts

NameTypeReqDescription
fontstringASCII art font style. Supports all 295+ figlet fonts. Use 'standard' if unsure.
textstringyesText to convert to ASCII art, or use 'LIST_FONTS' to get all available font names

No output schema declared.

No examples provided.

generate_basic_auth ~31

Generate HTTP Basic Authentication header

NameTypeReqDescription
passwordstringyesPassword
usernamestringyesUsername

No output schema declared.

No examples provided.

generate_bip39 ~31

Generate BIP39 mnemonic phrases

NameTypeReqDescription
wordCountstringNumber of words in the mnemonic

No output schema declared.

No examples provided.

generate_crontab ~119

Generate crontab expressions

NameTypeReqDescription
dayOfMonthstringDay of month (1-31, *, */n, n-m)
dayOfWeekstringDay of week (0-7, *, */n, n-m)
hourstringHour (0-23, *, */n, n-m)
minutestringMinute (0-59, *, */n, n-m)
monthstringMonth (1-12, *, */n, n-m)

No output schema declared.

No examples provided.

generate_hmac ~50

Generate HMAC (Hash-based Message Authentication Code)

NameTypeReqDescription
algorithmstringHash algorithm
keystringyesSecret key for HMAC
messagestringyesMessage to authenticate

No output schema declared.

No examples provided.

generate_ipv6_ula ~43

Generate IPv6 Unique Local Address (ULA) prefix

NameTypeReqDescription
globalIdstringGlobal ID (40 bits in hex, auto-generated if not provided)

No output schema declared.

No examples provided.

generate_lorem_ipsum ~41

Generate Lorem Ipsum placeholder text

NameTypeReqDescription
countnumberNumber of items to generate
typestringType of content to generate

No output schema declared.

No examples provided.

generate_mac_address ~44

Generate random MAC address

NameTypeReqDescription
prefixstringMAC address prefix (e.g., '00:1B:44')
separatorstringSeparator character

No output schema declared.

No examples provided.

generate_markdown_toc ~65

Generate a table of contents from Markdown headers

NameTypeReqDescription
generateAnchorsbooleanWhether to generate anchor links
markdownstringyesMarkdown content to generate TOC from
maxLevelnumberMaximum header level to include (1-6)

No output schema declared.

No examples provided.

generate_numeronym ~36

Generate numeronyms (abbreviations with numbers) from text

NameTypeReqDescription
textstringyesText to convert to numeronym

No output schema declared.

No examples provided.

generate_otp ~57

Generate Time-based One-Time Password (TOTP) codes

NameTypeReqDescription
digitsnumberNumber of digits in the code
periodnumberTime period in seconds
secretstringyesBase32 encoded secret key

No output schema declared.

No examples provided.

generate_password ~66

Generate a secure password

NameTypeReqDescription
includeLowercasebooleanInclude lowercase letters
includeNumbersbooleanInclude numbers
includeSymbolsbooleanInclude symbols
includeUppercasebooleanInclude uppercase letters
lengthnumberPassword length

No output schema declared.

No examples provided.

generate_qr_code ~79

Generate QR code for any text including URLs, WiFi networks, contact info, etc.

NameTypeReqDescription
sizenumberSize multiplier (1-3)
textstringyesText to encode in QR code (URLs, WiFi: WIFI:T:WPA;S:network;P:password;;, contact info, etc.)

No output schema declared.

No examples provided.

generate_random_port ~56

Generate random port numbers

NameTypeReqDescription
countnumberNumber of ports to generate
excludearrayPorts to exclude
maxnumberMaximum port number
minnumberMinimum port number

No output schema declared.

No examples provided.

generate_svg_placeholder ~71

Generate SVG placeholder images

NameTypeReqDescription
backgroundColorstringBackground color (hex)
heightnumberHeight in pixels
textstringCustom text (default: dimensions)
textColorstringText color (hex)
widthnumberWidth in pixels

No output schema declared.

No examples provided.

generate_token ~50

Generate secure random tokens

NameTypeReqDescription
charsetstringCharacter set to use
customCharsstringCustom characters (required if charset is 'custom')
lengthnumberToken length

No output schema declared.

No examples provided.

generate_traefik_compose ~105

Generate Traefik Docker Compose configuration

NameTypeReqDescription
domainstringDomain for Traefik services (default: example.com)
emailstringEmail for Let's Encrypt (default: admin@example.com)
networkstringDocker network name (default: traefik)
serviceImagestringExample service image (default: nginx:latest)
serviceNamestringExample service name (default: webapp)

No output schema declared.

No examples provided.

generate_ulid ~52

Generate Universally Unique Lexicographically Sortable Identifier (ULID). Example: creates time-sortable unique IDs like '01ARZ3NDEKTSV4RRFFQ69G5FAV'

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

generate_uuid ~39

Generate a universally unique identifier (UUID). Example: generates "550e8400-e29b-41d4-a716-446655440000"

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

grep ~33

Search for patterns in files

NameTypeReqDescription
filestringyesFile path
patternstringyesPattern to search for

No output schema declared.

No examples provided.

hash_bcrypt ~64

Generate bcrypt hash or verify password against hash

NameTypeReqDescription
hashstringExisting hash to verify against (for verification)
passwordstringyesPassword to hash or verify
roundsnumberNumber of salt rounds (4-12, default 10)

No output schema declared.

No examples provided.

hash_md5 ~27

Generate MD5 hash

NameTypeReqDescription
textstringyesText to hash with MD5

No output schema declared.

No examples provided.

hash_sha1 ~27

Generate SHA1 hash

NameTypeReqDescription
textstringyesText to hash with SHA1

No output schema declared.

No examples provided.

hash_sha256 ~47

Generate SHA256 hash of input text. Example: "hello" → "2cf24dba4f21d..."

NameTypeReqDescription
textstringyesText to hash with SHA256

No output schema declared.

No examples provided.

hash_sha512 ~27

Generate SHA512 hash

NameTypeReqDescription
textstringyesText to hash with SHA512

No output schema declared.

No examples provided.

head ~33

Display the beginning of a file

NameTypeReqDescription
filestringyesFile path
linesnumberNumber of lines

No output schema declared.

No examples provided.

identify_file_type ~47

Identify file type based on magic numbers/file signatures

NameTypeReqDescription
datastringyesHex data or base64 data of file header
formatstringyesFormat of the input data

No output schema declared.

No examples provided.

logging_setLevel ~51

Set the minimum logging level for MCP logging notifications. Available levels: debug, info, notice, warning, error, critical, alert, emergency

NameTypeReqDescription
levelstringyesThe minimum log level to report

No output schema declared.

No examples provided.

logging_status ~16

Get current MCP logging configuration and status

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

lookup_http_status ~31

Get information about HTTP status codes

NameTypeReqDescription
codenumberHTTP status code to look up (optional)

No output schema declared.

No examples provided.

lookup_mime_types ~54

Look up MIME types for file extensions

NameTypeReqDescription
inputstringyesFile extension (e.g., 'txt') or MIME type (e.g., 'text/plain')
lookupTypestringLookup direction

No output schema declared.

No examples provided.

lookup_port_numbers ~36

Look up common TCP/UDP port numbers and their services

NameTypeReqDescription
querystringyesPort number or service name to look up

No output schema declared.

No examples provided.

minify_json ~41

Minify JSON by removing whitespace and unnecessary characters. Example: formatted JSON → compact single-line JSON

NameTypeReqDescription
jsonstringyesJSON string to minify

No output schema declared.

No examples provided.

normalize_email ~31

Normalize email addresses (remove dots, plus aliases, etc.)

NameTypeReqDescription
emailstringyesEmail address to normalize

No output schema declared.

No examples provided.

nslookup ~30

Perform DNS lookup on a hostname or IP address

NameTypeReqDescription
targetstringyesHostname or IP address

No output schema declared.

No examples provided.

obfuscate_string ~48

Obfuscate text by replacing characters with their HTML entities or other representations

NameTypeReqDescription
methodstringObfuscation method
textstringyesText to obfuscate

No output schema declared.

No examples provided.

parse_ansible_inventory ~34

Parse and validate Ansible inventory files

NameTypeReqDescription
inventorystringyesAnsible inventory content (INI or YAML format)

No output schema declared.

No examples provided.

parse_url ~23

Parse URL into components

NameTypeReqDescription
urlstringyesURL to parse

No output schema declared.

No examples provided.

Common questions

What is the io.github.wrenchpilot/it-tools-mcp server?

io.github.wrenchpilot/it-tools-mcp is listed in the public MCP registry as io.github.wrenchpilot/it-tools-mcp. MCP server exposing 100+ IT tools and utilities for developers and system administrators. This page covers its npm package (it-tools-mcp).

Is the io.github.wrenchpilot/it-tools-mcp server safe to use?

io.github.wrenchpilot/it-tools-mcp scores 91 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.wrenchpilot/it-tools-mcp server expose?

io.github.wrenchpilot/it-tools-mcp exposes 119 tools: logging_setLevel, logging_status, system_info, decrypt_ansible_vault, encrypt_ansible_vault, and 114 more. Their descriptions and schemas cost roughly 5,296 tokens of context every time the server is loaded.

Is the io.github.wrenchpilot/it-tools-mcp server still maintained?

io.github.wrenchpilot/it-tools-mcp is marked deprecated in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.wrenchpilot/it-tools-mcp server under?

io.github.wrenchpilot/it-tools-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.