This is a repository to experiment with MCP for security
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.
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"
]
}
}
}
fetch_latest_threat_reports
fetch_threat_report_details
report_id
(required): The ID of the threat report.fetch_threat_actors
fetch_threat_actor_details
actor_id
(required): The ID of the threat actor.fetch_sources
fetch_source_details
source_id
(required): The ID of the source.