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
Add this skill
npx mdskills install fr0gger/mcp-securityProvides clear threat intelligence tools with good documentation but over-scoped permissions.
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_reportsfetch_threat_report_detailsreport_id (required): The ID of the threat report.fetch_threat_actorsfetch_threat_actor_detailsactor_id (required): The ID of the threat actor.fetch_sourcesfetch_source_detailssource_id (required): The ID of the source.Install via CLI
npx mdskills install fr0gger/mcp-securityORKL MCP Server is a free, open-source AI agent skill. 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
Install ORKL MCP Server with a single command:
npx mdskills install fr0gger/mcp-securityThis downloads the skill files into your project and your AI agent picks them up automatically.
ORKL MCP Server works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.