MyClaw Toolkit MCP Server
MyClaw Toolkit is a privacy-first 24-in-1 developer utility MCP server, running most tools locally with select tools using remote APIs for live data.
š§ Utility (Local)
timestampā Get the current Unix timestamp and ISO 8601 datetimeuuidā Generate UUID v4 identifiersbase64ā Encode or decode Base64 stringshashā Generate MD5, SHA1, SHA256, or SHA512 cryptographic hashesqrcodeā Generate QR codes from any text or URLcolor_toolsā Convert colors between Hex, RGB, and HSL formatsjson_formatterā Format, validate, or minify JSON stringsurl_toolsā URL-encode or URL-decode stringstext_toolsā Count characters/words, reverse text, or change casebmi_calculatorā Calculate BMI from height and weightvcard_generatorā Generate vCard (.vcf) contact filesmarkdown_to_htmlā Convert Markdown text to HTMLwifi_qrcodeā Generate WiFi connection QR codes (password never leaves your device)
š Data & Calculations (API)
exchange_rateā Get real-time currency exchange ratescrypto_priceā Look up current cryptocurrency prices in any fiat currencydomain_checkā Check domain availability and WHOIS informationcompareā Compare two items side-by-side (text, products, or anything)quoteā Fetch random inspirational quotes
š Search & Content (API)
web_searchā Search the web via Bing, returning titles, snippets, and URLsnews_searchā Search global news articlesproduct_searchā Search products across multiple e-commerce platformsrss_feedā Fetch and parse any RSS feed by URLread_pageā Extract readable content from any web page
āļø Processing (API)
ai_translateā Translate text between languages using the MyMemory AI API
Provides tools for parsing RSS feeds, including fetching and extracting content from RSS/XML feeds.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MyClaw Toolkit MCP ServerConvert 100 USD to EUR"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MyClaw Toolkit ā MCP Server
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.
Related MCP server: ellmos-codecommander-mcp
Quick Install
npx myclaw-toolkitOr 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-toolkitTools
Utility (Local)
Tool | Description |
| Current Unix timestamp & ISO 8601 |
| Generate UUID v4 |
| Base64 encode/decode |
| MD5, SHA1, SHA256, SHA512 |
| QR code generator |
| Hex ā RGB ā HSL converter |
| Format, validate, minify JSON |
| URL encode/decode |
| Text count, reverse, case |
Data
Tool | Description |
| Real-time currency rates (API) |
| Cryptocurrency prices (API) |
| Domain whois & availability (API) |
| BMI calculator (local) |
| vCard (.vcf) generator (local) |
| Side-by-side comparison (API) |
| Random inspirational quotes (API) |
Search & Content
Tool | Description |
| Bing web search |
| Global news search |
| E-commerce product search |
| RSS feed parser |
| Web page content extractor |
Processing
Tool | Description |
| Markdown ā HTML (local) |
| WiFi QR code generator (local ā password never sent) |
| AI translation via MyMemory API |
Health
Tool | Description |
| Check API backend status & latency |
Discoverability
Listed on these MCP registries (help others find the toolkit):
Glama ā auto-indexed
MCPFind ā PR pending
mcp.so ā submitted
awesome-mcp-servers (punkpeye) ā PR pending
awesome-mcp-servers (appcypher) ā PR pending
Awesome MCP List ā PR pending
MCP.Directory ā submitted
Official MCP Registry ā published, awaiting indexing
Environment Variables
Variable | Default | Description |
|
| 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 checkLicense
MIT
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Dusheh/myclaw-toolkit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server