Submit

OPTIX

@Adam Waldie

A standalone Python/FastAPI server that implements the Model Context Protocol (MCP) for the OPTIX threat intelligence platform. It exposes 26 analyst-friendly tools that AI assistants and programmatic consumers can use to query threat feeds, search documents and indicators, manage watchlists, triage IOCs, generate detection rules, trigger AI research, and produce intelligence reports — without needing to understand OPTIX's internal REST API.
Overview

{"name":"OPTIX Threat Intelligence","version":"1.0.0","description":"OPTIX MCP server — structured threat intelligence via the Model Context Protocol.","transports":["sse","streamable-http"],"docs":"https://optixthreatintelligence.co.uk/mcp-docs"}

Server Config

{
  "mcpServers": {
    "optix": {
      "url": "https://optixthreatintelligence.co.uk/mcp",
      "headers": {
        "X-API-Key": "optx_your_key_here"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.