New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

cu4d-mcp

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cu4d-mcp

MCP server wrapper for CU4D.DAL API's endpoints for AI tools

latest
npmnpm
Version
1.1.35
Version published
Weekly downloads
16
-80.49%
Maintainers
1
Weekly downloads
 
Created
Source

cu4d-mcp

MCP (Model Context Protocol) server for ControlUp DEX device and application data.

Installation

npm install cu4d-mcp

Configuration

Set environment variables:

DEX_API_KEY=your-api-key
DEX_API_URL=https://your-dex-api-endpoint/cu4d-dal-mcp

Or use a config file (config/local.json5):

{
  dexPapi: {
    baseUrl: "https://your-dex-api-endpoint/cu4d-dal-mcp",
    apiKey: "your-api-key"
  }
}

Available Tools

Device Tools

ToolDescription
list_devicesList devices with filtering, sorting, and DEX scores
get_device_metadataGet device basic info (name, platform, group)
get_device_agent_infoGet agent version and features
get_device_os_hardwareGet OS and hardware details
get_device_usersGet user and session info
get_device_networkGet network and location info
get_device_performanceGet CPU, memory, disk metrics
get_device_appsGet app stability metrics

History Tools

ToolDescription
get_device_performance_historyHistorical performance metrics
get_device_network_historyHistorical network metrics
get_device_score_historyHistorical DEX scores
get_device_stability_historyHistorical crashes/freezes/hangs
get_device_users_historyHistorical user activity

Application Tools

ToolDescription
list_applicationsList installed applications
get_application_crashesGet crash statistics
compare_application_versionsCompare version crash rates
get_win_event_logsGet Windows event logs

Advanced

ToolDescription
execute_custom_queryRun custom Elasticsearch queries

Usage with Cursor

Add to your MCP settings:

{
  "mcpServers": {
    "cu4d": {
      "command": "npx",
      "args": ["cu4d-mcp"],
      "env": {
        "DEX_API_KEY": "your-api-key",
        "DEX_API_URL": "https://your-endpoint/cu4d-dal-mcp"
      }
    }
  }
}

Usage with Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cu4d": {
      "command": "npx",
      "args": ["cu4d-mcp"],
      "env": {
        "DEX_API_KEY": "your-api-key",
        "DEX_API_URL": "https://your-endpoint/cu4d-dal-mcp"
      }
    }
  }
}

License

Proprietary - ControlUp

Keywords

mcp

FAQs

Package last updated on 18 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts