npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

myclaw-toolkit

v1.0.11

Published

23-in-1 developer utility toolkit as an MCP server — search, exchange rates, crypto, QR codes, translation, and more

Readme

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, hash | web_search, news_search | | qrcode, wifi_qrcode | product_search, exchange_rate | | color_tools, json_formatter | crypto_price, domain_check | | url_tools, text_tools | rss_feed, read_page | | bmi_calculator, vcard_generator | ai_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)

| Tool | Description | |------|-------------| | 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 |

Data

| Tool | Description | |------|-------------| | 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) |

Search & Content

| Tool | Description | |------|-------------| | 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 |

Processing

| Tool | Description | |------|-------------| | markdown_to_html | Markdown → HTML (local) | | wifi_qrcode | WiFi QR code generator (local — password never sent) | | ai_translate | AI translation via MyMemory API |

Health

| Tool | Description | |------|-------------| | health_check | Check API backend status & latency |

Discoverability

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

Environment Variables

| Variable | Default | Description | |----------|---------|-------------| | MYCLAW_API | http://47.103.7.241 | API 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