Toolkit (System Utilities)
Summary
This toolkit MCP server, developed by cyanheads, provides system utilities and tools for LLM agents. Built with TypeScript and leveraging the Model Context Protocol SDK, it offers IP geolocation, network diagnostics, system monitoring, cryptographic operations, and QR code generation. The implementation focuses on providing a standardized interface for common system and network tasks, with features like intelligent caching and rate limiting. It's particularly useful for AI assistants and applications needing low-level system access, enabling use cases such as network troubleshooting, resource monitoring, and security operations without dealing directly with underlying system APIs.
Available Actions(7)
geolocate
Get geolocation data based on an IP address. Parameters: query (string, required)
checkConnectivity
Check network connectivity to a specified host and port. Parameters: host (string, required), port (number, required)
getSystemInfo
Retrieve system information. No parameters required.
getLoadAverage
Get the system's load average. No parameters required.
hashData
Generate a cryptographic hash for the given input. Parameters: input (string, required), algorithm (string, required, options: 'md5', 'sha1', 'sha256', 'sha512')
generateUUID
Generate a universally unique identifier (UUID). No parameters required.
generateQRCode
Generate a QR code for the specified data. Parameters: data (string, required), type (string, required, options: 'terminal', 'svg', 'base64')
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요