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.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Generate a cryptographic digest (sha256/sha512/sha1/md5), or constant-time-compare a value against an expected digest.
Mint cryptographically-random identifiers — UUIDv4, UUIDv7, or ULID — singly or in batches up to 1000.
Encode text or a URL into a QR code as SVG markup, base64 PNG, or a terminal-renderable string.
Encode or decode a value across base64, base64url, hex, or URL percent-encoding, in either direction.
Resolve a public IP or hostname to geographic and network metadata — country, city, coordinates, ASN, timezone.
Read-only network diagnostics from the server host — ping, traceroute, TCP connectivity, or egress-IP detection.
Report a facet of the server host's system state — OS, CPU, memory, load average, or network interfaces.