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: onion-mcp-server
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
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn MCP server that enables web searching, URL content extraction, and summarization without requiring API keys. It also provides advanced mathematical evaluation and multi-language Wikipedia summary retrieval tools.Last updated54006MIT

onion-mcp-serverofficial
AlicenseAqualityCmaintenanceA feature-rich MCP server offering 30 tools across AI, code, text, data, web, and system categories, enabling tasks like chat, translation, code review, web scraping, and text processing.Last updated30MIT- FlicenseAqualityCmaintenanceA lightweight MCP server providing everyday developer utilities such as JSON formatting, UUID generation, Base64 conversion, HTTP status lookup, and Unix timestamp conversion as tools and resources.Last updated5
- FlicenseBqualityFmaintenanceMCP server providing 37 developer tools for hashing, encoding, regex, JSON, SQL, cron, QR codes, UUID, JWT, and more, all powered by bmobot.ai APIs.Last updated37
Related MCP Connectors
Remote MCP server: 10 developer utilities (base64, JWT, DNS, UUID, URL, JSON, UA, IP lookup).
A MCP server built for developers enabling Git based project management with project and personalβ¦
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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