Sentry
Monitor errors and crashes with Sentry. View unresolved issues, track error rates, and build status dashboards for your websites.
setup_integration or the Dashboard Vault — they're encrypted
with AES-256-GCM and never exposed.
Required Credentials
Get your API key at sentry.io →
Endpoints (3)
List unresolved issues for a Sentry project. Returns title, error count, first/last seen, and assigned user.
| Field | Type | Required | Description |
|---|---|---|---|
organization |
string | ✓ Yes | Sentry organization slug (e.g. "my-company"). |
project |
string | ✓ Yes | Sentry project slug (e.g. "my-website"). |
Get details for a specific Sentry issue: error message, stack trace summary, event count, tags, and status.
| Field | Type | Required | Description |
|---|---|---|---|
issue_id |
string | ✓ Yes | Sentry issue ID (numeric). |
List all Sentry projects accessible with the token. Returns project slug, name, platform, and organization.
No input parameters required.
MCP Tool Names
When using this integration through an AI assistant (Claude, ChatGPT, Cursor, etc.), the endpoints are available as MCP tools:
| Endpoint | MCP Tool Name |
|---|---|
| list-issues | sentry_list_issues |
| get-issue | sentry_get_issue |
| list-projects | sentry_list_projects |