Skip to main content
Glama

Toolkit MCP Server

툴킷-mcp-서버

IP 지리적 위치, 네트워크 진단, 시스템 모니터링, 암호화 작업, QR 코드 생성을 포함한 시스템 유틸리티와 도구를 LLM 에이전트에게 제공하는 모델 컨텍스트 프로토콜 서버입니다.

모델 컨텍스트 프로토콜

모델 컨텍스트 프로토콜(MCP)은 다음 간의 통신을 가능하게 합니다.

  • 클라이언트 : Claude Desktop, IDE 및 기타 MCP 호환 클라이언트
  • 서버 : 작업 관리 및 자동화를 위한 도구 및 리소스
  • LLM 에이전트 : 서버의 기능을 활용하는 AI 모델

목차

특징

네트워크 및 지리적 위치

  • 지능형 캐싱을 갖춘 IP 지리적 위치
  • 네트워크 연결 테스트
  • Ping 및 traceroute 유틸리티
  • 공개 IP 감지
  • 속도 제한(분당 45개 요청)

시스템 유틸리티

  • 시스템 정보 검색
  • 리소스 모니터링
  • 부하 평균 추적
  • 네트워크 인터페이스 세부 정보

보안 도구

  • 암호화 해시 생성(MD5, SHA-1, SHA-256, SHA-512)
  • 상수 시간 해시 비교
  • UUID 생성

발전기 도구

  • QR 코드 생성
    • 터미널 출력
    • SVG 형식
    • Base64로 인코딩된 이미지

설치

지엑스피1

구성

MCP 클라이언트 설정에 추가:

{ "mcpServers": { "toolkit": { "command": "node", "args": ["node_modules/@cyanheads/toolkit-mcp-server/build/index.js"], "env": { "NODE_ENV": "production" } } } }

도구

네트워크 운영

// Get geolocation data const geo = await mcp.use('toolkit-mcp-server', 'geolocate', { query: '8.8.8.8' }); // Check connectivity const conn = await mcp.use('toolkit-mcp-server', 'checkConnectivity', { host: 'example.com', port: 443 });

시스템 운영

// Get system information const sysInfo = await mcp.use('toolkit-mcp-server', 'getSystemInfo', {}); // Get load average const load = await mcp.use('toolkit-mcp-server', 'getLoadAverage', {});

보안 운영

// Generate hash const hash = await mcp.use('toolkit-mcp-server', 'hashData', { input: 'test data', algorithm: 'sha256' }); // Generate UUID const uuid = await mcp.use('toolkit-mcp-server', 'generateUUID', {});

발전기 운영

// Generate QR code const qr = await mcp.use('toolkit-mcp-server', 'generateQRCode', { data: 'https://example.com', type: 'svg' });

기여하다

  1. 저장소를 포크하세요
  2. 기능 브랜치를 생성합니다( git checkout -b feature/amazing-feature )
  3. 변경 사항을 커밋하세요( git commit -m 'Add some amazing feature' )
  4. 브랜치에 푸시( git push origin feature/amazing-feature )
  5. 풀 리퀘스트 열기

특허

Apache 라이선스 2.0. 자세한 내용은 라이선스를 참조하세요.


You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

LLM 에이전트에게 IP 지리적 위치, 네트워크 진단, 시스템 모니터링, 암호화 작업 및 QR 코드 생성을 위한 포괄적인 툴셋을 제공하는 모델 컨텍스트 프로토콜 서버입니다.

  1. 모델 컨텍스트 프로토콜
    1. 목차
      1. 특징
        1. 네트워크 및 지리적 위치
        2. 시스템 유틸리티
        3. 보안 도구
        4. 발전기 도구
      2. 설치
        1. 구성
          1. 도구
            1. 네트워크 운영
            2. 시스템 운영
            3. 보안 운영
            4. 발전기 운영
          2. 기여하다
            1. 특허

              Related MCP Servers

              • A
                security
                A
                license
                A
                quality
                A Model Context Protocol server that gives LLMs the ability to interact with Ethereum networks, manage wallets, query blockchain data, and execute smart contract operations through a standardized interface.
                Last updated -
                31
                323
                2
                TypeScript
                MIT License
              • A
                security
                A
                license
                A
                quality
                A Model Context Protocol server that provides basic mathematical and statistical functions to LLMs, enabling them to perform accurate numerical calculations through a simple API.
                Last updated -
                13
                13
                TypeScript
                MIT License
              • -
                security
                F
                license
                -
                quality
                A Model Context Protocol server that connects LLMs to the Compiler Explorer API, enabling them to compile code, explore compiler features, and analyze optimizations across different compilers and languages.
                Last updated -
                Python
              • A
                security
                A
                license
                A
                quality
                A Model Context Protocol server that provides LLMs with real-time network traffic analysis capabilities, enabling tasks like threat hunting, network diagnostics, and anomaly detection through Wireshark's tshark.
                Last updated -
                7
                60
                JavaScript
                MIT License
                • Apple
                • Linux

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/cyanheads/toolkit-mcp-server'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server