Sentry.io MCP connector
Sentry.io is an application monitoring platform for error tracking, performance monitoring, and issue management across software projects. The Sentry.io MCP connector allows AI agents to track and manage project events and issues, monitor error details, and retrieve event metadata. It also supports managing organizations, updating issue status and assignments, and deleting resolved issues to maintain clean project workflows.
Authentication type
- OAuth 2.0 Authorization Code - Requires a one-time user login to authorize the agent to access the service on their behalf.
Uses
Use the Sentry.io MCP connector to perform the following actions:
- Track application errors and crashes across production environments in real time
- Monitor application performance and identify bottlenecks affecting user experience
- Manage issue workflows by updating status, assigning owners, and resolving incidents
- Organize teams and projects to align monitoring with organizational structure
- Control release deployments and track issues tied to specific software versions
- Aggregate error events and generate alerts when critical thresholds are exceeded
- Audit application health metrics across multiple projects and environments
Example prompts
Use the following example prompts to invoke Sentry.io MCP connector tools from your AI assistant or Boomi Connect workflow:
Show me all unresolved issues in Sentry.io for our production project.List the latest events from our web application in Sentry.io.Create a new team in Sentry.io for our mobile development group.Update the status of this critical issue to resolved in Sentry.io.Get a summary of all projects and their error rates in Sentry.io.List all releases for our API service in Sentry.io.Delete an inactive project from our Sentry.io organization.What organizations do we have set up in Sentry.io?Show me error events from the last 24 hours in Sentry.io.
Sentry.io MCP connector tools
The Sentry.io MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| getAllEvents | Retrieves a list of all events recorded in a project. |
| getEvent | Retrieves detailed information about a specific event. |
| getAllIssues | Retrieves a list of all issues in a project. |
| getIssue | Retrieves detailed information about a specific issue. |
| updateIssue | Modifies the properties and settings of an existing issue. |
| deleteIssue | Removes a specific issue from the project. |
| getAllOrganizations | Retrieves a list of all organizations. |
| createOrganization | Creates a new organization with specified details. |
| getOrganization | Retrieves detailed information about a specific organization. |
| updateOrganization | Modifies the properties and settings of an existing organization. |
| getAllProjects | Retrieves a list of all projects across organizations. |
| createProject | Creates a new project with specified configuration. |
| getProject | Retrieves detailed information about a specific project. |
| updateProject | Modifies the properties and settings of an existing project. |
| deleteProject | Removes a specific project from the organization. |
| getAllReleases | Retrieves a list of all releases in a project. |
| createRelease | Creates a new release with specified version information. |
| getRelease | Retrieves detailed information about a specific release. |
| updateRelease | Modifies the properties and settings of an existing release. |
| deleteRelease | Removes a specific release from the project. |
| getAllTeams | Retrieves a list of all teams in an organization. |
| createTeam | Creates a new team with specified members and settings. |
| getTeam | Retrieves detailed information about a specific team. |
| updateTeam | Modifies the properties and settings of an existing team. |
| deleteTeam | Removes a specific team from the organization. |