mcp-helper-tools
based on 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
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
Configuration
Add to your MCP client settings:
Tools
Network Operations
System Operations
Security Operations
Generator Operations
Contributing
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
License
Apache License 2.0. See LICENSE for more information.
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
Bifurcación del servidor MCP del kit de herramientas @cyanheads. Se añadieron funciones de codificación y se eliminaron funciones de red del sistema.
- Protocolo de contexto modelo
- Tabla de contenido
- Características
- Instalación
- Configuraci��n
- Herramientas
- Contribuyendo
- Licencia
Related Resources
Related MCP Servers
- -securityAlicense-qualityThis MCP server allows you to connect MCP clients with Toolhouse's tools.Last updated -14MIT License
- -securityAlicense-qualityAn MCP (Model Context Protocol) server that chains calls to other MCP tools, reducing token usage by allowing sequential tool execution with result passingLast updated -10948MIT License
- AsecurityFlicenseAqualityA Python-based server that helps users easily install and configure other MCP servers across different platforms.Last updated -23