# Dusheh/myclaw-toolkit [Health: Active]

**Category:** 💰 Finance & Fintech  
**Repository:** https://github.com/Dusheh/myclaw-toolkit  
**GitHub Stars:** 0  
**npm Downloads (last month):** 608  
**Views:** 3  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/dusheh-myclaw-toolkit

## Description
23-in-1 developer utility MCP server: web search, exchange rates, crypto prices, QR codes, JSON formatter, UUID, URL tools, domain check, RSS feeds, and more. 6 paid APIs via x402 micropayments ($0.003 USDC on Base). npx myclaw-toolkit

## Tools
Capabilities this server exposes over MCP:

- **timestamp** — Current Unix timestamp & ISO 8601
- **uuid** — Generate UUID v4
- **base64** — Base64 encode/decode
- **hash** — MD5, SHA1, SHA256, SHA512
- **qrcode** — QR code generator
- **color_tools** — Hex ↔ RGB ↔ HSL converter
- **json_formatter** — Format, validate, minify JSON
- **url_tools** — URL encode/decode
- **text_tools** — Text count, reverse, case
- **exchange_rate** — Real-time currency rates (API)
- **crypto_price** — Cryptocurrency prices (API)
- **domain_check** — Domain whois & availability (API)
- **bmi_calculator** — BMI calculator (local)
- **vcard_generator** — vCard (.vcf) generator (local)
- **compare** — Side-by-side comparison (API)
- **quote** — Random inspirational quotes (API)
- **web_search** — Bing web search
- **news_search** — Global news search
- **product_search** — E-commerce product search
- **rss_feed** — RSS feed parser
- **read_page** — Web page content extractor
- **markdown_to_html** — Markdown → HTML (local)
- **wifi_qrcode** — WiFi QR code generator (local — password never sent)
- **ai_translate** — AI translation via MyMemory API
- **health_check** — Check API backend status & latency

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `npx` (confidence: high):

```json
"mcpServers": {
  "myclaw-toolkit": {
    "command": "npx",
    "args": ["-y","myclaw-toolkit"],
    "env": {
      "MYCLAW_API": ""
    }
  }
}
```

**Requires environment variables:** `MYCLAW_API` — the values above are empty placeholders; fill in real credentials before running (see the repository for what each one is for).

## Documentation

## What Dusheh/myclaw-toolkit MCP server does

Dusheh/myclaw-toolkit MCP server groups common developer utilities and data lookup operations behind one MCP endpoint. Its local tools can generate UUID v4 values, encode or decode Base64 and URLs, calculate hashes, convert colors, process JSON, manipulate text, create QR codes, convert Markdown to HTML, calculate BMI, and generate vCards. The WiFi QR code tool keeps the WiFi password on the local machine according to the project documentation.

The toolkit also exposes remote-data tools. These include currency exchange rates, cryptocurrency prices, domain WHOIS and availability checks, side-by-side comparisons, inspirational quotes, Bing web search, news search, product search, RSS parsing, web-page extraction, and MyMemory-based translation. A health check reports API backend status and latency.

## How it works

MCP-compatible clients start the package as a local stdio process with npx. The client then discovers the named tools and can invoke them through the MCP connection. Operations that do not need outside data are performed locally. Search, market, domain, feed, page-reading, translation, comparison, quote, and related remote operations use the configured API backend.

The project describes the toolkit as privacy-focused because local tools do not send their inputs to the backend. This applies to items such as WiFi passwords, JSON, text, hashes, and Markdown documents. External-data tools necessarily make network requests to obtain their results.

## Setup and configuration

Dusheh/myclaw-toolkit MCP server can be launched directly with:

```bash
npx -y myclaw-toolkit
```

For a client configuration, use the `npx` command with `-y` and the `myclaw-toolkit` package as its arguments. The README specifically provides configuration examples for Claude Desktop and Cursor, and also documents a Claude Code setup command.

The `MYCLAW_API` environment variable controls the API backend URL. Its documented default is `http://47.103.7.241`, so it only needs to be set when using a different backend address. The repository also includes development commands for installing dependencies, running a development process, building TypeScript, testing, and linting.

## Tools and capabilities

The available tools are organized into several practical groups:

- Utility: timestamps, UUIDs, Base64, hashes, QR codes, color conversion, JSON formatting, URL handling, and text operations.
- Data: exchange rates, crypto prices, domain checks, BMI, vCards, comparisons, and quotes.
- Search and content: web, news, and product search, RSS feeds, and page reading.
- Processing: Markdown-to-HTML conversion, WiFi QR codes, and translation.
- Health: API status and latency checks.

## Limitations and notes

Remote tools depend on the configured backend and external services, so their availability and results can differ from local utilities. The repository describes six paid APIs using x402 micropayments of $0.003 USDC on Base in the supplied listing description; the README excerpt does not identify which six tools use those payments. No API credential variable is documented in the provided material. The project is licensed under MIT.

_Full upstream README: https://allmcps.com/mcp/dusheh-myclaw-toolkit/readme_

