
Security News
Bun 1.2.19 Adds Isolated Installs for Better Monorepo Support
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.
@humansecurity/mcp-server
Advanced tools
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
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.
Cyberfraud Protection & Analytics
Code Defender - Client-Side Security
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"
}
}
}
}
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.
HUMAN_CYBERFRAUD_API_TOKEN
: Enables attack monitoring, traffic analysis, account investigation, and custom rules managementHUMAN_CODE_DEFENDER_API_TOKEN
: Enables supply chain monitoring, PCI compliance, and client-side security analysisHUMAN_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
)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"
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"
}
}
}
MIT
FAQs
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
We found that @humansecurity/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.
Security News
Popular npm packages like eslint-config-prettier were compromised after a phishing attack stole a maintainer’s token, spreading malicious updates.
Security News
/Research
A phishing attack targeted developers using a typosquatted npm domain (npnjs.com) to steal credentials via fake login pages - watch out for similar scams.