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

OCI · DOCKER.IO/WRENCHPILOT/IT-TOOLS-MCP:V5.10.8 · 2 COMPONENTS · SCANNED SEP 20

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

0 this week 52 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 Security0
  • Malware scan not yet available for this package.Unverified
  • Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
  • Install-script risk not yet assessed.Unverified
  • Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency45
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 Management83
  • Stability observed for 25 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

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

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

io.github.wrenchpilot/it-tools-mcp runs locally as a container image, launched with docker run --rm -i docker.io/wrenchpilot/it-tools-mcp:v5.10.8. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.

oci · docker.io/wrenchpilot/it-tools-mcp:v5.10.8

# add to Claude Code
claude mcp add wrenchpilot-it-tools-mcp -- docker run --rm -i docker.io/wrenchpilot/it-tools-mcp:v5.10.8
// .cursor/mcp.json
{
  "mcpServers": {
    "wrenchpilot-it-tools-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/wrenchpilot/it-tools-mcp:v5.10.8"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "wrenchpilot-it-tools-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/wrenchpilot/it-tools-mcp:v5.10.8"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add wrenchpilot-it-tools-mcp -- docker run --rm -i docker.io/wrenchpilot/it-tools-mcp:v5.10.8
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wrenchpilot-it-tools-mcp": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "docker.io/wrenchpilot/it-tools-mcp:v5.10.8"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  wrenchpilot-it-tools-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "docker.io/wrenchpilot/it-tools-mcp:v5.10.8"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "wrenchpilot-it-tools-mcp": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "docker.io/wrenchpilot/it-tools-mcp:v5.10.8"
      ]
    }
  }
}
// mcp.json
{
  "mcpServers": {
    "wrenchpilot-it-tools-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/wrenchpilot/it-tools-mcp:v5.10.8"
      ]
    }
  }
}
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.

  • 20 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.

  • 19 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 18 Sept 26 0
    • Stability: 0.97 → pass security
    • Security disclosure: unverified → fail functional
  • 17 Sept 26 +1
    • Security disclosure: fail → unverified functional
  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 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 0
    • Stability: 0.97 → pass security
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 oci/docker.io/wrenchpilot/it-tools-mcp:v5.10.8

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem oci
Reason No attestation published

Background: How many MCP packages publish verified provenance →

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
analyze_distinct_words ~33

Count distinct words in text and show their frequency

NameTypeReqDescription
textstringyesText to analyze for distinct words

No output schema declared.

No examples provided.

analyze_text_stats ~32

Get statistics about text (character count, word count, etc.)

NameTypeReqDescription
textstringyesText to analyze

No output schema declared.

No examples provided.

calculate_ip_subnet ~56

Calculate subnet information for IPv4

NameTypeReqDescription
cidrnumberyesCIDR notation (e.g., 24)
ipstringyesIPv4 address (e.g., 192.168.1.1)

No output schema declared.

No examples provided.

calculate_ipv4_subnet ~44

Calculate IPv4 subnet information

NameTypeReqDescription
cidrstringyesIPv4 CIDR notation (e.g., 192.168.1.0/24)

No output schema declared.

No examples provided.

calculate_ipv6_subnet ~57

Calculate IPv6 subnet information

NameTypeReqDescription
ipv6stringyesIPv6 address and prefix (e.g., 2001:db8::/32)
newPrefixnumberNew prefix length for subnetting

No output schema declared.

No examples provided.

calculate_percentage ~51

Calculate percentages, percentage of a number, or percentage change

NameTypeReqDescription
operationstringyesType of percentage calculation
value1numberyesFirst value
value2numberyesSecond value

No output schema declared.

No examples provided.

capitalize_text ~26

Capitalize first letter of each word

NameTypeReqDescription
textstringyesText to capitalize

No output schema declared.

No examples provided.

cat ~22

Display content of a file

NameTypeReqDescription
filestringyesFile path

No output schema declared.

No examples provided.

compare_json ~38

Compare two JSON objects and show differences

NameTypeReqDescription
json1stringyesFirst JSON object
json2stringyesSecond JSON object

No output schema declared.

No examples provided.

compare_text ~39

Compare two texts and show differences

NameTypeReqDescription
text1stringyesFirst text to compare
text2stringyesSecond text to compare

No output schema declared.

No examples provided.

convert_angle ~47

Convert between different angle units

NameTypeReqDescription
fromUnitstringyesSource angle unit
toUnitstringyesTarget angle unit
valuenumberyesAngle value to convert

No output schema declared.

No examples provided.

convert_cidr_to_ip_range ~46

Convert CIDR notation to IP address range

NameTypeReqDescription
cidrstringyesCIDR notation (e.g., 192.168.1.0/24)

No output schema declared.

No examples provided.

convert_docker_compose_to_run ~35

Convert Docker Compose files to docker run commands

NameTypeReqDescription
contentstringyesDocker Compose file content to convert

No output schema declared.

No examples provided.

convert_docker_run_to_compose ~38

Convert docker run commands to Docker Compose format

NameTypeReqDescription
commandsstringyesDocker run commands to convert (one per line)

No output schema declared.

No examples provided.

convert_energy ~47

Convert between different energy units

NameTypeReqDescription
fromUnitstringyesSource energy unit
toUnitstringyesTarget energy unit
valuenumberyesEnergy value to convert

No output schema declared.

No examples provided.

convert_hex_to_rgb ~38

Convert HEX color to RGB

NameTypeReqDescription
hexstringyesHEX color code (e.g., #FF5733 or FF5733)

No output schema declared.

No examples provided.

convert_html_to_markdown ~29

Convert HTML to Markdown

NameTypeReqDescription
htmlstringyesHTML content to convert to Markdown

No output schema declared.

No examples provided.

convert_ip_range_to_cidr ~44

Convert IP address range to CIDR notation(s)

NameTypeReqDescription
endIPstringyesEnding IP address
startIPstringyesStarting IP address

No output schema declared.

No examples provided.

convert_json_to_csv ~38

Convert JSON to CSV format

NameTypeReqDescription
delimiterstringCSV delimiter
jsonstringyesJSON string to convert to CSV

No output schema declared.

No examples provided.

convert_json_to_toml ~30

Convert JSON to TOML format

NameTypeReqDescription
jsonstringyesJSON string to convert

No output schema declared.

No examples provided.

convert_list ~64

Convert between different list formats (comma-separated, line-separated, etc.)

NameTypeReqDescription
inputFormatstringyesInput format
liststringyesInput list to convert
outputFormatstringyesOutput format
trimbooleanTrim whitespace from items

No output schema declared.

No examples provided.

convert_markdown_to_html ~29

Convert Markdown to HTML

NameTypeReqDescription
markdownstringyesMarkdown content to convert to HTML

No output schema declared.

No examples provided.

convert_number_base ~62

Convert numbers between different bases (binary, octal, decimal, hexadecimal)

NameTypeReqDescription
fromBasenumberyesSource base (2-36)
numberstringyesNumber to convert
toBasenumberyesTarget base (2-36)

No output schema declared.

No examples provided.

convert_power ~47

Convert between different power units

NameTypeReqDescription
fromUnitstringyesSource power unit
toUnitstringyesTarget power unit
valuenumberyesPower value to convert

No output schema declared.

No examples provided.

convert_rem_px ~110

Convert between REM and PX units for CSS. Example: Convert 1.5rem to pixels, or 24px to rem units.

NameTypeReqDescription
fromUnitstringyesSource unit - either 'rem' or 'px'
rootFontSizenumberRoot font size in pixels (default: 16px - standard browser default)
valuenumberyesValue to convert (e.g., 1.5 for 1.5rem or 24 for 24px)

No output schema declared.

No examples provided.

convert_rgb_to_hex ~55

Convert RGB color to HEX

NameTypeReqDescription
bnumberyesBlue value (0-255)
gnumberyesGreen value (0-255)
rnumberyesRed value (0-255)

No output schema declared.

No examples provided.

convert_roman_numerals ~42

Convert between Arabic numbers and Roman numerals

NameTypeReqDescription
inputstringyesNumber to convert (Arabic number 1-3999 or Roman numeral)

No output schema declared.

No examples provided.

convert_temperature ~49

Convert temperatures between Celsius, Fahrenheit, and Kelvin

NameTypeReqDescription
fromstringyesSource temperature unit
temperaturenumberyesTemperature value to convert
tostringyesTarget temperature unit

No output schema declared.

No examples provided.

convert_text_to_binary ~55

Convert text to binary and vice versa

NameTypeReqDescription
inputstringyesText to convert to binary, or binary to convert to text
operationstringyesOperation: encode text to binary or decode binary to text

No output schema declared.

No examples provided.

convert_text_to_camelcase ~54

Convert text to camelCase format. Example: 'hello world' → 'helloWorld', 'my-variable-name' → 'myVariableName'

NameTypeReqDescription
textstringyesText to convert to camelCase

No output schema declared.

No examples provided.

convert_text_to_kebabcase ~33

Convert text to kebab-case

NameTypeReqDescription
textstringyesText to convert to kebab-case

No output schema declared.

No examples provided.

convert_text_to_lowercase ~28

Convert text to lowercase

NameTypeReqDescription
textstringyesText to convert to lowercase

No output schema declared.

No examples provided.

convert_text_to_nato ~53

Convert text to NATO phonetic alphabet

NameTypeReqDescription
languagestringLanguage/country variant (International, France, Germany, etc.)
textstringyesText to convert to NATO phonetic alphabet

No output schema declared.

No examples provided.

convert_text_to_pascalcase ~31

Convert text to PascalCase

NameTypeReqDescription
textstringyesText to convert to PascalCase

No output schema declared.

No examples provided.

convert_text_to_unicode ~56

Convert text to Unicode code points and vice versa

NameTypeReqDescription
inputstringyesText to convert to Unicode or Unicode to convert to text
operationstringyesOperation: encode text to Unicode or decode Unicode to text

No output schema declared.

No examples provided.

convert_text_to_uppercase ~28

Convert text to uppercase

NameTypeReqDescription
textstringyesText to convert to uppercase

No output schema declared.

No examples provided.

convert_toml_to_json ~32

Convert TOML to JSON format

NameTypeReqDescription
tomlstringyesTOML string to convert

No output schema declared.

No examples provided.

convert_unix_timestamp ~35

Convert between Unix timestamps and human-readable dates

NameTypeReqDescription
inputstringyesUnix timestamp (seconds) or ISO date string

No output schema declared.

No examples provided.

curl ~78

Make HTTP requests to web endpoints. Example: GET request to an API or POST data to a server

NameTypeReqDescription
bodystringRequest body (for POST/PUT/PATCH)
headersobjectRequest headers (object of key-value pairs)
methodstringHTTP method
urlstringyesURL to request

No output schema declared.

No examples provided.

decode_base64 ~50

Decode Base64 text back to original text. Example: "SGVsbG8gV29ybGQ=" → "Hello World"

NameTypeReqDescription
textstringyesBase64 text to decode

No output schema declared.

No examples provided.

decode_html ~24

Decode HTML entities

NameTypeReqDescription
textstringyesHTML encoded text to decode

No output schema declared.

No examples provided.

decode_jwt ~29

Decode JWT token (header and payload only)

NameTypeReqDescription
tokenstringyesJWT token to decode

No output schema declared.

No examples provided.

decode_safelink ~31

Decode Microsoft Outlook SafeLink URLs

NameTypeReqDescription
safelinkstringyesSafeLink URL to decode

No output schema declared.

No examples provided.

decode_url ~24

URL decode text

NameTypeReqDescription
textstringyesURL encoded text to decode

No output schema declared.

No examples provided.

decrypt_ansible_vault ~45

Decrypt Ansible Vault encrypted text

NameTypeReqDescription
encryptedTextstringyesAnsible Vault encrypted text to decrypt
passwordstringyesPassword for decryption

No output schema declared.

No examples provided.

dig ~36

Perform DNS lookup with dig command

NameTypeReqDescription
targetstringyesHostname or IP address
typestringDNS record type

No output schema declared.

No examples provided.

encode_base64 ~49

Encode text to Base64 format. Example: "Hello World" → "SGVsbG8gV29ybGQ="

NameTypeReqDescription
textstringyesText to encode to Base64

No output schema declared.

No examples provided.

encode_html ~23

Encode HTML entities

NameTypeReqDescription
textstringyesText to HTML encode

No output schema declared.

No examples provided.

encode_html_entities ~39

Extended HTML entity encoding/decoding

NameTypeReqDescription
operationstringyesOperation to perform
textstringyesText to encode or decode

No output schema declared.

No examples provided.

encode_url ~23

URL encode text

NameTypeReqDescription
textstringyesText to URL encode

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 container image (docker.io/wrenchpilot/it-tools-mcp:v5.10.8).

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

io.github.wrenchpilot/it-tools-mcp scores 52 out of 100 on VerifyMCP. 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.