MCP Server for Cortex
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mcp-server-cortex": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
This server acts as a bridge, exposing the powerful analysis capabilities of a Cortex instance as tools consumable by Model Context Protocol (MCP) clients, such as large language models like Claude. It allows these clients to leverage Cortex analyzers for threat intelligence tasks.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in security
An evil MCP server used for redteam testing
Proof primitive for AI agents on MultiversX. Anchor file hashes on-chain as verifiable proofs.
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Security-first platform for AI agents. 38 specialized agents, 15 AI-powered extensions, zero-knowledge multi-agent orchestration. SENTINEL WAF, Ed25519 auth, 2.6M grounding facts.
MCP Security Weekly
Get CVE alerts and security updates for Mcp Server Cortex and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.

This server acts as a bridge, exposing the powerful analysis capabilities of a Cortex instance as tools consumable by Model Context Protocol (MCP) clients, such as large language models like Claude. It allows these clients to leverage Cortex analyzers for threat intelligence tasks.
Cortex is a powerful, free, and open-source observable analysis and active response engine. It allows you to analyze observables (like IPs, URLs, domains, files, etc.) using a variety of "analyzers" – modular pieces of code that connect to external services or perform local analysis.
Benefits of using Cortex (and this MCP server):
This MCP server makes these benefits accessible to MCP-compatible clients, enabling them to request analyses and receive structured results.
AbuseIPDB_1_0, Abuse_Finder_3_0, VirusTotal_Scan_3_1, Urlscan_io_Scan_0_1_0) must be enabled and correctly configured within your Cortex instance.The recommended way to install the MCP Server for Cortex is to download a pre-compiled binary for your operating system.
Go to the Releases Page: Navigate to the GitHub Releases page.
Download the Binary:
Find the latest release and download the appropriate binary for your operating system (e.g., mcp-server-cortex-linux-amd64, mcp-server-cortex-macos-amd64, mcp-server-cortex-windows-amd64.exe).
Place and Prepare the Binary:
/usr/local/bin on Linux/macOS, or a dedicated folder like C:\Program Files\MCP Servers\ on Windows).chmod +x /path/to/your/mcp-server-cortex
PATH if you want to run it without specifying the full path.Alternatively, you can build the server from source (see the Building section below).
The server is configured using the following environment variables:
CORTEX_ENDPOINT: The full URL to your Cortex API.
http://localhost:9000/apiCORTEX_API_KEY: Your API key for authenticating with the Cortex instance.RUST_LOG (Optional): Controls the logging level for the server.
info (for general information)mcp_server_cortex=debug,cortex_client=info (for detailed server logs and info from the cortex client library)For the tools provided by this MCP server to function correctly, the corresponding analyzers must be enabled and properly configured within your Cortex instance. The server relies on these Cortex analyzers to perform the actual analysis tasks.
The tools currently use the following analyzers by default (though these can often be overridden via tool parameters):
analyze_ip_with_abuseipdb: Uses an analyzer like `Abus