MCP Catalogs
首页

falcon-mcp

by CrowdStrike·161·综合分 50

CrowdStrike的MCP服务器使AI代理能够通过Falcon平台访问安全操作。

securitydeveloper-toolsops-infra
49
Forks
30
活跃 Issue
本月
最近提交
2 天前
收录于

概述

falcon-mcp是CrowdStrike开发的强大MCP服务器,通过模型上下文协议(MCP)提供对其安全平台的编程访问。它包含16多个模块的广泛功能,包括威胁情报、主机管理、检测等。该项目有最近的提交记录,并包含全面的文档。

试试问 AI

装完之后,这里有 3 个你可以让 AI 做的事:

:通过AI代理自动化安全分析和威胁搜寻
:将CrowdStrike Falcon功能集成到代理工作流中
:通过AI驱动的安全助手启用安全操作

什么时候选它

当您需要 AI 代理与 CrowdStrike Falcon 安全平台交互以进行自动化威胁搜索和安全分析时,选择此服务器。

什么时候不要选它

如果您不使用 CrowdStrike Falcon,需要访问来自多个供应商的安全工具,或需要公共预览版本之外的生产就绪功能,请避免使用此服务器。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • list_detections

    Find and analyze detections to understand malicious activity

  • get_host_details

    Retrieve detailed information about a specific host

  • search_threat_intel

    Research threat actors, IOCs, and intelligence reports

  • create_ioc

    Create a new indicator of compromise

  • query_ngsiem

    Execute CQL queries against Next-Gen SIEM

  • manage_firewall_rules

    Search and manage firewall rules and rule groups

  • investigate_identity

    Perform entity investigation for identity protection

  • discover_assets

    Search application inventory and discover unmanaged assets

  • execute_rtr_command

    Initialize RTR sessions and execute read-only triage commands

  • create_custom_ioa

    Create and manage Custom IOA behavioral detection rules

  • get_vulnerability_data

    Access and analyze vulnerability data from security assessments

  • get_sensor_usage

    Access and analyze sensor usage data across your environment

说明:Tool names were inferred from the module descriptions and the README's mention of 'available tools, and FQL resources' in each module. The actual tool names and signatures are documented in the full documentation available at the provided l

可对比工具

microsoft-security-mcppaloalto-mcpopencti-api-mcpsecurity-bro-mcp

安装

使用uv(推荐)或pip安装falcon-mcp:

# 使用uv
uv tool install falcon-mcp

# 使用pip
pip install falcon-mcp

配置需要环境变量:

export FALCON_CLIENT_ID="your-client-id"
export FALCON_CLIENT_SECRET="your-client-secret"
export FALCON_BASE_URL="https://api.crowdstrike.com"

运行:

falcon-mcp

要在Claude Desktop中使用,将以下内容添加到config.json:

{
  "mcpServers": {
    "falcon-mcp": {
      "command": "uvx",
      "args": [
        "--env-file",
        "/path/to/.env",
        "falcon-mcp"
      ]
    }
  }
}

falcon-mcp 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。