MCP server for ORKL Threat Intelligence Library
If you already use ORKL, the orkl mcp server is the piece that lets your assistant work with it directly. MCP server for ORKL Threat Intelligence Library.
A MCP (Model Control Protocol) server for accessing the ORKL Threat Intelligence Library.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
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 dataPrerequisites — The Prerequisites tool exposed by this serverConfiguration is passed through the environment: ORKL_API_BASE_URL, ORKL_REQUEST_TIMEOUT, ORKL_CACHE_TTL, ORKL_USE_CACHE, ORKL_RATE_LIMIT_REQUESTS, ORKL_RATE_LIMIT_PERIOD. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. ORKL's toolset — fetch_latest_threat_reports, fetch_threat_report_details, fetch_threat_report_by_hash and 10 more — is a fair guide to whether it matches your workflow. It is maintained by heiths; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| fetch_latest_threat_reports | Get recent threat intelligence reports |
| fetch_threat_report_details | Get details about a specific report |
| fetch_threat_report_by_hash | Retrieve a report by SHA1 hash |
| search_threat_reports | Search for reports matching criteria |
| get_library_info | Get information about the ORKL library |
| get_library_version | Get version information |
| fetch_threat_actors | Get a list of all threat actors |
| fetch_threat_actor_details | Get detailed information about a threat actor |
| fetch_sources | Get a list of available sources |
| fetch_source_details | Get detailed information about a source |
| clear_cache | Clear the local cache for fresh data |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Installation | 1. Clone the repository: bash git clone https://github.com/heiths/orkl_mcp_server.git cd orkl_mcp_server |
| Variable | Description | Required |
|---|---|---|
| ORKL_API_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| ORKL_REQUEST_TIMEOUT | Configuration value read at startup. | Optional |
| ORKL_CACHE_TTL | Configuration value read at startup. | Optional |
| ORKL_USE_CACHE | Configuration value read at startup. | Optional |
| ORKL_RATE_LIMIT_REQUESTS | Configuration value read at startup. | Optional |
| ORKL_RATE_LIMIT_PERIOD | Configuration value read at startup. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.