Anywhere MCP Server
@javierb507
关于 Anywhere MCP Server
AlienVault/USM Anywhere MCP Server - Threat intelligence and security monitoring
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Anywhere MCP Server?
Anywhere MCP Server is a Model Context Protocol (MCP) server that integrates with the Levelblue USM Anywhere platform, providing secure access to security monitoring data including alarms, events, and threat intelligence through the USM Anywhere API v2.0. It also offers legacy support for AlienVault OTX API. Built with TypeScript and Zod validation, it is intended for security analysts and developers who need to query security data via MCP-compatible clients.
How to use Anywhere MCP Server?
Clone the repository, install dependencies with npm install, build with npm run build, and configure a .env file with your USM Anywhere credentials (client ID, client secret, subdomain) and optionally an OTX API key. Start the server with npm start. Add the server to your MCP client configuration by providing the path to the built index.js and the required environment variables. Tools include get_alarms, get_events, get_alarm_details, get_event_details, search_pulses, get_indicator, and get_pulse.
Key features of Anywhere MCP Server
- OAuth 2.0 authentication using client credentials flow
- USM Anywhere API v2.0 integration for alarms and events
- Legacy OTX API support for threat intelligence
- Type-safe implementation with TypeScript and Zod
- Standard MCP protocol implementation
- Automatic OAuth token refresh and rate limit handling
Use cases of Anywhere MCP Server
- Retrieve and filter security alarms from USM Anywhere
- Query security events with source, page, and size filters
- Get detailed information on specific alarms or events
- Search threat intelligence pulses and indicators via legacy OTX
- Integrate security monitoring data into AI assistant workflows
FAQ from Anywhere MCP Server
How do I authenticate with the server?
Authentication uses OAuth 2.0 client credentials. You must set ANYWHERE_CLIENT_ID, ANYWHERE_CLIENT_SECRET, and ANYWHERE_SUBDOMAIN environment variables in your .env file or MCP client configuration.
Which tools are available on Anywhere MCP Server?
Seven tools are provided: get_alarms, get_events, get_alarm_details, get_event_details (USM Anywhere API v2.0), and search_pulses, get_indicator, get_pulse (legacy OTX API).
Can I use the legacy OTX API in addition to USM Anywhere?
Yes, the server includes legacy OTX API support. You can optionally set an OTX_API_KEY environment variable to use the OTX tools.
What runtime does Anywhere MCP Server require?
Node.js is required. The server is built with TypeScript and must be compiled with npm run build before running.
How is the server configured for MCP clients?
Add a JSON entry to your MCP client configuration with command: "node", args pointing to the built dist/index.js, and env containing the required credentials (ANYWHERE_CLIENT_ID, ANYWHERE_CLIENT_SECRET, ANYWHERE_SUBDOMAIN).
开发工具 分类下的更多 MCP 服务器
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
评论