MyClaw Toolkit MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MYCLAW_API | No | API backend URL | http://47.103.7.241 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| timestampA | Get current Unix timestamp and ISO 8601 datetime |
| uuidA | Generate UUID v4 identifiers |
| base64B | Encode or decode Base64 strings |
| hashC | Generate cryptographic hashes (MD5, SHA1, SHA256, SHA512) |
| qrcodeC | Generate QR codes from text or URLs |
| color_toolsB | Convert colors between hex, RGB, and HSL formats |
| json_formatterC | Format, validate, or minify JSON strings |
| url_toolsB | Encode or decode URL strings |
| text_toolsB | Text processing utilities (count, reverse, case conversion) |
| exchange_rateA | Get real-time currency exchange rates between any two currencies |
| crypto_priceA | Get current cryptocurrency prices in USD or any fiat currency |
| domain_checkB | Check domain name availability and whois information |
| bmi_calculatorB | Calculate BMI (Body Mass Index) from height and weight |
| vcard_generatorC | Generate vCard (.vcf) contact files |
| web_searchA | Search the web using Bing — returns titles, snippets, and URLs |
| news_searchB | Search news articles from global sources |
| product_searchB | Search products across multiple e-commerce platforms |
| rss_feedB | Fetch and parse RSS feeds from any URL |
| read_pageA | Extract readable content from any web page (like Readability) |
| markdown_to_htmlC | Convert Markdown text to HTML |
| ai_translateB | Translate text between languages using AI |
| quoteB | Get inspirational or random quotes |
| wifi_qrcodeB | Generate WiFi connection QR codes |
| compareC | Compare two items side-by-side (text, products, anything) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 24 tools
Each tool has a unique purpose (e.g., ai_translate vs. base64). Minor overlap like qrcode and wifi_qrcode are clearly distinguished by descriptions. No two tools do the same thing.
All tool names use lowercase with underscores consistently. The naming is descriptive and follows a similar pattern across the set, making them easy to predict.
24 tools is on the high side but appropriate for a general-purpose toolkit. Each tool serves a distinct utility, and the count is manageable without being overwhelming.
The toolkit covers many common operations (encoding, crypto, JSON, search), but as a general-purpose set, it will always lack some functions. No major gaps for its intended scope.