check_exposure
Identify which monitored MCP servers depend on a given npm package. Use during incident response to assess blast radius and determine impact across your infrastructure.
Instructions
Check which monitored MCP servers depend on a given package. Use this during incident response to find blast radius. Example: 'which MCP servers use axios?'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| npm | Yes | npm package name to check exposure for (e.g. 'axios') |