Skip to main content
Glama

OpenCTI MCP Server

search_indicators

Search and retrieve cyber threat intelligence indicators stored in OpenCTI using a structured query interface. Specify keywords and result limits to extract relevant data efficiently.

Instructions

搜尋OpenCTI中的指標

Input Schema

NameRequiredDescriptionDefault
firstNo返回結果數量限制
queryYes搜尋關鍵字

Input Schema (JSON Schema)

{ "properties": { "first": { "default": 10, "description": "返回結果數量限制", "type": "number" }, "query": { "description": "搜尋關鍵字", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from OpenCTI MCP Server

Related Tools

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/Spathodea-Network/opencti-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server