com.mcparmory/sentry
PYPI · MCPARMORY-SENTRY · 2 COMPONENTS · SCANNED SEP 20
Track errors, manage performance alerts, and configure dashboards and monitors
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- Install-script risk not yet assessed.Unverified
- 2 of 41 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency32
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: the license (MIT License) isn't a recognized OSI-approved license. See how to fix → Fail
- Actively maintained (last published 130 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability69
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 33368 tokens (~166/item across 200 items; 200 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
- Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Tool Safety99
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- 31 of 32 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "create_deploy_for_release" implies "deploy" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Partial
- An AI judge read all 200 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a current MCP spec version (2026-07-28).Pass
How do I install the com.mcparmory/sentry MCP server?
com.mcparmory/sentry runs locally as a PyPI package, launched with uvx mcparmory-sentry. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
pypi · mcparmory-sentry
claude mcp add com-mcparmory-sentry -- uvx mcparmory-sentry
{
"mcpServers": {
"com-mcparmory-sentry": {
"command": "uvx",
"args": [
"mcparmory-sentry"
]
}
}
} {
"servers": {
"com-mcparmory-sentry": {
"command": "uvx",
"args": [
"mcparmory-sentry"
]
}
}
} codex mcp add com-mcparmory-sentry -- uvx mcparmory-sentry
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-mcparmory-sentry": {
"type": "local",
"command": [
"uvx",
"mcparmory-sentry"
],
"enabled": true
}
}
} openclaw mcp add com-mcparmory-sentry --command uvx --arg mcparmory-sentry
mcp_servers:
com-mcparmory-sentry:
command: "uvx"
args: ["mcparmory-sentry"] {
"McpServers": {
"com-mcparmory-sentry": {
"Transport": "stdio",
"Command": "uvx",
"Arguments": [
"mcparmory-sentry"
]
}
}
} assistant mcp add com-mcparmory-sentry -t stdio -c uvx -a mcparmory-sentry
{
"mcpServers": {
"com-mcparmory-sentry": {
"command": "uvx",
"args": [
"mcparmory-sentry"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 20 Sept 26 +16
- Malware scan: unverified → pass ▲ security
- 18 Sept 26 −3
- Stability: pass → 0.80 functional
- 17 Sept 26 −14
- Malware scan: pass → unverified ▼ security
- Stability: 0.97 → pass security
- 15 Sept 26 +16
- Malware scan: unverified → pass ▲ security
- 14 Sept 26 −15
- Malware scan: pass → unverified ▼ security
- 13 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 12 Sept 26 +15
- Malware scan: unverified → pass ▲ security
- 11 Sept 26 −18
- Malware scan: pass → unverified ▼ security
- Stability: pass → 0.80 functional
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 20 Sept 2026 · Analysed pypi/mcparmory-sentry@1.0.2
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | pypi |
Background: How many MCP packages publish verified provenance →
Dependencies 41 packages
| Packages resolved | 41 |
|---|---|
| Stale | 1 |
| No linked repository | 1 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
list_external_issues_for_issue List External Issues for Issue ~110
Retrieve all custom integration issue links (external issues) associated with a specific Sentry issue. This shows connections between the Sentry issue and external tracking systems.
| Name | Type | Req | Description |
|---|---|---|---|
| issue_id | integer | yes | The numeric ID of the Sentry issue. Must be a positive integer representing a valid issue within the organization. |
| organization_id_or_slug | string | yes | The organization identifier, either the numeric ID or the URL slug. Use the slug for human-readable references or the ID for programmatic lookups. |
No output schema declared.
No examples provided.
list_files_changed_in_release_commits List Files Changed in Release Commits ~111
Retrieve all files that were modified across the commits included in a specific release. This helps identify what code changes were shipped in a particular version.
| Name | Type | Req | Description |
|---|---|---|---|
| organization_id_or_slug | string | yes | The organization identifier, either as a numeric ID or the organization's URL slug. Use the slug for human-readable requests or the ID for programmatic lookups. |
| version | string | yes | The release version identifier. This should match the version tag or semantic version string used to identify the release in your system. |
No output schema declared.
No examples provided.
list_integration_providers List Integration Providers ~90
Retrieve information about all available integration providers for an organization, with optional filtering by a specific provider type.
| Name | Type | Req | Description |
|---|---|---|---|
| organization_id_or_slug | string | yes | The organization identifier, either the numeric ID or the URL-friendly slug. |
| providerKey | string | – | Optional filter to retrieve details for a single integration provider (e.g., 'slack'). When omitted, information for all available providers is returned. |
No output schema declared.
No examples provided.
list_issue_events List Issue Events ~199
Retrieve a list of error events associated with a specific issue. Optionally filter by environment, search criteria, or request full event details including stack traces.
| Name | Type | Req | Description |
|---|---|---|---|
| environment | array | – | Filter events to only those from specified environments. Provide as an array of environment names. |
| full | boolean | – | Set to true to include complete event details such as stack traces and breadcrumbs. Defaults to false for lighter payloads. |
| issue_id | integer | yes | The numeric ID of the issue to retrieve events for. |
| organization_id_or_slug | string | yes | The organization identifier, either the numeric ID or the URL slug. |
| query | string | – | Filter events using Sentry's search syntax. Supports queries like `transaction:foo AND release:abc`. Refer to Sentry's search documentation for available event properties and operators. |
| sample | boolean | – | Set to true to return events in pseudo-random but deterministic order, ensuring consistent results across identical queries. |
No output schema declared.
No examples provided.
list_issue_hashes List Issue Hashes ~110
Retrieve the list of hashes (generated checksums) associated with an issue, which are used to aggregate individual events into the issue.
| Name | Type | Req | Description |
|---|---|---|---|
| full | boolean | – | When enabled, the response includes the complete event payload with full details such as stack traces. Defaults to true. |
| issue_id | string | yes | The numeric or string identifier of the issue whose hashes should be retrieved. |
| organization_id_or_slug | string | yes | The organization identifier, either the numeric ID or the URL slug of the organization. |
No output schema declared.
No examples provided.
list_monitors_for_organization List Monitors for Organization ~145
Retrieves all monitors for an organization, including their nested environments. Results can be filtered by specific projects or environments, and optionally filtered by monitor owner.
| Name | Type | Req | Description |
|---|---|---|---|
| environment | array | – | Filter results to include only monitors from specified environments. Accepts multiple environment names; monitors matching any of the provided environments will be included. |
| organization_id_or_slug | string | yes | The organization identifier, either the numeric ID or the URL-friendly slug. |
| owner | string | – | Filter results to monitors owned by a specific user or team. Use the format `user:id` for individual users or `team:id` for teams. Can be specified multiple times to include monitors from multiple ow… |
No output schema declared.
No examples provided.
list_organization_client_keys List Organization Client Keys ~125
Retrieve all client keys (DSNs) across projects in an organization, with optional filtering by team and key status. Results are paginated for efficient retrieval of large key sets.
| Name | Type | Req | Description |
|---|---|---|---|
| organization_id_or_slug | string | yes | The organization identifier, either its unique ID or human-readable slug. |
| status | string | – | Optional filter to retrieve keys by their operational status: 'active' for enabled keys or 'inactive' for disabled keys. |
| team | string | – | Optional filter to retrieve keys only for projects belonging to a specific team, identified by team slug or ID. |
No output schema declared.
No examples provided.
list_organization_dashboards List Organization Dashboards ~96
Retrieve all custom dashboards associated with an organization. Results can be paginated to control the number of dashboards returned per request.
| Name | Type | Req | Description |
|---|---|---|---|
| organization_id_or_slug | string | yes | The unique identifier or slug of the organization. Use either the numeric ID or the organization's URL-friendly slug. |
| per_page | integer | – | Maximum number of dashboards to return in a single response. Defaults to 100 if not specified; cannot exceed 100. |
No output schema declared.
No examples provided.
list_organization_discover_saved_queries List Organization Discover Saved Queries ~101
Retrieve all saved Discover queries associated with an organization, with optional filtering by query name and pagination support.
| Name | Type | Req | Description |
|---|---|---|---|
| organization_id_or_slug | string | yes | The organization identifier, either its numeric ID or URL-friendly slug. |
| per_page | integer | – | Maximum number of results to return per page, up to 100 (default is 100). |
| query | string | – | Filter results by the exact or partial name of the saved Discover query. |
No output schema declared.
No examples provided.
list_organization_environments List Organization Environments ~118
Retrieves all environments for a specified organization, with optional filtering by visibility status. Use this to discover available deployment environments and their configurations.
| Name | Type | Req | Description |
|---|---|---|---|
| organization_id_or_slug | string | yes | The unique identifier or slug of the organization. You can use either the numeric ID or the organization's URL-friendly slug. |
| visibility | string | – | Filter environments by their visibility status. Choose 'visible' to show only active environments, 'hidden' to show only inactive ones, or 'all' to retrieve both. Defaults to 'visible' if not specifi… |
No output schema declared.
No examples provided.
list_organization_integrations List Organization Integrations ~164
Retrieve all available integrations for an organization, with optional filtering by provider and features. Use includeConfig to fetch third-party configuration details if needed.
| Name | Type | Req | Description |
|---|---|---|---|
| features | array | – | Filter integrations by one or more capabilities they support, such as alert-rule, incident-management, or issue-sync. Items are matched inclusively (any matching feature will be included). |
| includeConfig | boolean | – | Set to true to include third-party integration configurations in the response. Note: enabling this may significantly increase response time. |
| organization_id_or_slug | string | yes | The organization identifier, either as a numeric ID or URL-friendly slug. |
| providerKey | string | – | Filter results to a specific integration provider (e.g., slack, github, jira). Omit to return all providers. |
No output schema declared.
No examples provided.
list_organization_issues List Organization Issues ~297
Retrieve a list of issues for an organization with optional filtering, search, and pagination. By default, only unresolved issues are returned unless a custom query is provided.
| Name | Type | Req | Description |
|---|---|---|---|
| collapse | array | – | Specify fields to exclude from the response to reduce payload size and improve performance. Provide as a list of field names to omit. |
| environment | array | – | Filter issues by one or more environment names. Provide as a list of environment identifiers. |
| expand | array | – | Specify additional data fields to include in the response for each issue (e.g., 'sessions', 'latestEventHasUrl'). Provide as a list of field names. |
| groupStatsPeriod | string | – | The time period for which to calculate group statistics. Choose from: empty string (no stats), '24h' (last 24 hours), '14d' (last 14 days), or 'auto' (automatic period selection). |
| limit | integer | – | Maximum number of issues to return in the response. Must be between 1 and 100; defaults to 100. |
| organization_id_or_slug | string | yes | The organization identifier, either as a numeric ID or URL-friendly slug. |
| query | string | – | Search query to filter issues using Sentry's query syntax (e.g., 'is:unresolved', 'error.type:ValueError'). Leave empty to retrieve all issues; if omitted, defaults to 'is:unresolved'. |
No output schema declared.
No examples provided.
list_organization_members List Organization Members ~60
Retrieve all members of an organization, including pending invitations that have been approved by owners or managers but not yet accepted by invitees.
| Name | Type | Req | Description |
|---|---|---|---|
| organization_id_or_slug | string | yes | The organization identifier, either as a numeric ID or a URL-friendly slug. |
No output schema declared.
No examples provided.
list_organization_monitors List Organization Monitors ~125
Retrieve all monitors configured for an organization. This endpoint supports the new monitoring and alerting system and allows filtering by monitor properties such as name, type, and assignee.
| Name | Type | Req | Description |
|---|---|---|---|
| organization_id_or_slug | string | yes | The organization identifier, either as a numeric ID or URL-friendly slug. This determines which organization's monitors are returned. |
| query | string | – | Optional search query to filter monitors by name, type (e.g., error, metric_issue, issue_stream), or assignee (email, username, team reference with # prefix, 'me', or 'none'). |
No output schema declared.
No examples provided.
list_organization_projects List Organization Projects ~63
Retrieve all projects associated with a specific organization. Returns a list of projects bound to the organization identified by ID or slug.
| Name | Type | Req | Description |
|---|---|---|---|
| organization_id_or_slug | string | yes | The organization identifier, which can be either the numeric ID or the URL-friendly slug of the organization. |
No output schema declared.
No examples provided.
list_organization_releases List Organization Releases ~71
Retrieve all releases for a given organization, with optional filtering by version prefix.
| Name | Type | Req | Description |
|---|---|---|---|
| organization_id_or_slug | string | yes | The organization identifier, either the numeric ID or the URL-friendly slug. |
| query | string | – | Optional filter to match releases by version prefix using a 'starts with' comparison. |
No output schema declared.
No examples provided.
list_organization_replay_selectors List Organization Replay Selectors ~145
Retrieve a list of replay selectors configured for an organization, with optional filtering by environment, query criteria, and pagination controls.
| Name | Type | Req | Description |
|---|---|---|---|
| environment | array | – | Filter selectors by one or more environments. Specify as an array of environment names. |
| organization_id_or_slug | string | yes | The organization identifier, either as a numeric ID or URL-friendly slug. |
| per_page | integer | – | Maximum number of results to return per page, up to 100. Defaults to 100 if not specified. |
| query | string | – | Filter selectors using Sentry's query syntax, supporting logical operators (AND, OR) and field-based conditions like transaction names and release versions. |
No output schema declared.
No examples provided.
list_organization_replays List Organization Replays ~174
Retrieve a paginated list of session replays for an organization, with optional filtering by environment and structured query parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| environment | string | – | Filter replays by environment name (e.g., production, staging, development). Must be at least 1 character. |
| field | array | – | Comma-separated list of specific fields to include in the response. Only valid field names are accepted; invalid fields will cause an error. |
| organization_id_or_slug | string | yes | The organization identifier, either as a numeric ID or URL-friendly slug. |
| per_page | integer | – | Maximum number of replays to return per page for pagination. |
| query | string | – | A structured query string to filter results (e.g., by user, duration, or other replay attributes). Must be at least 1 character. |
No output schema declared.
No examples provided.
list_organization_repositories List Organization Repositories ~79
Retrieve all version control repositories belonging to a specified organization. Returns a paginated list of repositories accessible to the authenticated user.
| Name | Type | Req | Description |
|---|---|---|---|
| organization_id_or_slug | string | yes | The organization identifier, which can be either the numeric ID or the organization's slug (short name). Use the slug for human-readable requests or the ID for programmatic lookups. |
No output schema declared.
No examples provided.
list_organization_scim_members List Organization SCIM Members ~142
Retrieves a paginated list of SCIM-provisioned members in an organization. Use SCIM filter expressions to narrow results or exclude specific attributes from the response.
| Name | Type | Req | Description |
|---|---|---|---|
| excludedAttributes | array | – | Array of field names to exclude from the response. Currently only `members` is supported for exclusion. |
| filter | string | – | A SCIM filter expression to refine results; currently supports only equality (`eq`) comparisons. |
| organization_id_or_slug | string | yes | The organization identifier, either its numeric ID or URL slug. |
| startIndex | integer | – | The starting position for pagination using 1-based indexing (defaults to 1 if not specified). |
No output schema declared.
No examples provided.
list_organization_sentry_app_installations List Organization Sentry App Installations ~94
Retrieve all integration platform (Sentry App) installations configured for a specific organization. This returns the list of third-party integrations that have been installed and are active within the organization.
| Name | Type | Req | Description |
|---|---|---|---|
| organization_id_or_slug | string | yes | The organization identifier, which can be either the numeric ID or the organization's URL slug (short name). Use the slug for human-readable references or the ID for programmatic lookups. |
No output schema declared.
No examples provided.
list_organization_teams List Organization Teams ~92
Retrieves a list of all teams associated with a specific organization. Optionally filter the response to exclude project details for a lighter payload.
| Name | Type | Req | Description |
|---|---|---|---|
| detailed | string | – | Set to "0" to return team information without including associated project details, reducing response size. |
| organization_id_or_slug | string | yes | The unique identifier or slug of the organization. Use either the numeric ID or the organization's URL-friendly slug. |
No output schema declared.
No examples provided.
list_organization_teams_scim List Organization Teams (SCIM) ~143
Retrieve a paginated list of teams in an organization using SCIM Groups protocol. Note that the members field is capped at 10,000 members per team.
| Name | Type | Req | Description |
|---|---|---|---|
| excludedAttributes | array | – | Array of field names to exclude from the response. Currently only `members` is supported for exclusion. |
| filter | string | – | A SCIM filter expression to narrow results. Currently supports only equality (`eq`) comparisons. |
| organization_id_or_slug | string | yes | The organization identifier, either its numeric ID or URL slug. |
| startIndex | integer | – | The starting position for pagination using 1-based indexing. Defaults to 1 if not specified. |
No output schema declared.
No examples provided.
list_organization_trusted_relays List Organization Trusted Relays ~70
Retrieve a list of all trusted relays configured for an organization. Relays are used to forward events and requests securely within the organization's infrastructure.
| Name | Type | Req | Description |
|---|---|---|---|
| organization_id_or_slug | string | yes | The organization identifier, which can be either the numeric ID or the URL-friendly slug of the organization. |
No output schema declared.
No examples provided.
list_organizations List Organizations ~154
Retrieve a list of organizations accessible to the authenticated session. For user-bound contexts, returns all member organizations; for API key requests, returns only the organization associated with that key.
| Name | Type | Req | Description |
|---|---|---|---|
| owner | boolean | – | Set to `true` to filter results to only organizations where you have owner-level permissions. |
| query | string | – | Filter organizations using query syntax supporting multiple fields: `id`, `slug`, `status` (active, pending_deletion, or deletion_in_progress), `email` or `member_id` for specific members, `platform`… |
No output schema declared.
No examples provided.
list_project_client_keys List Project Client Keys ~107
Retrieve all client keys associated with a project. Optionally filter by active or inactive status to manage project authentication credentials.
| Name | Type | Req | Description |
|---|---|---|---|
| organization_id_or_slug | string | yes | The organization identifier, either the numeric ID or the URL-friendly slug. |
| project_id_or_slug | string | yes | The project identifier, either the numeric ID or the URL-friendly slug. |
| status | string | – | Filter results to show only active or inactive client keys. If omitted, all keys are returned regardless of status. |
No output schema declared.
No examples provided.
list_project_environments List Project Environments ~148
Retrieve all environments configured for a specific project, with optional filtering by visibility status. Useful for discovering available deployment targets and their configurations.
| Name | Type | Req | Description |
|---|---|---|---|
| organization_id_or_slug | string | yes | The organization identifier, either its unique ID or URL-friendly slug. Required to scope the project within the correct organization. |
| project_id_or_slug | string | yes | The project identifier, either its unique ID or URL-friendly slug. Required to specify which project's environments to list. |
| visibility | string | – | Filter environments by their visibility status. Choose 'visible' to show only active environments, 'hidden' to show only inactive ones, or 'all' to include both. Defaults to 'visible' if not specifie… |
No output schema declared.
No examples provided.
list_project_error_events List Project Error Events ~148
Retrieve a list of error events for a specific project. Optionally include full event details such as stacktraces, and control result ordering.
| Name | Type | Req | Description |
|---|---|---|---|
| full | boolean | – | Include the complete event payload with stacktraces and additional details. Defaults to false for a lighter response. |
| organization_id_or_slug | string | yes | The organization identifier, either the numeric ID or the URL-friendly slug. |
| project_id_or_slug | string | yes | The project identifier, either the numeric ID or the URL-friendly slug. |
| sample | boolean | – | Return events in a deterministic pseudo-random order. Identical queries will always return the same events in the same order. Defaults to false for chronological ordering. |
No output schema declared.
No examples provided.
list_project_filters List Project Filters ~78
Retrieve all filters configured for a specific project. Filters can be active as either boolean flags or legacy browser filter lists.
| Name | Type | Req | Description |
|---|---|---|---|
| organization_id_or_slug | string | yes | The organization identifier, either the numeric ID or the URL-friendly slug. |
| project_id_or_slug | string | yes | The project identifier, either the numeric ID or the URL-friendly slug. |
No output schema declared.
No examples provided.
list_project_issues List Project Issues ~195
Retrieve a list of issues (groups) for a specific project. By default, only unresolved issues are returned unless a custom query is provided. This endpoint is deprecated in favor of the Organization Issues endpoint.
| Name | Type | Req | Description |
|---|---|---|---|
| hashes | string | – | A list of issue group hashes to retrieve, up to a maximum of 100. Cannot be used together with the query parameter. Hashes should be provided as comma-separated values. |
| organization_id_or_slug | string | yes | The organization identifier, either as a numeric ID or URL slug. |
| project_id_or_slug | string | yes | The project identifier, either as a numeric ID or URL slug. |
| query | string | – | A Sentry structured search query to filter results. If omitted, defaults to `is:unresolved`. Use an empty query to retrieve all issues regardless of status. Supports filtering by issue category (e.g.… |
No output schema declared.
No examples provided.
list_project_members List Project Members ~89
Retrieves all active organization members who are assigned to at least one team associated with the specified project.
| Name | Type | Req | Description |
|---|---|---|---|
| organization_id_or_slug | string | yes | The organization identifier, which can be either the numeric ID or the URL-friendly slug of the organization. |
| project_id_or_slug | string | yes | The project identifier, which can be either the numeric ID or the URL-friendly slug of the project within the organization. |
No output schema declared.
No examples provided.
list_project_service_hooks List Project Service Hooks ~91
Retrieve all service hooks configured for a specific project. Service hooks enable integrations that trigger on project events.
| Name | Type | Req | Description |
|---|---|---|---|
| organization_id_or_slug | string | yes | The organization identifier, which can be either the numeric ID or the URL-friendly slug of the organization. |
| project_id_or_slug | string | yes | The project identifier, which can be either the numeric ID or the URL-friendly slug of the project within the organization. |
No output schema declared.
No examples provided.
list_project_symbol_sources List Project Symbol Sources ~95
Retrieve all custom symbol sources configured for a specific project. Symbol sources enable the project to resolve debug symbols from external repositories.
| Name | Type | Req | Description |
|---|---|---|---|
| organization_id_or_slug | string | yes | The organization identifier, which can be either the numeric ID or the URL-friendly slug of the organization. |
| project_id_or_slug | string | yes | The project identifier, which can be either the numeric ID or the URL-friendly slug of the project within the organization. |
No output schema declared.
No examples provided.
list_project_user_feedback List Project User Feedback ~97
Retrieve a list of user feedback items submitted to a project. Note: This returns legacy User Reports format feedback; for User Feedback Widget submissions, use the issues API with the `issue.category:feedback` filter instead.
| Name | Type | Req | Description |
|---|---|---|---|
| organization_id_or_slug | string | yes | The organization identifier, either the numeric ID or the URL slug. |
| project_id_or_slug | string | yes | The project identifier, either the numeric ID or the URL slug. |
No output schema declared.
No examples provided.
list_project_users List Project Users ~145
Retrieve a list of users who have been seen or are active within a specific project. Optionally filter results by user attributes such as ID, email, username, or IP address.
| Name | Type | Req | Description |
|---|---|---|---|
| organization_id_or_slug | string | yes | The organization identifier, either as a numeric ID or a URL-friendly slug. |
| project_id_or_slug | string | yes | The project identifier, either as a numeric ID or a URL-friendly slug. |
| query | string | – | Optional search filter to narrow results by user attributes. Use prefixed queries in the format `field:value` where field is one of: `id`, `email`, `username`, or `ip`. Multiple filters can be combin… |
No output schema declared.
No examples provided.
list_release_commits List Release Commits ~83
Retrieve all commits associated with a specific release in an organization. This lists the commits that were included when the release version was created.
| Name | Type | Req | Description |
|---|---|---|---|
| organization_id_or_slug | string | yes | The organization identifier, which can be either the numeric ID or the URL-friendly slug of the organization. |
| version | string | yes | The version string that uniquely identifies the release within the organization. |
No output schema declared.
No examples provided.
list_release_commits_for_project List Release Commits for Project ~120
Retrieve all commits associated with a specific project release. This lists the commits that were included in the release version.
| Name | Type | Req | Description |
|---|---|---|---|
| organization_id_or_slug | string | yes | The organization identifier, which can be either the numeric ID or the URL-friendly slug of the organization. |
| project_id_or_slug | string | yes | The project identifier, which can be either the numeric ID or the URL-friendly slug of the project within the organization. |
| version | string | yes | The release version identifier, typically a semantic version string or tag name that uniquely identifies the release. |
No output schema declared.
No examples provided.
list_release_deploys List Release Deploys ~83
Retrieve all deployments for a specific release version within an organization. Returns deployment history and status information for the given release.
| Name | Type | Req | Description |
|---|---|---|---|
| organization_id_or_slug | string | yes | The organization identifier, which can be either the numeric ID or the URL-friendly slug of the organization. |
| version | string | yes | The version string that uniquely identifies the release for which to retrieve deployments. |
No output schema declared.
No examples provided.
list_release_files List Release Files ~96
Retrieve all files associated with a specific release version within an organization. This returns the complete list of artifacts and source files included in that release.
| Name | Type | Req | Description |
|---|---|---|---|
| organization_id_or_slug | string | yes | The organization identifier, which can be either the numeric ID or the URL-friendly slug name of the organization. |
| version | string | yes | The version string that uniquely identifies the release. This should match the exact version identifier used when the release was created. |
No output schema declared.
No examples provided.
list_release_files_for_project List Release Files for Project ~124
Retrieve all files associated with a specific release version within a project. This returns the complete list of artifacts and source files included in that release.
| Name | Type | Req | Description |
|---|---|---|---|
| organization_id_or_slug | string | yes | The organization identifier, which can be either the numeric ID or the URL-friendly slug of the organization. |
| project_id_or_slug | string | yes | The project identifier, which can be either the numeric ID or the URL-friendly slug of the project within the organization. |
| version | string | yes | The release version identifier, typically a semantic version string or tag that uniquely identifies the release. |
No output schema declared.
No examples provided.
list_release_health_session_statistics List Release Health Session Statistics ~312
Retrieves time series data for release health session statistics across projects in an organization. Results are aggregated by specified intervals and grouped by optional dimensions, with automatic rounding to align with the selected time interval.
| Name | Type | Req | Description |
|---|---|---|---|
| environment | array | – | Optional list of environment names to filter results by (e.g., production, staging, development). If omitted, all environments are included. |
| field | array | yes | One or more metrics to retrieve, such as session counts, unique user counts, crash rates, or session duration percentiles. Multiple fields can be requested in a single query. |
| groupBy | array | – | One or more dimensions to group results by, such as project, release, environment, or session status. Grouping affects the maximum number of data points returned (capped at 10,000 total). |
| includeSeries | integer | – | Set to 0 to exclude time series data from the response; defaults to 1 (include series). |
| includeTotals | integer | – | Set to 0 to exclude aggregate totals from the response; defaults to 1 (include totals). |
| organization_id_or_slug | string | yes | The organization identifier, either the numeric ID or the URL-friendly slug. |
| per_page | integer | – | Maximum number of result groups to return per request. Useful for pagination when results are large. |
| query | string | – | Filter results using Sentry's query syntax to match specific conditions on transactions, releases, and other attributes. Multiple conditions can be combined with AND/OR operators. |
No output schema declared.
No examples provided.
list_release_threshold_statuses List Release Threshold Statuses ~191
Retrieve the health statuses of release thresholds within a specified time range. Returns threshold statuses keyed by release version and project, including full threshold details and derived health indicators. **Note: This is an experimental Alpha API subject to change.**
| Name | Type | Req | Description |
|---|---|---|---|
| end | string | yes | The end of the time range as a UTC datetime in ISO 8601 format or Unix epoch seconds (inclusive). Must be used with `start`. |
| environment | array | – | Optional list of environment names to filter results. Specify multiple environments as separate array items. |
| organization_id_or_slug | string | yes | The organization identifier, either as a numeric ID or URL-friendly slug. |
| release | array | – | Optional list of release versions to filter results. Specify multiple releases as separate array items. |
| start | string | yes | The start of the time range as a UTC datetime in ISO 8601 format or Unix epoch seconds (inclusive). |
No output schema declared.
No examples provided.
list_replay_deletion_jobs List Replay Deletion Jobs ~105
Retrieve a list of all replay deletion jobs for a project. Use this to monitor the status and history of bulk replay deletion operations.
| Name | Type | Req | Description |
|---|---|---|---|
| organization_id_or_slug | string | yes | The organization identifier, either the numeric ID or the URL-friendly slug. This scopes the request to a specific organization. |
| project_id_or_slug | string | yes | The project identifier, either the numeric ID or the URL-friendly slug. This scopes the request to a specific project within the organization. |
No output schema declared.
No examples provided.
list_replay_recording_segments List Replay Recording Segments ~133
Retrieve all recording segments for a specific replay session. Recording segments contain the captured user interaction data that makes up a replay.
| Name | Type | Req | Description |
|---|---|---|---|
| organization_id_or_slug | string | yes | The organization identifier, either as a numeric ID or URL-friendly slug. |
| per_page | integer | – | Maximum number of segments to return per request. Defaults to 100 and cannot exceed 100. |
| project_id_or_slug | string | yes | The project identifier, either as a numeric ID or URL-friendly slug. |
| replay_id | string | yes | The unique identifier (UUID) of the replay session whose recording segments you want to retrieve. |
No output schema declared.
No examples provided.
list_repositories_for_owner List Repositories for Owner ~123
Retrieves a paginated list of repositories owned by a specified owner within an organization. Results can be filtered by name substring.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Maximum number of repositories to return per request. Defaults to 20 if not specified. |
| organization_id_or_slug | string | yes | The organization identifier, either as a numeric ID or URL slug. This determines which organization's repositories to query. |
| owner | string | yes | The owner identifier whose repositories should be retrieved. |
| term | string | – | Optional substring filter to match against repository names using case-sensitive containment matching. |
No output schema declared.
No examples provided.
list_repository_branches List Repository Branches ~124
Retrieves a paginated list of branches for a specified repository, with optional filtering by branch name substring.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Maximum number of branches to return per request; defaults to 20 if not specified. |
| organization_id_or_slug | string | yes | The organization identifier, either as a numeric ID or URL-friendly slug. |
| owner | string | yes | The repository owner's username or identifier. |
| repository | string | yes | The name of the repository to retrieve branches from. |
| term | string | – | Optional substring to filter branches by name using case-sensitive contains matching. |
No output schema declared.
No examples provided.
list_repository_commits List Repository Commits ~84
Retrieve a paginated list of commits for a specific repository within an organization. Use this to view the commit history and details for a given repository.
| Name | Type | Req | Description |
|---|---|---|---|
| organization_id_or_slug | string | yes | The organization identifier, which can be either the numeric ID or the URL slug of the organization. |
| repo_id | string | yes | The unique identifier of the repository within the organization. |
No output schema declared.
No examples provided.
list_repository_tokens_for_owner List Repository Tokens for Owner ~126
Retrieves a paginated list of repository tokens for a specified owner within an organization. Use this to view all tokens associated with a particular repository owner.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | The maximum number of tokens to return per request. Defaults to 20 if not specified. Use this to control pagination size. |
| organization_id_or_slug | string | yes | The organization identifier, either as a numeric ID or URL slug. This determines which organization's tokens to retrieve. |
| owner | string | yes | The repository owner whose tokens should be listed. Filters results to tokens belonging to this specific owner. |
No output schema declared.
No examples provided.
list_sentry_apps List Sentry Apps ~75
Retrieve all custom integrations (Sentry Apps) created by an organization. This returns the organization's internal integrations that extend Sentry's functionality.
| Name | Type | Req | Description |
|---|---|---|---|
| organization_id_or_slug | string | yes | The organization identifier, either the numeric ID or the URL-friendly slug. Use the slug for human-readable requests or the ID for programmatic access. |
No output schema declared.
No examples provided.
list_spike_protection_notifications List Spike Protection Notifications ~91
Retrieve all Spike Protection Notification Actions configured for an organization. These actions notify designated members via services like Slack or email when spike protection is triggered.
| Name | Type | Req | Description |
|---|---|---|---|
| organization_id_or_slug | string | yes | The organization identifier, which can be either the numeric ID or the URL-friendly slug. |
| triggerType | string | – | Filter notifications by trigger type. Currently, only `spike-protection` is supported. |
No output schema declared.
No examples provided.
What is the com.mcparmory/sentry MCP server?
com.mcparmory/sentry is an MCP server listed in the public MCP registry as com.mcparmory/sentry. Track errors, manage performance alerts, and configure dashboards and monitors. This page covers its PyPI package (mcparmory-sentry).
Is the com.mcparmory/sentry MCP server safe to use?
com.mcparmory/sentry scores 75 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the com.mcparmory/sentry MCP server expose?
com.mcparmory/sentry exposes 200 tools: list_organizations, get_organization, update_organization, update_metric_alert_rule, list_integration_providers, and 195 more. Their descriptions and schemas cost roughly 33,368 tokens of context every time the server is loaded.
Is the com.mcparmory/sentry MCP server still maintained?
com.mcparmory/sentry is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.