Trend Micro Connector for AI agents.
8 live capabilities
Investigate security threats and audit endpoint activity across your Vision One infrastructure.
Waiting for input…
Why people use Trend Micro
Trend Micro for Faster Security Incident Response
This Connector lets your agent do that heavy lifting for you. You just tell your agent what you're looking for, and it pulls the alerts, logs, and endpoint data into a single conversation. You get a clear picture of the threat without the tab-switching fatigue.
What Vinkius changes
You get a direct way to talk to your security data without clicking through dashboards.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Rapid Incident Response
A SOC analyst asks the agent to find all alerts from the last hour and pull details for the highest severity one using list_security_alerts and get_alert_details.
- Real-world use case 02
Hardware Inventory Audit
An engineer needs to know if a new batch of 50 laptops is showing up in the system and uses list_managed_endpoints to verify the rollout.
- Real-world use case 03
Phishing Campaign Tracing
A hunter asks the agent to search email activity logs for a specific sender to see who else received a malicious link using list_email_activity_logs.
Complete set · 8capabilities
The complete Trend Micro capability set.
These are the exact actions your AI can choose when you ask it to work with Trend Micro.
01—04
4 capabilities in this set.
Part of 8 available through Trend Micro.
- 01 Capability
List email activity logs
Searches through email activity logs to find threat patterns. This is useful for tracing how a phishing campaign moved through your organization.
- 02 Capability
List managed endpoints
Shows a list of all assets and devices connected to Vision One. You can use this to audit your hardware inventory and see what's online.
- 03 Capability
List suspicious objects
Lists suspicious URLs, IPs, and files from your threat intelligence feed. This lets you quickly see which blacklisted items are hitting your network.
- 04 Capability
Get vision one account
Checks your Trend Micro account status and connection health. This ensures your agent is properly synced before you start any investigations.
05—08
4 capabilities in this set.
Part of 8 available through Trend Micro.
- 05 Capability
Get alert details
Pulls the specific metadata for a single workbench alert. This lets you see the full context and impact of a high-priority threat.
- 06 Capability
List security alerts
Lists all current security alerts from the Vision One workbench. This gives you a quick overview of all active security issues in your network.
- 07 Capability
List recent detections
Shows all recent XDR detections across your environment. It helps you spot broad-level threats that haven't been promoted to formal alerts yet.
- 08 Capability
List endpoint activity logs
Retrieves telemetry logs for activity on your managed endpoints. Use this to see exactly what processes ran on a specific device.
Set up in minutes
One URL. Then ask Trend Micro to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Trend Micro from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ZGpB8FjrLo2LRoCX8wdnwmMn8BBhvOjNXJGmevPZ/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Trend Micro, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Trend Micro for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ZGpB8FjrLo2LRoCX8wdnwmMn8BBhvOjNXJGmevPZ/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Trend Micro URL.
- Step 03
Save and start
Save the connection and enable Trend Micro in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"trend-micro": {
"url": "https://edge.vinkius.com/vk_preview_ZGpB8FjrLo2LRoCX8wdnwmMn8BBhvOjNXJGmevPZ/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Trend Micro
Open Agent mode in chat and ask: "Using Trend Micro, help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"trend-micro": {
"url": "https://edge.vinkius.com/vk_preview_ZGpB8FjrLo2LRoCX8wdnwmMn8BBhvOjNXJGmevPZ/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Trend Micro
Ask Copilot: "Using Trend Micro, help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"trend-micro": {
"url": "https://edge.vinkius.com/vk_preview_ZGpB8FjrLo2LRoCX8wdnwmMn8BBhvOjNXJGmevPZ/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Trend Micro
Open Cascade and ask: "Using Trend Micro, help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"trend-micro": {
"url": "https://edge.vinkius.com/vk_preview_ZGpB8FjrLo2LRoCX8wdnwmMn8BBhvOjNXJGmevPZ/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Trend Micro
Ask Cline: "Using Trend Micro, help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add trend-micro --transport http "https://edge.vinkius.com/vk_preview_ZGpB8FjrLo2LRoCX8wdnwmMn8BBhvOjNXJGmevPZ/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Trend Micro
Ask Claude: "Using Trend Micro, show me...". 8 tools are ready
Where the request belongs
Work Trend Micro can move forward.
This is for security professionals who are drowning in telemetry. If you're tired of switching tabs to correlate data between endpoints and alerts, this is for you.
SOC Analyst
Investigates alerts and pulls forensic logs during active incidents to find the root cause.
Security IT Engineer
Verifies if new endpoints are correctly joined to the management console and checks device status.
Threat Hunter
Scans for blacklisted URLs and suspicious files across the network to find hidden threats.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCrowdStrike Falcon
Detect threats, manage endpoints, investigate incidents, and query telemetry from CrowdStrike Falcon. the #1 endpoint detection and response platform.
Intruder
Automate vulnerability scanning and security monitoring via Intruder.io API.
Tenable
Manage Tenable Vulnerability Management scans, inspect cloud assets, and triage CVEs natively via your AI agent.
Salt Security
Integrate Salt Security directly with your AI for comprehensive API threat vector discovery, posture management, and active remediation in real-time.
Rapid7 InsightVM
Equip your AI to interact directly with Rapid7 InsightVM, extracting vulnerability assessments, scanning network assets, and launching immediate scans.
CrowdSec
Automate threat intelligence via CrowdSec. query local decisions, stream security updates, and check global IP reputation directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Trend Micro connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Trend Micro.
The practical details behind the request, access and result.
Can I use this to see my Trend Micro alerts?
Yes, it connects your agent to the Vision One workbench so you can see all active security alerts in one place.
How does this help with phishing?
It lets your agent search email activity logs to see who received a malicious link and help you trace the campaign.
Can it find suspicious IPs?
Yes, it can pull a list of all suspicious objects from your threat intelligence feed, including IPs, URLs, and files.
Does this work with my existing security setup?
Yes, it connects specifically to your Trend Micro Vision One infrastructure to pull your actual telemetry.
Can I use it to see my managed devices?
Yes, it can list all your endpoints and assets currently connected to your Vision One environment.
Is this for SOC analysts?
Yes, it's designed to help security teams investigate threats faster by automating data retrieval.
How do I securely obtain my Trend Micro API Key?
Establish a secure connection as an administrator towards either your Vision One or Cloud One portal environment. On the overarching menu frame, hover explicitly down to the Administration section followed sequentially by User Roles or API Key Management modules. Generate a new valid role-based cryptographic string ensuring Threat Investigation boundaries. Transport the copied result fully intact.
What format is required for the TRENDMICRO_REGION property?
Your particular Trend Micro tenant is physically mapped to certain global cloud datacenters (like AWS clusters). It expects valid identifier strings specifically such as us-east-1 (US base), eu-central-1 (Europe), or instances like ap-northeast-1 among others. Consult your local admin portal URL structure if uncertain before submitting.
Should I secure my Trend Micro API Key?
Yes. Most Trend Micro consoles display the API key or secret only once immediately after generation. Copy and save it in a secure location (such as a password manager), and treat it like a password by assigning the principle of least privilege.
One connection away
Give your agent a direct line to Trend Micro.
Connect Trend Micro once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available