MCPServers
T

Toolkit (System Utilities)

4
0

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)

checkConnectivity

Check connectivity to a specified host and port. Parameters: host (string), port (number)

getSystemInfo

Retrieve information about the current system. No parameters required.

getLoadAverage

Get the load average of the system. No parameters required.

hashData

Generate a cryptographic hash of the input data. Parameters: input (string), algorithm (string)

generateUUID

Generate a unique identifier (UUID). No parameters required.

generateQRCode

Generate a QR code from a specified data string. Parameters: data (string), type (string)

Last Updated: April 8, 2025

コミュニティレビュー

0.0
0 レビュー
5
0
4
0
3
0
2
0
1
0

まだレビューはありません. 最初のレビューを投稿しましょう!

会話に参加するにはサインインしてください

Try it now in
HighlightHighlight AI

言語

TypeScript

カテゴリ

タグ