Sponsored by Deepsite.site

Mcp Helper Tools

Created By
MissionSquad9 months ago
Fork of @cyanheads toolkit MCP server. Added encoding functions, removed system network functions. Tools: Base64 encoding/decoding URL encoding/decoding HTML encoding/decoding IP geolocation with intelligent caching Rate limiting (45 requests/minute) Cryptographic hash generation (MD5, SHA-1, SHA-256, SHA-512) Constant-time hash comparison UUID generation QR code generation Terminal output SVG format Base64 encoded images
Content

# mcp-helper-tools

based on toolkit-mcp-server

[![TypeScript](https://img.shields.io/badge/TypeScript-5.3-blue.svg)\](https://www.typescriptlang.org/) [![Model Context Protocol](https://img.shields.io/badge/MCP-1.4.0-green.svg)\](https://modelcontextprotocol.io/) [![Version](https://img.shields.io/badge/Version-1.0.1-blue.svg)\]() [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)\](https://opensource.org/licenses/Apache-2.0) [![Status](https://img.shields.io/badge/Status-Stable-blue.svg)\]() [![GitHub](https://img.shields.io/github/stars/cyanheads/toolkit-mcp-server?style=social)\](https://github.com/cyanheads/toolkit-mcp-server)

A Model Context Protocol server providing LLM Agents with system utilities and tools, including IP geolocation, network diagnostics, system monitoring, cryptographic operations, and QR code generation.

Model Context Protocol

The Model Context Protocol (MCP) enables communication between:

  • **Clients**: Claude Desktop, IDEs, and other MCP-compatible clients
  • **Servers**: Tools and resources for task management and automation
  • **LLM Agents**: AI models that leverage the server's capabilities

Table of Contents

  • [Features](#features)
  • [Installation](#installation)
  • [Configuration](#configuration)
  • [Tools](#tools)
  • [Contributing](#contributing)
  • [License](#license)

Features

Encoding Tools

  • Base64 encoding/decoding
  • URL encoding/decoding
  • HTML encoding/decoding

Network & Geolocation

  • IP geolocation with intelligent caching
  • Rate limiting (45 requests/minute)

Security Tools

  • Cryptographic hash generation (MD5, SHA-1, SHA-256, SHA-512)
  • Constant-time hash comparison
  • UUID generation

Generator Tools

  • QR code generation
    • Terminal output
    • SVG format
    • Base64 encoded images

Installation

```bash

Using npm (recommended)

npm install @cyanheads/toolkit-mcp-server

Or install from source

git clone git@github.com:cyanheads/toolkit-mcp-server.git cd toolkit-mcp-server npm install npm run build ```

Configuration

Add to your MCP client settings:

```json { "mcpServers": { "toolkit": { "command": "node", "args": ["node_modules/@cyanheads/toolkit-mcp-server/build/index.js"], "env": { "NODE_ENV": "production" } } } } ```

Tools

Network Operations

```typescript // Get geolocation data const geo = await mcp.use('toolkit-mcp-server', 'geolocate', { query: '8.8.8.8' });

// Check connectivity const conn = await mcp.use('toolkit-mcp-server', 'checkConnectivity', { host: 'example.com', port: 443 }); ```

System Operations

```typescript // Get system information const sysInfo = await mcp.use('toolkit-mcp-server', 'getSystemInfo', {});

// Get load average const load = await mcp.use('toolkit-mcp-server', 'getLoadAverage', {}); ```

Security Operations

```typescript // Generate hash const hash = await mcp.use('toolkit-mcp-server', 'hashData', { input: 'test data', algorithm: 'sha256' });

// Generate UUID const uuid = await mcp.use('toolkit-mcp-server', 'generateUUID', {}); ```

Generator Operations

```typescript // Generate QR code const qr = await mcp.use('toolkit-mcp-server', 'generateQRCode', { data: 'https://example.com', type: 'svg' }); ```

Contributing

  1. Fork the repository
  2. Create your feature branch (`git checkout -b feature/amazing-feature`)
  3. Commit your changes (`git commit -m 'Add some amazing feature'`)
  4. Push to the branch (`git push origin feature/amazing-feature`)
  5. Open a Pull Request

License

Apache License 2.0. See [LICENSE](LICENSE) for more information.


Built with the Model Context Protocol

Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
WindsurfThe new purpose-built IDE to harness magic
Amap Maps高德地图官方 MCP Server
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Playwright McpPlaywright MCP server
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
ChatWiseThe second fastest AI chatbot™
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
DeepChatYour AI Partner on Desktop
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Tavily Mcp
Serper MCP ServerA Serper MCP Server
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
CursorThe AI Code Editor
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.