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

@compligent/nice-mcp-cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@compligent/nice-mcp-cli

MCP CLI client for Compligent NICE Workforce Framework server with hosted database integration

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

@compligent/nice-mcp-cli

NPX client for Compligent's NICE Workforce Framework MCP server with integrated database capabilities.

🚀 Quick Start

# Use with Claude Desktop or other MCP clients
npx @compligent/nice-mcp-cli@latest

📋 Claude Desktop Configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "compligent-nice": {
      "command": "npx", 
      "args": ["@compligent/nice-mcp-cli@latest"],
      "env": {
        "NODE_ENV": "production"
      }
    }
  }
}

Premium Access (Optional)

For premium integrated workforce features:

{
  "mcpServers": {
    "compligent-nice": {
      "command": "npx",
      "args": ["@compligent/nice-mcp-cli@latest"],
      "env": {
        "NODE_ENV": "production",
        "COMPLIGENT_API_KEY": "your-api-key-here"
      }
    }
  }
}

Get your API key at compligent.io/api-keys

✨ Features

🆓 Free Tier (10 tools)

  • Core NICE Framework Access: List, search, and explore workforce roles
  • Job Description Generation: Create job descriptions based on NICE work roles
  • Basic Assessment Planning: Generate workforce assessment plans
  • Competency Assessment: Create competency evaluation frameworks
  • Learning Path Generation: Design personalized learning pathways

🔐 Premium Tier (10+ additional tools)

  • 🔗 Cross-Framework Mappings: Map NICE roles to CSF, SP 800-53, and CUI requirements
  • 🚀 Unified Workforce Planning: Multi-framework workforce and security planning
  • 🎯 AI-Powered Gap Analysis: Cross-framework workforce gap analysis
  • 📚 Compliance Training: Role-based training aligned with compliance requirements
  • 📈 Strategic Planning: Succession planning with competency mapping
  • 🤝 Intelligent Matching: Mentorship matching with career pathway analysis
  • 📊 Career Analytics: Progression tracking with compliance framework alignment
  • 🏛️ Federal Integration: Unified federal and commercial workforce guidance

🏗️ Architecture

This NPX client uses Compligent's hosted integrated database approach:

  • Thin Client: Lightweight NPX package for easy installation
  • Hosted Database: Oracle database with cross-framework relationships
  • API Integration: Secure connection to Compligent's compliance platform
  • Cross-Framework Mapping: Unique workforce-to-compliance mappings

🎯 Competitive Advantages

What You Get That Others Can't Provide:

  • Cross-Framework Integration: Map NICE workforce roles directly to security compliance frameworks
  • Unified Career Paths: Career progression that considers both workforce development AND compliance requirements
  • Integrated Analytics: Workforce planning that spans multiple federal frameworks
  • Real-Time Updates: Always current with the latest framework releases
  • Enterprise Integration: Ready for large-scale workforce and compliance management

📖 Usage Examples

Basic Usage (Free)

# Ask Claude:
"Can you list the NICE Framework work roles in the Operations and Governance category?"

"Generate a job description for NICE work role OG-WRL-001"

"What are the key competencies for a Security Analyst role?"

Premium Integration Examples

# Ask Claude (Premium):
"Map NICE role OG-WRL-001 to relevant NIST CSF functions"

"Create a unified workforce plan that covers both NICE competencies and SP 800-53 control requirements"

"Analyze our cybersecurity workforce gaps across NICE, CSF, and CUI compliance requirements"

"Generate a career progression path from Security Analyst to CISO that includes compliance framework expertise"

🔧 Development

# Local development
git clone https://github.com/compligent/nice-mcp-cli
cd nice-mcp-cli
npm install
npm link

# Test locally
node index.js

📞 Support

📄 License

MIT © Compligent

Ready to transform your workforce planning with integrated compliance? Get started at compligent.io

Keywords

mcp

FAQs

Package last updated on 14 Sep 2025

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