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
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
- 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 137 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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.
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
claude mcp add kira-autonoma-devtools -- npx -y mcp-devtools-server
codex mcp add kira-autonoma-devtools -- npx -y mcp-devtools-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"kira-autonoma-devtools": {
"type": "local",
"command": [
"npx",
"-y",
"mcp-devtools-server"
],
"enabled": true
}
}
} openclaw mcp add kira-autonoma-devtools --command npx --arg -y --arg mcp-devtools-server
mcp_servers:
kira-autonoma-devtools:
command: "npx"
args: ["-y", "mcp-devtools-server"] {
"mcpServers": {
"kira-autonoma-devtools": {
"command": "npx",
"args": [
"-y",
"mcp-devtools-server"
]
}
}
} 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.
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.
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.
base64_decode ~27
Decode Base64 to text
| Name | Type | Req | Description |
|---|---|---|---|
| encoded | string | yes | Base64 string to decode |
No output schema declared.
No examples provided.
base64_encode ~25
Encode text to Base64
| Name | Type | Req | Description |
|---|---|---|---|
| text | string | yes | Text to encode |
No output schema declared.
No examples provided.
byte_convert ~51
Convert between byte units (B, KB, MB, GB, TB)
| Name | Type | Req | Description |
|---|---|---|---|
| value | string | yes | Value 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
| Name | Type | Req | Description |
|---|---|---|---|
| color | string | yes | Color 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
| Name | Type | Req | Description |
|---|---|---|---|
| expression | string | yes | Cron 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
| Name | Type | Req | Description |
|---|---|---|---|
| algorithm | string | — | Hash algorithm |
| text | string | yes | Text to hash |
No output schema declared.
No examples provided.
hmac ~44
Generate HMAC of the input text
| Name | Type | Req | Description |
|---|---|---|---|
| algorithm | string | — | Hash algorithm |
| key | string | yes | Secret key |
| text | string | yes | Text to sign |
No output schema declared.
No examples provided.
html_decode ~28
Decode HTML entities to plain text
| Name | Type | Req | Description |
|---|---|---|---|
| text | string | yes | HTML-encoded string to decode |
No output schema declared.
No examples provided.
html_encode ~26
HTML-encode special characters
| Name | Type | Req | Description |
|---|---|---|---|
| text | string | yes | Text to HTML-encode |
No output schema declared.
No examples provided.
http_status ~25
Look up HTTP status code meaning
| Name | Type | Req | Description |
|---|---|---|---|
| code | number | yes | HTTP status code |
No output schema declared.
No examples provided.
json_diff ~36
Compare two JSON objects and show differences
| Name | Type | Req | Description |
|---|---|---|---|
| a | string | yes | First JSON string |
| b | string | yes | Second JSON string |
No output schema declared.
No examples provided.
json_format ~43
Pretty-print or minify JSON
| Name | Type | Req | Description |
|---|---|---|---|
| json | string | yes | JSON string to format |
| minify | boolean | — | If 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
| Name | Type | Req | Description |
|---|---|---|---|
| token | string | yes | JWT token to decode |
No output schema declared.
No examples provided.
number_base ~76
Convert a number between bases (binary, octal, decimal, hex)
| Name | Type | Req | Description |
|---|---|---|---|
| to_base | number | — | Target base (2-36). If omitted, shows all common bases |
| value | string | yes | Number 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)
| Name | Type | Req | Description |
|---|---|---|---|
| size | number | — | Image size in pixels |
| text | string | yes | Text 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)
| Name | Type | Req | Description |
|---|---|---|---|
| format | string | — | Output format |
| length | number | — | Length in characters |
No output schema declared.
No examples provided.
regex_test ~65
Test a regex pattern against text. Returns matches and capture groups
| Name | Type | Req | Description |
|---|---|---|---|
| flags | string | — | Regex flags (g, i, m, s, etc.) |
| pattern | string | yes | Regular expression pattern (without delimiters) |
| text | string | yes | Text to test against |
No output schema declared.
No examples provided.
text_diff ~34
Compare two text strings line-by-line
| Name | Type | Req | Description |
|---|---|---|---|
| a | string | yes | First text |
| b | string | yes | Second text |
No output schema declared.
No examples provided.
text_stats ~29
Count characters, words, lines, and analyze text
| Name | Type | Req | Description |
|---|---|---|---|
| text | string | yes | Text to analyze |
No output schema declared.
No examples provided.
timestamp ~45
Convert between Unix timestamps and ISO dates, or get the current time
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | — | Unix 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
| Name | Type | Req | Description |
|---|---|---|---|
| text | string | yes | URL-encoded string to decode |
No output schema declared.
No examples provided.
url_encode ~26
URL-encode a string
| Name | Type | Req | Description |
|---|---|---|---|
| text | string | yes | Text to URL-encode |
No output schema declared.
No examples provided.
uuid ~28
Generate a UUID (v4 random)
| Name | Type | Req | Description |
|---|---|---|---|
| count | number | — | Number of UUIDs to generate |
No output schema declared.
No examples provided.