Risk scoring
Risk scoring in MCP Gateway evaluates the potential impact of MCP tools. Security, IT, and platform teams can make informed decisions about which tools to approve, expose, and monitor. Risk signals are surfaced on tool catalog items and in sandbox analysis results.
Where you see risk scores
- Catalog items: Each MCP server and tool in the catalog carries a risk score and tier. Admins can assess tools at a glance before adding them to a profile.
- Sandbox analysis: When an MCP server is evaluated in the MCP evaluation sandbox, MCP Gateway produces a deeper, per-tool risk assessment with a written reason for each score.
How risk is scored
MCP Gateway combines two scoring layers:
-
Catalog heuristic scoring: A pattern-based score evaluates each tool's action type (read, write, update, deploy, delete, destroy) and its category (data, infrastructure, code, observability). A pattern-based score evaluates red-flag patterns in the tool's description, such as filesystem access, secrets handling, network operations, code execution, and cloud service control.
-
Sandbox analysis scoring: An LLM-evaluated rubric scores each tool from 0 to 100 and produces a written reason explaining the score. The rubric is applied during sandbox evaluation, so admins see a considered assessment before promoting a server to the organizational catalog.
Action weights range from 1 (low-impact actions like list and status) to 100 (destructive actions like destroy). Red-flag patterns and category weights compound onto the action score.
The two layers are complementary. Catalog heuristics provide instant signals across every tool. Sandbox analysis provides depth before a server reaches production.