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.kira-autonoma/devtools

NPM · MCP-DEVTOOLS-SERVER · SCANNED AUG 3

23 developer utilities — base64, JWT, UUID, hash, QR, regex, timestamps. No API keys.

Available components

+40 this week 64 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 (123 of 127), 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 (123 of 127), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 900 tokens (~39/item across 23 items; 23 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
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
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

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 · mcp-devtools-server

# add to Claude Code
claude mcp add kira-autonoma-devtools -- npx -y mcp-devtools-server
# add to Codex CLI
codex mcp add kira-autonoma-devtools -- npx -y mcp-devtools-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "kira-autonoma-devtools": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "mcp-devtools-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add kira-autonoma-devtools --command npx --arg -y --arg mcp-devtools-server
# ~/.hermes/config.yaml
mcp_servers:
  kira-autonoma-devtools:
    command: "npx"
    args: ["-y", "mcp-devtools-server"]
// mcp.json
{
  "mcpServers": {
    "kira-autonoma-devtools": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-devtools-server"
      ]
    }
  }
}
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 +43
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Schema quality: unverified → good functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 +16
    • Tool coverage: unverified → 100 functional
  • 31 Jul 26 −1
    • 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 −40
    • Malware scan: pass → unverified security
    • Tool coverage: 100 → unverified functional
  • 28 Jul 26 +22
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: unverified functional
    • First check of Tool coverage: 100 functional
    • First check of Schema quality: pass functional
    • First check of Schema quality: fail functional
  • 27 Jul 26 24

    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 123 packages

123 packages in the resolved dependency tree · 123 deprecated · 39 stale.

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

MCP tools — 23 exposed · ~900 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
base64_decode ~27

Decode Base64 to text

NameTypeReqDescription
encodedstringyesBase64 string to decode

No output schema declared.

No examples provided.

base64_encode ~25

Encode text to Base64

NameTypeReqDescription
textstringyesText to encode

No output schema declared.

No examples provided.

byte_convert ~51

Convert between byte units (B, KB, MB, GB, TB)

NameTypeReqDescription
valuestringyesValue with unit, e.g. '1.5GB', '1024KB', '500MB'

No output schema declared.

No examples provided.

color_convert ~54

Convert between hex, RGB, and HSL color formats

NameTypeReqDescription
colorstringyesColor in hex (#ff0000), rgb (255,0,0), or hsl (0,100%,50%) format

No output schema declared.

No examples provided.

cron_explain ~35

Explain what a cron expression means in human-readable terms

NameTypeReqDescription
expressionstringyesCron expression (5 or 6 fields)

No output schema declared.

No examples provided.

hash ~47

Generate a hash of the input text. Supports md5, sha1, sha256, sha512

NameTypeReqDescription
algorithmstringHash algorithm
textstringyesText to hash

No output schema declared.

No examples provided.

hmac ~44

Generate HMAC of the input text

NameTypeReqDescription
algorithmstringHash algorithm
keystringyesSecret key
textstringyesText to sign

No output schema declared.

No examples provided.

html_decode ~28

Decode HTML entities to plain text

NameTypeReqDescription
textstringyesHTML-encoded string to decode

No output schema declared.

No examples provided.

html_encode ~26

HTML-encode special characters

NameTypeReqDescription
textstringyesText to HTML-encode

No output schema declared.

No examples provided.

http_status ~25

Look up HTTP status code meaning

NameTypeReqDescription
codenumberyesHTTP status code

No output schema declared.

No examples provided.

json_diff ~36

Compare two JSON objects and show differences

NameTypeReqDescription
astringyesFirst JSON string
bstringyesSecond JSON string

No output schema declared.

No examples provided.

json_format ~43

Pretty-print or minify JSON

NameTypeReqDescription
jsonstringyesJSON string to format
minifybooleanIf true, minify instead of pretty-print

No output schema declared.

No examples provided.

jwt_decode ~35

Decode a JWT token without verification. Shows header, payload, and expiration status

NameTypeReqDescription
tokenstringyesJWT token to decode

No output schema declared.

No examples provided.

number_base ~76

Convert a number between bases (binary, octal, decimal, hex)

NameTypeReqDescription
to_basenumberTarget base (2-36). If omitted, shows all common bases
valuestringyesNumber to convert (prefix with 0x for hex, 0b for binary, 0o for octal)

No output schema declared.

No examples provided.

qr_generate ~53

Generate a QR code from text or URL. Returns a data URI (base64 PNG image)

NameTypeReqDescription
sizenumberImage size in pixels
textstringyesText or URL to encode in QR code

No output schema declared.

No examples provided.

random_string ~40

Generate a random string (hex, alphanumeric, or bytes)

NameTypeReqDescription
formatstringOutput format
lengthnumberLength in characters

No output schema declared.

No examples provided.

regex_test ~65

Test a regex pattern against text. Returns matches and capture groups

NameTypeReqDescription
flagsstringRegex flags (g, i, m, s, etc.)
patternstringyesRegular expression pattern (without delimiters)
textstringyesText to test against

No output schema declared.

No examples provided.

text_diff ~34

Compare two text strings line-by-line

NameTypeReqDescription
astringyesFirst text
bstringyesSecond text

No output schema declared.

No examples provided.

text_stats ~29

Count characters, words, lines, and analyze text

NameTypeReqDescription
textstringyesText to analyze

No output schema declared.

No examples provided.

timestamp ~45

Convert between Unix timestamps and ISO dates, or get the current time

NameTypeReqDescription
inputstringUnix timestamp (seconds or ms) or ISO date string. Omit for current time

No output schema declared.

No examples provided.

url_decode ~28

Decode a URL-encoded string

NameTypeReqDescription
textstringyesURL-encoded string to decode

No output schema declared.

No examples provided.

url_encode ~26

URL-encode a string

NameTypeReqDescription
textstringyesText to URL-encode

No output schema declared.

No examples provided.

uuid ~28

Generate a UUID (v4 random)

NameTypeReqDescription
countnumberNumber of UUIDs to generate

No output schema declared.

No examples provided.