falcon-mcp
by CrowdStrike·★ 161·综合分 50
CrowdStrike的MCP服务器使AI代理能够通过Falcon平台访问安全操作。
概述
falcon-mcp是CrowdStrike开发的强大MCP服务器,通过模型上下文协议(MCP)提供对其安全平台的编程访问。它包含16多个模块的广泛功能,包括威胁情报、主机管理、检测等。该项目有最近的提交记录,并包含全面的文档。
试试问 AI
装完之后,这里有 3 个你可以让 AI 做的事:
什么时候选它
当您需要 AI 代理与 CrowdStrike Falcon 安全平台交互以进行自动化威胁搜索和安全分析时,选择此服务器。
什么时候不要选它
如果您不使用 CrowdStrike Falcon,需要访问来自多个供应商的安全工具,或需要公共预览版本之外的生产就绪功能,请避免使用此服务器。
此 server 暴露的工具
从 README 抽取出 12 个工具list_detectionsFind and analyze detections to understand malicious activity
get_host_detailsRetrieve detailed information about a specific host
search_threat_intelResearch threat actors, IOCs, and intelligence reports
create_iocCreate a new indicator of compromise
query_ngsiemExecute CQL queries against Next-Gen SIEM
manage_firewall_rulesSearch and manage firewall rules and rule groups
investigate_identityPerform entity investigation for identity protection
discover_assetsSearch application inventory and discover unmanaged assets
execute_rtr_commandInitialize RTR sessions and execute read-only triage commands
create_custom_ioaCreate and manage Custom IOA behavioral detection rules
get_vulnerability_dataAccess and analyze vulnerability data from security assessments
get_sensor_usageAccess 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
可对比工具
安装
使用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 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。