- Explore MCP Servers
- ThreatNews
Threatnews
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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:
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










