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.Dusheh/myclaw-toolkit

NPM · MYCLAW-TOOLKIT · SCANNED SEP 21

23-in-1 developer utility toolkit — search, exchange rates, crypto, QR codes, and more

Available components

−1 this week 82 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 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
  • 42 of 126 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability73
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1063 tokens (~42/item across 25 items; 25 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management90
  • Stability observed for 27 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 Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 25 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 25 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
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.Dusheh/myclaw-toolkit MCP server?

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

npm · myclaw-toolkit

# add to Claude Code
claude mcp add dusheh-myclaw-toolkit -- npx -y myclaw-toolkit
// .cursor/mcp.json
{
  "mcpServers": {
    "dusheh-myclaw-toolkit": {
      "command": "npx",
      "args": [
        "-y",
        "myclaw-toolkit"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "dusheh-myclaw-toolkit": {
      "command": "npx",
      "args": [
        "-y",
        "myclaw-toolkit"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add dusheh-myclaw-toolkit -- npx -y myclaw-toolkit
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dusheh-myclaw-toolkit": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "myclaw-toolkit"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add dusheh-myclaw-toolkit --command npx --arg -y --arg myclaw-toolkit
# ~/.hermes/config.yaml
mcp_servers:
  dusheh-myclaw-toolkit:
    command: "npx"
    args: ["-y", "myclaw-toolkit"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "dusheh-myclaw-toolkit": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "myclaw-toolkit"
      ]
    }
  }
}
# add to Vellum
assistant mcp add dusheh-myclaw-toolkit -t stdio -c npx -a -y myclaw-toolkit
// mcp.json
{
  "mcpServers": {
    "dusheh-myclaw-toolkit": {
      "command": "npx",
      "args": [
        "-y",
        "myclaw-toolkit"
      ]
    }
  }
}
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 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 +1

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

  • 17 Sept 26 −4
    • Stability: pass → 0.77 functional
  • 16 Sept 26 +1
    • Stability: 0.97 → pass security
  • 14 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.

  • 12 Sept 26 +1

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

  • 10 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 9 Sept 26 +1
    • 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 21 Sept 2026 · Analysed npm/myclaw-toolkit@1.0.11

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 126 packages
Packages resolved 126
Stale 42
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 25 exposed · ~1,063 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
ai_translate ~53

Translate text between languages (uses MyMemory translation API)

NameTypeReqDescription
fromstringSource language (auto for auto-detect)
textstringyesText to translate
tostringTarget language

No output schema declared.

No examples provided.

base64 ~49

Encode or decode Base64 strings (runs locally, no data leaves your machine)

NameTypeReqDescription
actionstringyesOperation to perform
textstringyesText to encode or Base64 to decode

No output schema declared.

No examples provided.

bmi_calculator ~47

Calculate BMI (Body Mass Index) from height and weight (runs locally, no network)

NameTypeReqDescription
heightnumberyesHeight in centimeters
weightnumberyesWeight in kilograms

No output schema declared.

No examples provided.

color_tools ~62

Convert colors between hex, RGB, and HSL formats (runs locally, no network)

NameTypeReqDescription
colorstringyesColor value (hex like '#ff0000', rgb like '255,0,0', or hsl like '0,100,50')

No output schema declared.

No examples provided.

compare ~42

Compare two items side-by-side (text, products, anything)

NameTypeReqDescription
astringyesFirst item to compare
bstringyesSecond item to compare

No output schema declared.

No examples provided.

crypto_price ~59

Get current cryptocurrency prices in USD or any fiat currency

NameTypeReqDescription
coinstringyesCryptocurrency symbol (e.g., BTC, ETH, SOL, USDT)
vsstringQuote currency (e.g., usd, cny, eur)

No output schema declared.

No examples provided.

domain_check ~34

Check domain name availability and whois information

NameTypeReqDescription
domainstringyesDomain name to check (e.g., example.com)

No output schema declared.

No examples provided.

exchange_rate ~59

Get real-time currency exchange rates between any two currencies

NameTypeReqDescription
fromstringyesSource currency code (e.g., USD, CNY, EUR)
tostringyesTarget currency code (e.g., USD, CNY, EUR)

No output schema declared.

No examples provided.

hash ~49

Generate cryptographic hashes — MD5, SHA1, SHA256, SHA512 (runs locally, no network)

NameTypeReqDescription
algorithmstringHash algorithm
textstringyesText to hash

No output schema declared.

No examples provided.

health_check ~21

Check if the MyClaw API backend is reachable and responsive

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

json_formatter ~46

Format, validate, or minify JSON strings (runs locally, no data leaves your machine)

NameTypeReqDescription
actionstringOperation
jsonstringyesJSON string to process

No output schema declared.

No examples provided.

markdown_to_html ~35

Convert Markdown text to HTML (runs locally, no data leaves your machine)

NameTypeReqDescription
markdownstringyesMarkdown text to convert

No output schema declared.

No examples provided.

news_search ~35

Search news articles from global sources

NameTypeReqDescription
countnumberNumber of articles
querystringyesNews search query

No output schema declared.

No examples provided.

product_search ~36

Search products across multiple e-commerce platforms

NameTypeReqDescription
countnumberNumber of results
querystringyesProduct search query

No output schema declared.

No examples provided.

qrcode ~37

Generate QR codes from text or URLs (runs locally, no network)

NameTypeReqDescription
textstringyesText or URL to encode in QR code

No output schema declared.

No examples provided.

quote ~21

Get inspirational or random quotes (remote API, no user data sent)

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

read_page ~34

Extract readable content from any web page (like Readability)

NameTypeReqDescription
urlstringyesWeb page URL to extract content from

No output schema declared.

No examples provided.

rss_feed ~39

Fetch and parse RSS feeds from any URL

NameTypeReqDescription
countnumberNumber of items
urlstringyesRSS feed URL to fetch

No output schema declared.

No examples provided.

text_tools ~43

Text processing utilities — count, reverse, case conversion (runs locally, no network)

NameTypeReqDescription
actionstringyesOperation
textstringyesText to process

No output schema declared.

No examples provided.

timestamp ~24

Get current Unix timestamp and ISO 8601 datetime (runs locally, no network)

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

url_tools ~42

Encode or decode URL strings (runs locally, no network)

NameTypeReqDescription
actionstringyesOperation
textstringyesText to encode or URL to decode

No output schema declared.

No examples provided.

uuid ~32

Generate UUID v4 identifiers (runs locally, no network)

NameTypeReqDescription
countnumberNumber of UUIDs to generate

No output schema declared.

No examples provided.

vcard_generator ~61

Generate vCard (.vcf) contact files (runs locally, no network)

NameTypeReqDescription
emailstringEmail address
namestringyesFull name
orgstringOrganization/company
phonestringPhone number

No output schema declared.

No examples provided.

web_search ~41

Search the web using Bing — returns titles, snippets, and URLs

NameTypeReqDescription
countnumberNumber of results
querystringyesSearch query

No output schema declared.

No examples provided.

wifi_qrcode ~62

Generate WiFi connection QR codes (runs 100% locally — your password NEVER leaves your device)

NameTypeReqDescription
passwordstringyesWiFi password
securitystringSecurity type
ssidstringyesWiFi network name (SSID)

No output schema declared.

No examples provided.

Common questions

What is the io.github.Dusheh/myclaw-toolkit MCP server?

io.github.Dusheh/myclaw-toolkit is an MCP server listed in the public MCP registry as io.github.Dusheh/myclaw-toolkit. 23-in-1 developer utility toolkit, search, exchange rates, crypto, QR codes, and more. This page covers its npm package (myclaw-toolkit).

Is the io.github.Dusheh/myclaw-toolkit MCP server safe to use?

io.github.Dusheh/myclaw-toolkit scores 82 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 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.Dusheh/myclaw-toolkit MCP server expose?

io.github.Dusheh/myclaw-toolkit exposes 25 tools: timestamp, uuid, base64, hash, qrcode, and 20 more. Their descriptions and schemas cost roughly 1,063 tokens of context every time the server is loaded.

Is the io.github.Dusheh/myclaw-toolkit MCP server still maintained?

io.github.Dusheh/myclaw-toolkit is still listed as active in the MCP registry. We last reached this channel on 21 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.Dusheh/myclaw-toolkit MCP server under?

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