vision-one-mcp-server

trendmicro/vision-one-mcp-server
★ 30 stars Go AI/LLM Updated 3mo ago ✗ Risk
The Trend Vision One Model Context Protocol (MCP) Server enables natural language interaction between your favourite AI tooling and the Trend Vision One web APIs. This allows users to harness the power of Large Language Models (LLM) to interpret and respond to security events.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "vision-one-mcp-serve": {
      "command": "go",
      "args": [
        "run",
        "github.com/trendmicro/vision-one-mcp-server@latest"
      ]
    }
  }
}