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
更新时间:2025-03-13 09:04:50
Mcp Helper Tools is a toolkit designed for Model Context Protocol (MCP) servers, providing various utilities for encoding, geolocation, cryptographic operations, and more.
To use Mcp Helper Tools, install it via npm or clone the repository from GitHub. Configure your MCP client settings to include the toolkit, and then utilize its functions through your MCP-compatible clients.
- Is Mcp Helper Tools free to use? - Yes! Mcp Helper Tools is open-source and free to use under the Apache License 2.0. - What programming language is Mcp Helper Tools written in? - Mcp Helper Tools is primarily written in TypeScript. - How can I contribute to Mcp Helper Tools? - You can contribute by forking the repository, creating a feature branch, and submitting a pull request.