You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@humansecurity/mcp-server

Package Overview
Dependencies
Maintainers
6
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@humansecurity/mcp-server

Model Context Protocol (MCP) server providing comprehensive cybersecurity intelligence from HUMAN Security. Offers real-time attack monitoring, threat detection, fraud prevention, PCI DSS compliance validation, and supply chain security for AI-powered app

1.0.0-alpha
latest
npmnpm
Version published
Maintainers
6
Created
Source

HUMAN Security MCP Server

Supercharge your AI workflows with comprehensive cybersecurity intelligence from HUMAN Security. This Model Context Protocol (MCP) server provides access to HUMAN's industry-leading threat detection, attack analysis, and security monitoring capabilities directly within your AI-powered applications.

🛡️ What You Can Do

Cyberfraud Protection & Analytics

  • Real-time Attack Monitoring: Track sophisticated attack campaigns with time-series analytics and threat intelligence
  • Attack Investigation: Deep-dive into specific attack clusters with detailed forensics and attribution
  • Account Security: Investigate suspicious account behavior, fraud patterns, and security incidents
  • Traffic Analysis: Monitor web and mobile traffic patterns with comprehensive security metrics
  • Custom Security Rules: Manage and audit your custom mitigation policies and security controls

Code Defender - Client-Side Security

  • Supply Chain Protection: Monitor third-party scripts and vendors on your payment and sensitive pages
  • PCI DSS Compliance: Automated compliance validation and security assessment for payment environments
  • Security Incident Response: Track client-side attacks, XSS attempts, and code injection threats
  • HTTP Security Headers: Comprehensive security posture analysis and misconfiguration detection

🚀 Quick Start

For Cursor Users

Add this configuration to your Cursor mcp.json file:

{
  "mcpServers": {
    "human-security": {
      "command": "npx",
      "args": ["-y", "@humansecurity/mcp-server"],
      "env": {
        "HUMAN_CYBERFRAUD_API_TOKEN": "your-cyberfraud-token",
        "HUMAN_CODE_DEFENDER_API_TOKEN": "your-code-defender-token"
      }
    }
  }
}

For Other MCP-Compatible Applications

Install and run the server:

npx @humansecurity/mcp-server

You'll need API tokens from your HUMAN Security account to access the services. The server automatically detects which services you have access to and enables the corresponding tools.

Required Tokens

  • HUMAN_CYBERFRAUD_API_TOKEN: Enables attack monitoring, traffic analysis, account investigation, and custom rules management
  • HUMAN_CODE_DEFENDER_API_TOKEN: Enables supply chain monitoring, PCI compliance, and client-side security analysis

Optional Configuration

  • HUMAN_API_HOST: Use a different API endpoint (default: api.humansecurity.com)
  • HUMAN_API_VERSION: Specify API version (default: v1)
  • HTTP_TIMEOUT_MS: Request timeout in milliseconds (default: 30000)

💡 Usage Examples

Ask your AI assistant questions like:

"Show me attack trends over the last 24 hours" "Investigate suspicious activity for account ID XXXXX" "What third-party scripts are running on our payment pages?" "Are we PCI DSS compliant based on our current security headers?" "Analyze the effectiveness of our custom security rules" "Show me details about attack cluster XXXXX"

📊 Available Tools

Cyberfraud Protection

  • Traffic Data: Comprehensive traffic analytics with security metrics
  • Attack Reporting (Overtime): Time-series attack analytics and trend analysis
  • Attack Reporting (Overview): Detailed attack cluster intelligence and forensics
  • Account Information: Individual account security analysis and incident tracking
  • Custom Rules: Security policy management and effectiveness analysis

Code Defender Security

  • Security Incidents: Client-side attack detection and investigation
  • Script Inventory: Third-party script monitoring and PCI compliance
  • Header Inventory: HTTP security header analysis and optimization

🔗 Integration Options

Single Service Setup

If you only need one service, you can configure just that token:

Cyberfraud Only:

{
  "human-security": {
    "command": "npx",
    "args": ["-y", "@humansecurity/mcp-server"],
    "env": {
      "HUMAN_CYBERFRAUD_API_TOKEN": "your-token-here"
    }
  }
}

Code Defender Only:

{
  "human-security": {
    "command": "npx",
    "args": ["-y", "@humansecurity/mcp-server"],
    "env": {
      "HUMAN_CODE_DEFENDER_API_TOKEN": "your-token-here"
    }
  }
}

🆘 Support

  • Documentation: HUMAN Security Documentation
  • API Tokens:
  • Technical Support: Available through your HUMAN Security support channels

📄 License

MIT

Keywords

mcp

FAQs

Package last updated on 11 Jun 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