# Sentry MCP Node

> Access Sentry MCP actions through Scalekit.

**URL:** https://caywork.com/learn/docs/node/sentrymcp-node

## Content

## Description
Access Sentry MCP actions through the Scalekit MCP gateway.

## Parameters
* **action** (string): Enabled sub-action to run.
* **params** (object): Action-specific inputs.

## Actions
* `sentrymcp_analyze_issue_with_seer`
* `sentrymcp_execute_sentry_tool`
* `sentrymcp_find_organizations`
* `sentrymcp_find_projects`
* `sentrymcp_get_sentry_resource`
* `sentrymcp_search_events`
* `sentrymcp_search_issues`
* `sentrymcp_search_sentry_tools`
* `sentrymcp_update_issue`

## Use Cases
1. **Automate Sentry MCP workflows**: Add the node, enable the actions you need, and let the agent invoke them through Scalekit.
2. **Enforce least privilege**: Only enable the subset of actions required for the current agent flow.