完整的说明文档可以在这里找到:https://blog.securitybreak.io/building-a-threat-intelligence-genai-reporter-with-orkl-and-claude-a0ae2e969693
这是一个用于查询ORKL API的模型上下文协议(MCP)服务器。该服务器提供了获取和分析威胁报告、威胁行为者和来源的工具。它与兼容MCP的应用程序无缝集成。
编辑或创建文件 /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 (必需): 威胁报告的ID。fetch_threat_actorsfetch_threat_actor_detailsactor_id (必需): 威胁行为者的ID。fetch_sourcesfetch_source_detailssource_id (必需): 来源的ID。