Toolkit MCP Server

v1.0.0APIsstable

A Model Context Protocol server providing LLM Agents with system utilities and tools, including IP geolocation, network diagnostics, system monitoring, cryptographic operations, and QR code generation.

cryptographydeveloper-toolsgeolocationllmllm-agent
Share:
18
Stars
0
Downloads
0
Weekly
0/5

About

A Model Context Protocol server providing LLM Agents with system utilities and tools, including IP geolocation, network diagnostics, system monitoring, cryptographic operations, and QR code generation.

Features

  • getCurrentTime
  • getSystemInfo
  • getLoadAverage
  • getNetworkInterfaces
  • checkConnectivity

Use Cases

Get current time formatted with Intl.DateTimeFormat
Get system information using Node.js os module
Get system load average for 1, 5, and 15 minutes
Get network interface information
Test TCP connectivity to a host and port
cyanheads

Maintainer

LicenseApache-2.0
Languagetypescript
Versionv1.0.0
UpdatedApr 8, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y @cyanheads/toolkit-mcp-server

Manual Installation

npx -y @cyanheads/toolkit-mcp-server

Examples

Basic Configuration

Configure Toolkit MCP Server

npx -y @cyanheads/toolkit-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Web UI

Not available

Security

Authentication

RequiredNo

Features

Data Encryption
Audit Logging
RBAC Support

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

More APIs MCP Servers

Explore other servers in the APIs category.

Quick Config Preview

{ "mcpServers": { "toolkit": { "command": "npx", "args": ["-y", "@cyanheads/toolkit-mcp-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Toolkit MCP Server?

Browse our complete directory of 60+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

60+ ServersFree & Open SourceStep-by-Step Guides