69
/ 100
4 days ago
glama

OpenCTI MCP Server

Enables interaction with OpenCTI threat intelligence platform through the Model Context Protocol, providing tools for indicators, observables, reports, cases, investigations, and more.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: OPENCTI_TOKEN, MCP_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configOPENCTI_CLIENT_PYTHON_PATH
configOPENCTI_URLYes Base URL of the OpenCTI instance, for example http://localhost:4000
🔐 secretOPENCTI_TOKENYes OpenCTI API bearer token
configOPENCTI_SSL_VERIFYNo true true, false, or a CA bundle path
configMCP_TRANSPORTNo stdio stdio or sse
configMCP_SSE_PORTNo 8000 Bind port for SSE transport
configMCP_IDENTITY_MODEopencti_bearer \
🔐 secretMCP_API_KEYRequired for SSE unless explicitly disabled Bearer token required for SSE HTTP requests
configLOG_LEVELNo info Python log level
configMCP_SSE_HOSTNo 127.0.0.1 Bind host for SSE transport
configMCP_DOTENV_PATHyou may load one explicitly trusted dotenv file by setting to
configMCP_TENANTS_JSONNo unset JSON object of additional routable tenants keyed by tenant id. Each entry must define opencti_url, opencti_token, and may override ssl_verify. Multi-tenant routing is SSE-only.
configMCP_COORDINATION_BACKEND_FACTORYNo unset Optional module:callable import path that returns a CoordinationBackends bundle for externally managed audit, quota, and idempotency storage.
configMCP_TRUSTED_PROXY_SOURCESNo 127.0.0.1,::1 Comma-separated proxy source IPs or CIDR ranges allowed to supply forwarded client headers when MCP_TRUST_PROXY_HEADERS=true. At least one source is required when enabled.
configMCP_IDEMPOTENCY_BACKENDNo memory memory for process-local replay protection or sqlite for restart-safe durable replay protection.
configMCP_IDEMPOTENCY_SQLITE_PATHRequired when MCP_IDEMPOTENCY_BACKEND=sqlite Absolute path to the SQLite idempotency database file.
configMCP_OBSERVABILITY_BACKENDNo memory memory for process-local audit and quota state or sqlite for restart-safe, cross-process observability state.
configMCP_OBSERVABILITY_SQLITE_PATHRequired when MCP_OBSERVABILITY_BACKEND=sqlite Absolute path to the SQLite observability database file.
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/blauwers-opencti-mcp-server-54j9fc)](https://m8ven.ai/mcp/blauwers-opencti-mcp-server-54j9fc)
commit: bb4f816e8031ad5f21619fc21fe99432e7cf1035
code hash: 5b4bdd7c50a45192837e367e288986b4160eeb9501f0f7956356e229150ac01a
verified: 7/27/2026, 10:22:13 AM
view raw JSON →