MCP server for Blackpoint Cyber CompassOne MDR platform that exposes tenant, asset, detection, and vulnerability data through a decision-tree navigation interface. It supports stdio or HTTP gateway mode and lets clients browse domain-specific tools after selecting a domain.
From the registry: MCP server for Blackpoint Cyber MDR — alerts, threats, and operations.
$ npm install -g blackpoint-mcpPlease install the `blackpoint-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install the Blackpoint MCP package** — Install the MCP server from npm. Run: `npm install -g blackpoint-mcp`
- **Obtain a CompassOne API token** — Create or obtain a Blackpoint CompassOne API token for authentication. A CompassOne Partner Agreement and appropriate credentials may be required for API access.
Canonical MCP server config (stdio transport):
- command: `blackpoint-mcp`
- args: []
- required environment variables:
- `BLACKPOINT_API_TOKEN`: CompassOne API token used for authentication in standalone mode. (example: `<your-api-token>`)
- optional environment variables:
- `BLACKPOINT_BASE_URL`: CompassOne API base URL, if your region or partner deployment uses a custom endpoint. (example: `<your-base-url>`)
- `MCP_TRANSPORT`: Transport mode. Defaults to stdio; set only if you need to override it. (example: `stdio`)
- `MCP_HTTP_PORT`: HTTP port for gateway mode. Not needed for stdio mode. (example: `<your-http-port>`)
- `AUTH_MODE`: Set to gateway to enable header-based authentication for HTTP gateway mode. (example: `gateway`)
- `LOG_LEVEL`: Logging level. (example: `debug`)
Note: README also documents an HTTP gateway mode using the same executable. Canonical stdio config is preferred because MCP_TRANSPORT defaults to stdio. In gateway mode, set MCP_TRANSPORT=http and optionally AUTH_MODE=gateway; when AUTH_MODE=gateway, the server reads the API token from the X-Blackpoint-API-Token HTTP header instead of BLACKPOINT_API_TOKEN.
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.BLACKPOINT_API_TOKENrequiredCompassOne API token used for authenticationBLACKPOINT_BASE_URLCompassOne API base URL, which may vary by region or partnerMCP_TRANSPORTTransport mode for the MCP server, either stdio or httpMCP_HTTP_PORTHTTP port used in gateway modeAUTH_MODESet to gateway to use header-based authenticationLOG_LEVELLogging level for the serverDead code, security, secrets detection and code quality for Python, TypeScript, Go.