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
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
- 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 53 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add dusheh-myclaw-toolkit -- npx -y myclaw-toolkit
{
"mcpServers": {
"dusheh-myclaw-toolkit": {
"command": "npx",
"args": [
"-y",
"myclaw-toolkit"
]
}
}
} {
"servers": {
"dusheh-myclaw-toolkit": {
"command": "npx",
"args": [
"-y",
"myclaw-toolkit"
]
}
}
} codex mcp add dusheh-myclaw-toolkit -- npx -y myclaw-toolkit
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"dusheh-myclaw-toolkit": {
"type": "local",
"command": [
"npx",
"-y",
"myclaw-toolkit"
],
"enabled": true
}
}
} openclaw mcp add dusheh-myclaw-toolkit --command npx --arg -y --arg myclaw-toolkit
mcp_servers:
dusheh-myclaw-toolkit:
command: "npx"
args: ["-y", "myclaw-toolkit"] {
"McpServers": {
"dusheh-myclaw-toolkit": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"myclaw-toolkit"
]
}
}
} assistant mcp add dusheh-myclaw-toolkit -t stdio -c npx -a -y myclaw-toolkit
{
"mcpServers": {
"dusheh-myclaw-toolkit": {
"command": "npx",
"args": [
"-y",
"myclaw-toolkit"
]
}
}
} 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
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 →
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 →
ai_translate ~53
Translate text between languages (uses MyMemory translation API)
| Name | Type | Req | Description |
|---|---|---|---|
| from | string | – | Source language (auto for auto-detect) |
| text | string | yes | Text to translate |
| to | string | – | Target language |
No output schema declared.
No examples provided.
base64 ~49
Encode or decode Base64 strings (runs locally, no data leaves your machine)
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | Operation to perform |
| text | string | yes | Text 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)
| Name | Type | Req | Description |
|---|---|---|---|
| height | number | yes | Height in centimeters |
| weight | number | yes | Weight in kilograms |
No output schema declared.
No examples provided.
color_tools ~62
Convert colors between hex, RGB, and HSL formats (runs locally, no network)
| Name | Type | Req | Description |
|---|---|---|---|
| color | string | yes | Color 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)
| Name | Type | Req | Description |
|---|---|---|---|
| a | string | yes | First item to compare |
| b | string | yes | Second item to compare |
No output schema declared.
No examples provided.
crypto_price ~59
Get current cryptocurrency prices in USD or any fiat currency
| Name | Type | Req | Description |
|---|---|---|---|
| coin | string | yes | Cryptocurrency symbol (e.g., BTC, ETH, SOL, USDT) |
| vs | string | – | Quote currency (e.g., usd, cny, eur) |
No output schema declared.
No examples provided.
domain_check ~34
Check domain name availability and whois information
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | Domain 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
| Name | Type | Req | Description |
|---|---|---|---|
| from | string | yes | Source currency code (e.g., USD, CNY, EUR) |
| to | string | yes | Target 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)
| Name | Type | Req | Description |
|---|---|---|---|
| algorithm | string | – | Hash algorithm |
| text | string | yes | Text 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)
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | – | Operation |
| json | string | yes | JSON 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)
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | yes | Markdown text to convert |
No output schema declared.
No examples provided.
news_search ~35
Search news articles from global sources
| Name | Type | Req | Description |
|---|---|---|---|
| count | number | – | Number of articles |
| query | string | yes | News search query |
No output schema declared.
No examples provided.
product_search ~36
Search products across multiple e-commerce platforms
| Name | Type | Req | Description |
|---|---|---|---|
| count | number | – | Number of results |
| query | string | yes | Product search query |
No output schema declared.
No examples provided.
qrcode ~37
Generate QR codes from text or URLs (runs locally, no network)
| Name | Type | Req | Description |
|---|---|---|---|
| text | string | yes | Text 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)
| Name | Type | Req | Description |
|---|---|---|---|
| url | string | yes | Web page URL to extract content from |
No output schema declared.
No examples provided.
rss_feed ~39
Fetch and parse RSS feeds from any URL
| Name | Type | Req | Description |
|---|---|---|---|
| count | number | – | Number of items |
| url | string | yes | RSS 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)
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | Operation |
| text | string | yes | Text 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)
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | Operation |
| text | string | yes | Text to encode or URL to decode |
No output schema declared.
No examples provided.
uuid ~32
Generate UUID v4 identifiers (runs locally, no network)
| Name | Type | Req | Description |
|---|---|---|---|
| count | number | – | Number of UUIDs to generate |
No output schema declared.
No examples provided.
vcard_generator ~61
Generate vCard (.vcf) contact files (runs locally, no network)
| Name | Type | Req | Description |
|---|---|---|---|
| string | – | Email address | |
| name | string | yes | Full name |
| org | string | – | Organization/company |
| phone | string | – | Phone number |
No output schema declared.
No examples provided.
web_search ~41
Search the web using Bing — returns titles, snippets, and URLs
| Name | Type | Req | Description |
|---|---|---|---|
| count | number | – | Number of results |
| query | string | yes | Search 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)
| Name | Type | Req | Description |
|---|---|---|---|
| password | string | yes | WiFi password |
| security | string | – | Security type |
| ssid | string | yes | WiFi network name (SSID) |
No output schema declared.
No examples provided.
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.