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

NPM · MYCLAW-TOOLKIT · SCANNED AUG 3

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

Available components

+21 this week 67 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 (125 of 129), 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 (125 of 129), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability66
  • 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 Management27
  • Stability observed for 8 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
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
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 · myclaw-toolkit

# add to Claude Code
claude mcp add dusheh-myclaw-toolkit -- npx -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"]
// 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.

  • 3 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 2 Aug 26 +42
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good functional
    • Licence: MIT functional
  • 1 Aug 26 −7
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 +4
    • Malware scan: pass → unverified security
    • Tool coverage: unverified → 100 functional
  • 29 Jul 26 −1
    • Dependency health: partial → unverified functional
  • 28 Jul 26 −21
    • Tool coverage: 100 → unverified functional
    • Dependency health: unverified → partial functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 46

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

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

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

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.

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.