HUMAN Security MCP Server logo

HUMAN Security MCP Server

Organization
HumanSecurity

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 applications. Requires API tokens configured via environment variables: HUMAN_CYBERFRAUD_API_TOKEN and/or HUMAN_CODE_DEFENDER_API_TOKEN.

PublisherHumanSecurity
Repositoryhuman-mcp-server
LanguageTypeScript
Forks
1
Stars
11
Available tools
0
Transport typestdio
Categories
LicenseMIT
Links
  • Connect tools to AI workflows

    HUMAN Security MCP Server exposes MCP capabilities that can be used by compatible AI clients and agents.

  • 0 available tools

    Browse the callable actions below, including names and descriptions when provided by the server.

  • Ready-to-copy setup

    Use the installation snippets to configure this server in your preferred MCP client.

  • Open source signals

    11 stars and 1 forks from the linked repository.

npm version License: MIT

HUMAN Security Logo

This is the official MCP Server for HUMAN Security.

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

  • Traffic Analysis: Monitor web and mobile traffic patterns with comprehensive security metrics
  • 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
  • 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

Add this configuration to your MCP server file:

json
{
  "mcpServers": {
    "human-security": {
      "command": "npx",
      "args": ["-y", "@humansecurity/human-mcp-server"],
      "env": {
        "HUMAN_CYBERFRAUD_API_TOKEN": "your-cyberfraud-token",
        "HUMAN_CODE_DEFENDER_API_TOKEN": "your-code-defender-token"
      }
    }
  }
}
  • For Claude Desktop, navigate to Claude > Settings > Developer > Edit Config. This will take you to the location of the claude_desktop_config.json file. Edit this file in your preferred editor.
  • For Cursor, navigate to Cursor > Settings > Cursor Settings > Tools & Integrations. The MCP Tools section will take you to the mcp.json file, which you can edit directly in the Cursor editor.

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

🐳 Run with Docker

If you prefer Docker over NPM, run the MCP server container directly:

bash
docker run --rm -i \
  -e HUMAN_CYBERFRAUD_API_TOKEN=<value> \
  -e HUMAN_CODE_DEFENDER_API_TOKEN=<value> \
  us-docker.pkg.dev/hmn-registry-public/containers/human-mcp-server:latest

To use Docker from your MCP client config (e.g., Cursor or Claude Desktop), replace the NPM command with a Docker invocation:

json
{
  "mcpServers": {
    "human-security": {
      "command": "docker",
      "args": [
        "run", "--rm", "-i",
        "-e", "HUMAN_CYBERFRAUD_API_TOKEN",
        "-e", "HUMAN_CODE_DEFENDER_API_TOKEN",
        "us-docker.pkg.dev/hmn-registry-public/containers/human-mcp-server:latest"
      ],
      "env": {
        "HUMAN_CYBERFRAUD_API_TOKEN": "your-cyberfraud-token",
        "HUMAN_CODE_DEFENDER_API_TOKEN": "your-code-defender-token"
      }
    }
  }
}

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:

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

Code Defender Only:

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

🆘 Support

📄 License

MIT

Installation

TypingMind
Prerequisites:

Node.js 18+

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

Use HUMAN Security MCP Server MCP with multiple AI models

TypingMind connects MCP tools at the workspace level, so once HUMAN Security MCP Server is connected, you can use it with different AI models in TypingMind instead of setting it up separately for each model. This MCP runs locally through the TypingMind MCP connector on your device.

Setup guide to use the local connector

Use this when the MCP server needs access to local files, apps, or private resources on your computer.

1

Open the MCP settings

In TypingMind, go to Settings, Advanced Settings, then Model Context Protocol and choose Setup Connector.

  1. Open TypingMind in your browser.
  2. Click the Settings icon.
  3. Go to Advanced Settings.
  4. Open the Model Context Protocol section.
  5. Click Setup Connector and choose This Device.
TypingMind MCP connector setup screen with This Device selected
2

Run the connector command

Choose This Device, copy the command from TypingMind, and run it in Terminal. Keep the process running while you use MCP.

  1. Copy the setup command shown by TypingMind.
  2. Open Terminal on macOS or Windows Terminal on Windows.
  3. Paste and run the command.
  4. Approve the package install if Terminal asks you to proceed.
  5. Keep the Terminal window running while using MCP tools.
3

Add HUMAN Security MCP Server as a server

When the connector status is Ready, click Edit Servers and paste the MCP server configuration.

  1. Wait until the connector status shows Ready.
  2. Click Edit Servers.
  3. Paste the HUMAN Security MCP Server MCP server configuration.
  4. Save the server list.
  5. Refresh if you want to confirm the connector is still ready.
TypingMind MCP settings showing active server and Edit Servers button
{
  "mcpServers": {
    "humansecurity-human-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@humansecurity/human-mcp-server"
      ]
    }
  }
}
4

Use it across models

Save the server list, open Plugins, enable the HUMAN Security MCP Server MCP tools, then select any supported AI model in TypingMind and use the tools in chat or assign them to an AI agent.

  1. Open the Plugins page in TypingMind.
  2. Enable the HUMAN Security MCP Server MCP tools.
  3. Start a chat and choose the AI model you want to use.
  4. Use the MCP tools in chat or assign them to an AI agent.
  5. Switch to another AI model whenever needed without reconnecting MCP.
TypingMind chat using enabled MCP tools with a selected AI model
Can you use HUMAN Security MCP Server to help me with this task?
HUMAN Security MCP Server
Sure. I read it.
Here is what I found using HUMAN Security MCP Server.

Frequently asked questions

What is the HUMAN Security MCP Server MCP server used for?

HUMAN Security MCP Server is an MCP server that lets compatible AI clients connect to external tools and context. In TypingMind, you can add this MCP server once and make its tools available in your AI workspace.

Can I use HUMAN Security MCP Server MCP with multiple AI models in TypingMind?

Yes. TypingMind connects MCP tools at the workspace level, so you can use HUMAN Security MCP Server with different AI models such as Claude, ChatGPT, Gemini, or other models you have configured in TypingMind without setting up the MCP server separately for each model.

Why use HUMAN Security MCP Server MCP with TypingMind?

TypingMind is one of the best frontends for LLM chat because it brings multiple AI models, prompts, plugins, AI agents, API keys, and MCP tools into one workspace. With HUMAN Security MCP Server connected, you can use its MCP tools across your preferred models while keeping your chat workflow organized in TypingMind.

How do I connect HUMAN Security MCP Server MCP to TypingMind?

HUMAN Security MCP Server runs through the TypingMind local MCP connector. This is best when the MCP server needs access to local files, desktop apps, command-line tools, or private resources on your computer.

What tools does HUMAN Security MCP Server MCP provide in TypingMind?

HUMAN Security MCP Server exposes MCP capabilities that can be enabled from the TypingMind Plugins page and used in chat or assigned to AI agents.

Do I need to share my API keys with TypingMind to use HUMAN Security MCP Server MCP?

No. TypingMind is local-first and lets you keep your model providers, API keys, prompts, and MCP configuration under your control. If HUMAN Security MCP Server requires authentication, add the required headers, OAuth settings, or local configuration for that MCP server when you create the connection.

Related MCP Servers

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇