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.scotia1973-bot/gadgethumans-mcp

NPM · GADGETHUMANS-MCP · SCANNED SEP 23

46 MCP tools + 300+ REST endpoints. Free tier, no API key. One-line install.

Available components

0 this week 66 Trust /100
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 Security99
  • 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
  • 31 of 113 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency19
  • Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
  • 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 52 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability37
  • AI-judged instruction clarity (poor).Fail
  • Tool/resource definitions use about 11993 tokens (~39/item across 302 items; 302 tools + 0 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 Safety50
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 3 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "remove_accents" implies "remove" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • Manipulation not yet verified: only 300 of 302 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.scotia1973-bot/gadgethumans-mcp server?

io.github.scotia1973-bot/gadgethumans-mcp runs locally as an npm package, launched with npx -y gadgethumans-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 · gadgethumans-mcp

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

  • 23 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 22 Sept 26 0
    • Stability: 0.97 → pass security
  • 21 Sept 26 +1

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

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

  • 17 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. Other categories moved too: Supply Chain Security rose 1.

  • 16 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 15 Sept 26 +1
    • Stability: 0.97 → pass security
  • 13 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.

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 23 Sept 2026 · Analysed npm/gadgethumans-mcp@1.0.7

Provenance No attestation

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

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 113 packages
Packages resolved 113
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 302 exposed · ~11,993 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
amortization_calc ~41

amortization calc — Finance & Math tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

anagram_check ~40

anagram check — Other Utilities tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

analyze_tone ~39

analyze tone — Other Utilities tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

angle_convert ~38

angle convert — Converters tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

area_convert ~38

area convert — Converters tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

ascii_table ~38

ascii table — Other Utilities tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

atbash_cipher ~40

atbash cipher — Other Utilities tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

auto_loan_calc ~42

auto loan calc — Finance & Math tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

binary_convert ~39

binary convert — Text & Encoding tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

blood_alcohol_calc ~41

blood alcohol calc — Other Utilities tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

bmr_calc ~41

bmr calc — Health & Fitness tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

body_fat_calc ~42

body fat calc — Health & Fitness tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

body_surface_area ~41

body surface area — Health & Fitness tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

bond_yield ~40

bond yield — Finance & Math tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

bracket_match ~38

bracket match — Other Utilities tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

bullets ~37

bullets — Content & AI tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

bytes_format ~38

bytes format — Converters tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

caesar_cipher ~40

caesar cipher — Other Utilities tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

cagr_calc ~41

cagr calc — Finance & Math tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

calculate_age ~38

calculate age — Other Utilities tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

calculate_bmi ~40

calculate bmi — Health & Fitness tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

calculate_business_days ~40

calculate business days — Other Utilities tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

calculate_combinations ~39

calculate combinations — Other Utilities tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

calculate_correlation ~40

calculate correlation — Finance & Math tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

calculate_distance ~38

calculate distance — Other Utilities tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

calculate_entropy ~38

calculate entropy — Other Utilities tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

calorie_burn ~40

calorie burn — Health & Fitness tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

caps_analysis ~38

caps analysis — Other Utilities tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

casualize ~39

casualize — Text & Encoding tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

cdn_detect ~41

cdn detect — Security & Network tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

char_count ~38

char count — Other Utilities tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

check_color_contrast ~42

check color contrast — Colors & Design tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

check_links ~39

check links — Security & Network tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

check_page_size ~41

check page size — Security & Network tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

check_ssl_certificate ~41

check ssl certificate — Security & Network tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

chemical_elements ~38

chemical elements — Other Utilities tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

classify ~37

classify — Content & AI tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

clean_whitespace ~40

clean whitespace — Text & Encoding tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

cmyk_to_hex ~45

cmyk to hex — Colors & Design tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

code_beautify ~41

code beautify — Other Utilities tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

code_complexity ~39

code complexity — Other Utilities tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

code_indent_check ~40

code indent check — Other Utilities tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

code_stats ~38

code stats — Other Utilities tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

color_blindness_sim ~43

color blindness sim — Colors & Design tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

color_harmony ~40

color harmony — Colors & Design tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

color_mix ~39

color mix — Colors & Design tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

color_named ~39

color named — Colors & Design tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

color_temperature ~39

color temperature — Colors & Design tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

color_tint_shade ~43

color tint shade — Colors & Design tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

comment_strip ~38

comment strip — Other Utilities tool. Costs $0.001 USDC via x402.

NameTypeReqDescription
paramsobjectTool parameters as JSON object

No output schema declared.

No examples provided.

Common questions

What is the io.github.scotia1973-bot/gadgethumans-mcp server?

io.github.scotia1973-bot/gadgethumans-mcp is listed in the public MCP registry as io.github.scotia1973-bot/gadgethumans-mcp. 46 MCP tools + 300+ REST endpoints. Free tier, no API key. One-line install. This page covers its npm package (gadgethumans-mcp).

Is the io.github.scotia1973-bot/gadgethumans-mcp server safe to use?

io.github.scotia1973-bot/gadgethumans-mcp scores 66 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 23 September 2026. It declares no install or post-install scripts. 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.scotia1973-bot/gadgethumans-mcp server expose?

io.github.scotia1973-bot/gadgethumans-mcp exposes 302 tools: dns_lookup, check_ssl_certificate, port_check, domain_age, dnssec_check, and 297 more. Their descriptions and schemas cost roughly 11,993 tokens of context every time the server is loaded.

Is the io.github.scotia1973-bot/gadgethumans-mcp server still maintained?

io.github.scotia1973-bot/gadgethumans-mcp is still listed as active in the MCP registry. We last reached this channel on 23 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.scotia1973-bot/gadgethumans-mcp server under?

io.github.scotia1973-bot/gadgethumans-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.