- Explore MCP Servers
- MCP_Security
Mcp Security
What is Mcp Security
MCP_Security is a Model Context Protocol (MCP) server designed for querying the ORKL API, focusing on security-related data such as threat reports, threat actors, and sources.
Use cases
Use cases for MCP_Security include analyzing recent threat reports, identifying and researching threat actors, and gathering intelligence from various sources to enhance security measures.
How to use
To use MCP_Security, edit or create the configuration file located at /Users/user/Library/Application Support/Claude/claude_desktop_config.json, and set up the MCP server with the appropriate command and arguments.
Key features
Key features include tools for fetching the latest threat reports, retrieving detailed information on specific threat reports and actors, and accessing metadata for various sources used in threat intelligence.
Where to use
MCP_Security can be used in cybersecurity, threat intelligence analysis, and any field requiring detailed insights into security threats and actors.
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 Mcp Security
MCP_Security is a Model Context Protocol (MCP) server designed for querying the ORKL API, focusing on security-related data such as threat reports, threat actors, and sources.
Use cases
Use cases for MCP_Security include analyzing recent threat reports, identifying and researching threat actors, and gathering intelligence from various sources to enhance security measures.
How to use
To use MCP_Security, edit or create the configuration file located at /Users/user/Library/Application Support/Claude/claude_desktop_config.json, and set up the MCP server with the appropriate command and arguments.
Key features
Key features include tools for fetching the latest threat reports, retrieving detailed information on specific threat reports and actors, and accessing metadata for various sources used in threat intelligence.
Where to use
MCP_Security can be used in cybersecurity, threat intelligence analysis, and any field requiring detailed insights into security threats and actors.
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
ORKL MCP Server
A full write-up can be found here: https://blog.securitybreak.io/building-a-threat-intelligence-genai-reporter-with-orkl-and-claude-a0ae2e969693
A Model Context Protocol (MCP) server for querying the ORKL API. This server provides tools for fetching and analyzing threat reports, threat actors, and sources. It integrates smoothly with MCP-compatible applications.
Quick Install
Edit or create the file /Users/user/Library/Application Support/Claude/claude_desktop_config.json
{ "mcpServers": { "orkl": { "command": "uv", "args": [ "--directory", "/MyMCP/mcptest/orkl", "run", "orkl" ] } } }
Tools
Report Tools
Fetch Latest Threat Reports
- Name:
fetch_latest_threat_reports - Description: Fetch recent threat reports with their titles and IDs.
- Parameters: None
Fetch Threat Report Details
- Name:
fetch_threat_report_details - Description: Retrieve detailed information for a specific threat report by ID.
- Parameters:
report_id(required): The ID of the threat report.
Threat Actor Tools
Fetch Threat Actors
- Name:
fetch_threat_actors - Description: Fetch a list of known threat actors with their IDs and names.
- Parameters: None
Fetch Threat Actor Details
- Name:
fetch_threat_actor_details - Description: Retrieve detailed information for a specific threat actor by ID.
- Parameters:
actor_id(required): The ID of the threat actor.
Source Tools
Fetch Sources
- Name:
fetch_sources - Description: Fetch a list of sources used in threat intelligence.
- Parameters: None
Fetch Source Details
- Name:
fetch_source_details - Description: Retrieve detailed metadata for a specific source by ID.
- Parameters:
source_id(required): The ID of the source.
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.










