Odel
myclaw toolkit

myclaw toolkit

Local
@dushehJavaScriptUpdated 1mo ago

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

MyClaw Toolkit — MCP Server

Glama npm npm downloads license tests

24-in-1 developer utility toolkit as an MCP server — privacy-first. Search the web, convert currencies, check crypto prices, generate QR codes, format JSON, and more — all from any MCP-compatible AI assistant.

🔒 Privacy-First Design

Most tools run 100% locally on your machine — no data ever leaves your device:

Local tools (zero network)Tools requiring remote API
timestamp, uuid, base64, hashweb_search, news_search
qrcode, wifi_qrcodeproduct_search, exchange_rate
color_tools, json_formattercrypto_price, domain_check
url_tools, text_toolsrss_feed, read_page
bmi_calculator, vcard_generatorai_translate, quote, compare
markdown_to_html

WiFi passwords, JSON data, text content, hashes, and Markdown documents are all processed entirely on-device. Only tools that genuinely need external data (search, exchange rates, etc.) call the remote API.

Quick Install

npx myclaw-toolkit

Or add to your AI client:

Claude Desktop / Cursor / ChatGPT:

{
  "mcpServers": {
    "myclaw-toolkit": {
      "command": "npx",
      "args": ["-y", "myclaw-toolkit"]
    }
  }
}

Claude Code:

claude mcp add myclaw-toolkit -- npx myclaw-toolkit

Tools

Utility (Local)

ToolDescription
timestampCurrent Unix timestamp & ISO 8601
uuidGenerate UUID v4
base64Base64 encode/decode
hashMD5, SHA1, SHA256, SHA512
qrcodeQR code generator
color_toolsHex ↔ RGB ↔ HSL converter
json_formatterFormat, validate, minify JSON
url_toolsURL encode/decode
text_toolsText count, reverse, case

Data

ToolDescription
exchange_rateReal-time currency rates (API)
crypto_priceCryptocurrency prices (API)
domain_checkDomain whois & availability (API)
bmi_calculatorBMI calculator (local)
vcard_generatorvCard (.vcf) generator (local)
compareSide-by-side comparison (API)
quoteRandom inspirational quotes (API)

Search & Content

ToolDescription
web_searchBing web search
news_searchGlobal news search
product_searchE-commerce product search
rss_feedRSS feed parser
read_pageWeb page content extractor

Processing

ToolDescription
markdown_to_htmlMarkdown → HTML (local)
wifi_qrcodeWiFi QR code generator (local — password never sent)
ai_translateAI translation via MyMemory API

Health

ToolDescription
health_checkCheck API backend status & latency

Discoverability

Listed on these MCP registries (help others find the toolkit):

Environment Variables

VariableDefaultDescription
MYCLAW_APIhttp://47.103.7.241API backend URL

Development

git clone https://github.com/Dusheh/myclaw-toolkit
cd myclaw-toolkit
npm install
npm run dev     # Run with tsx
npm run build   # Compile TypeScript
npm test        # Run 24 unit tests
npm run lint    # ESLint check

License

MIT