MCP ExplorerExplorer

Threatnews

@xue20010808on 9 months ago
4 MIT
FreeCommunity
AI Systems
MCP server for Threat info collection in cyber security

Overview

What is Threatnews

ThreatNews is an MCP server designed for the collection of threat information in the field of cybersecurity. It facilitates the gathering and analysis of data related to cyber threats.

Use cases

Use cases for ThreatNews include monitoring emerging cyber threats, analyzing historical threat data, and visualizing threat information through knowledge graphs.

How to use

To use ThreatNews, run the ‘collect_threat_info’ tool with the specified arguments for the date range you wish to collect data for. The command should be executed in the appropriate environment with necessary API keys.

Key features

Key features of ThreatNews include customizable date range for data collection, integration with Neo4j for knowledge graph creation, and a user-friendly interface for managing threat data.

Where to use

ThreatNews can be utilized in various sectors including cybersecurity firms, IT departments, and research institutions focused on threat intelligence and data analysis.

Content

MCP server for threat info colletion

Usage :
TOOL: collect_threat_info
arguments": {
“start_year”: “2024”,
“start_month”: “3”,
“start_day”: “1”,
“end_year”: “2024”,
“end_month”: “3”,
“end_day”: “10”
}

Cursor settins->Add mcp server[stdio]:
mcp.json:

{
“mcpServers”: {
“Threat_news”: {
“command”: “uv”,
“args”: [“–directory”, “/Users/sheldon/Desktop/mcp_test/threatmcp”,“run”, “collect.py”],
“env”: {
“API_KEY”: “value”
}
},
// if u want to create a neo4j knowledge graph. Thanks to alanse!!!
“neo4j”: {
“command”: “npx”,
“args”: [“@alanse/mcp-neo4j-server”],
“env”: {
“NEO4J_URI”: “bolt://localhost:7687”,
“NEO4J_USERNAME”: “neo4j”,
“NEO4J_PASSWORD”: “123456”
}
}

Or view it in Smithery:
image

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers