MCP Server
Blackbox includes an optional MCP server for AI assistants.
What It Exposes
When enabled, the MCP server exposes tools including:
list_incidentsget_incidentlist_entriessearch_entrieslist_nodes
Enable It
- Open Admin > System > MCP Server
- Enable the service
- Copy or regenerate the server-wide bearer token
Claude Desktop Example
{
"mcpServers": {
"blackbox": {
"url": "http://your-server/mcp",
"headers": {
"Authorization": "Bearer <your-token>"
}
}
}
}
Endpoint
Blackbox mounts MCP on the main server at /mcp.
- No separate MCP listener or port is required.
- Reverse proxies should forward
/mcpto the same Blackbox server as the UI and API.
Breaking Change
Older MCP setups that pointed clients at a dedicated port or /sse endpoint
must be updated to /mcp on the main Blackbox server.
Security
- Every request requires a bearer token.
- The token is server-wide and can be regenerated from Admin > System > MCP Server.
- You can enable or disable MCP from Admin > System > MCP Server.