mcp_security
This is a repository to experiment with MCP for security
Documentation
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.
Frequently asked questions
What is mcp_security?
mcp_security is This is a repository to experiment with MCP for security
How do I install mcp_security?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp_security open source?
Yes — it is hosted on GitHub at https://github.com/fr0gger/MCP_Security and has 44 stars.
Related MCP tools
Cognee is the open-source AI memory platform for agents. Give your AI agents persistent long-term memory across sessions with a self-hosted knowledge graph engine.
Python SQL Parser and Transpiler
MCP server that interacts with Obsidian via the Obsidian rest API community plugin
Open-source meeting transcription API for Google Meet, Microsoft Teams & Zoom. Auto-join bots, real-time WebSocket transcripts, MCP server for AI agents. Self-host or use hosted SaaS.
A super light-weight embedded code search engine CLI (AST based) that just works - improves speed and efficiency for coding agent 🌟 Star if you like it!
Official MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP