ORKL MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ORKL MCP ServerGet the latest threat reports from the ORKL library."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ORKL MCP Server
A MCP (Model Control Protocol) server for accessing the ORKL Threat Intelligence Library.
Table of Contents
Related MCP server: Purple AI MCP Server
Features
Access to ORKL Threat Intelligence Library data via the ORKL API
Efficient caching to minimize API calls
Rate limiting to respect ORKL API restrictions
Standardized MCP Tools and Resources for LLM interaction
Built-in support for Claude Desktop integration
Screenshot
Getting Started
Prerequisites
Python 3.10 or later
uv package manager (recommended)
Installation
Clone the repository:
git clone https://github.com/heiths/orkl_mcp_server.git cd orkl_mcp_serverInstall dependencies using uv (recommended):
uv venv uv pip install -r requirements.txtConfigure the server (see Configuration section below)
Register with Claude Desktop
Add the following config to your claude_desktop_config.json:
{
"ORKL Threat Intelligence": {
"command": "uv",
"args": [
"--directory",
"/path/to/orkl_mcp_server", <-- Replace with the path to the cloned repository
"run",
"python",
"run_server.py"
],
"env": {
"ORKL_API_BASE_URL": "https://orkl.eu/api/v1",
"ORKL_REQUEST_TIMEOUT": "30",
"ORKL_CACHE_TTL": "300",
"ORKL_USE_CACHE": "1",
"ORKL_RATE_LIMIT_REQUESTS": "90",
"ORKL_RATE_LIMIT_PERIOD": "30"
}
}
}MCP Tools
The server provides the following MCP Tools:
fetch_latest_threat_reports: Get recent threat intelligence reportsfetch_threat_report_details: Get details about a specific reportfetch_threat_report_by_hash: Retrieve a report by SHA1 hashsearch_threat_reports: Search for reports matching criteriaget_library_info: Get information about the ORKL libraryget_library_version: Get version informationfetch_threat_actors: Get a list of all threat actorsfetch_threat_actor_details: Get detailed information about a threat actorfetch_sources: Get a list of available sourcesfetch_source_details: Get detailed information about a sourceclear_cache: Clear the local cache for fresh data
MCP Resources
The server provides these MCP Resources:
threat_reports://{report_id}: Direct access to specific reportsthreat_actors://{actor_id}: Direct access to threat actor informationsources://{source_id}: Direct access to source information
Example Prompts
Malware Investigation
I found a suspicious file with SHA1 hash '5f2b7f47b2c9da342583c3a7e3887b4babad0fa9'. Can you check if this hash is associated with any known threats in the ORKL database and provide details about its capabilities and attribution?
Threat Landscape Overview
Can you provide an overview of the current threat landscape for financial institutions? Use the ORKL API to search for relevant threat reports from the past month and identify emerging trends or notable threat actors.
Configuration
Configuration can be provided through:
Environment variables
A JSON configuration file (
config.jsonin the current directory)
Environment Variables
Variable | Description | Default |
| API base URL |
|
| Request timeout in seconds |
|
| Cache time-to-live in seconds |
|
| Enable caching (1/0) |
|
| Maximum requests per period |
|
| Rate limit period in seconds |
|
| Path to configuration file |
|
License
This project is licensed under the MIT License - see the LICENSE file for details.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/heiths/orkl_mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server