The Cyberbro MCP Server extracts Indicators of Compromise (IoCs) from unstructured text and analyzes them using Cyberbro engines.
From the registry: MCP server for Cyberbro IOC extraction, enrichment and reputation analysis.

Please install the `mcp-cyberbro` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Running Cyberbro instance** — Requires a running Cyberbro server reachable via CYBERBRO_URL (https://github.com/stanfrbd/cyberbro)
Optional prerequisites:
- Install uv — uv/uvx required to launch (https://docs.astral.sh/uv/getting-started/installation/)
Canonical MCP server config (stdio transport):
- command: `uvx`
- args: ["mcp-cyberbro"]
- required environment variables:
- `CYBERBRO_URL`: URL of the Cyberbro instance (example: `http://localhost:5000`)
- optional environment variables:
- `API_PREFIX`: Cyberbro API path prefix (example: `api`)
- `SSL_VERIFY`: Enable/disable SSL verification (example: `true`)
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.CYBERBRO_URLrequiredThe URL of the Cyberbro service for analysis.AI-powered threat hunting and incident response MCP server for Elasticsearch/OpenSearch