Mcp Helper Tools
@MissionSquad
About Mcp Helper Tools
Fork of @cyanheads toolkit MCP server. Added encoding functions, removed system network functions.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"toolkit": {
"command": "node",
"args": [
"node_modules/@cyanheads/toolkit-mcp-server/build/index.js"
],
"env": {
"NODE_ENV": "production"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Mcp Helper Tools?
Mcp Helper Tools is a Model Context Protocol server that provides LLM Agents with system utilities and tools, including IP geolocation, network diagnostics, system monitoring, cryptographic operations, and QR code generation. It is based on the toolkit-mcp-server package and designed for MCP-compatible clients such as Claude Desktop and IDEs.
How to use Mcp Helper Tools?
Install the package via npm (npm install @cyanheads/toolkit-mcp-server), then add the server configuration to your MCP client settings under the mcpServers key with the command node and the path to the built index.js file. Once configured, invoke tools by calling mcp.use('toolkit-mcp-server', 'toolName', params).
Features of Mcp Helper Tools
- Base64, URL, and HTML encoding/decoding
- IP geolocation with intelligent caching and rate limiting (45 requests/minute)
- Cryptographic hash generation (MD5, SHA-1, SHA-256, SHA-512)
- UUID generation
- QR code generation in terminal, SVG, and Base64 formats
- System information retrieval and load average monitoring
Use cases of Mcp Helper Tools
- Decode or encode data in Base64, URL, or HTML formats
- Geolocate an IP address to retrieve location data
- Generate cryptographic hashes or UUIDs for security operations
- Create QR codes for links or data in various output formats
- Check network connectivity to a host and port
FAQ from Mcp Helper Tools
What tools does Mcp Helper Tools provide?
It provides tools for encoding/decoding (Base64, URL, HTML), IP geolocation, network connectivity checks, cryptographic hashing, UUID generation, QR code generation, and system information retrieval.
What are the runtime requirements?
The server requires Node.js and npm. It is a TypeScript project and is installed via npm or built from source.
How do I configure Mcp Helper Tools in my client?
Add an entry to the mcpServers object in your MCP client settings with the command node and arguments pointing to the built server index.js file.
Are there any rate limits?
Yes, IP geolocation requests are rate limited to 45 requests per minute.
What license is Mcp Helper Tools under?
It is licensed under the Apache License 2.0.
More Other MCP servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Servers
modelcontextprotocolModel Context Protocol Servers
Comments