MCP.so
登录

ThreatNews

@xue20010808

关于 ThreatNews

MCP server for Threat info collection in cyber security

基本信息

分类

其他

许可证

MIT

运行时

python

传输方式

stdio

发布者

xue20010808

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is ThreatNews?

ThreatNews is an MCP server for collecting threat intelligence information. It provides a tool-based interface to query threat news by date range, targeting security researchers and developers who need structured threat data.

How to use ThreatNews?

Configure ThreatNews in Cursor as a stdio MCP server using uv to run the collect.py script from its directory, and set the API_KEY environment variable. Invoke the collect_threat_info tool with start and end date parameters (year, month, day).

Key features of ThreatNews

  • Collects threat intelligence via a single MCP tool.
  • Queries by configurable start and end dates.
  • Runs as a stdio MCP server.
  • Requires an API key for authentication.
  • Integrates with Cursor IDE.

Use cases of ThreatNews

  • Query threat news for a specific date range.
  • Integrate threat data collection into Cursor workflows.
  • Automate threat intelligence gathering for analysis.
  • Support security research with dated incident information.

FAQ from ThreatNews

What tool does ThreatNews provide?

It provides the collect_threat_info tool with required arguments: start_year, start_month, start_day, end_year, end_month, and end_day.

How do I set up ThreatNews in Cursor?

Add a stdio MCP server with the command uv and args ["--directory", "/path/to/threatmcp", "run", "collect.py"], plus the API_KEY environment variable.

Does ThreatNews include Neo4j integration?

The README shows an optional separate Neo4j MCP server configuration for building a knowledge graph, but it is not part of ThreatNews itself.

评论

其他 分类下的更多 MCP 服务器