Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

com.mcparmory/sentry

PYPI · MCPARMORY-SENTRY · 2 COMPONENTS · SCANNED SEP 20

Track errors, manage performance alerts, and configure dashboards and monitors

0 this week 75 Trust /100
Trust breakdown (7 categories)

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
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
Install

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

# add to Claude Code
claude mcp add com-mcparmory-sentry -- uvx mcparmory-sentry
// .cursor/mcp.json
{
  "mcpServers": {
    "com-mcparmory-sentry": {
      "command": "uvx",
      "args": [
        "mcparmory-sentry"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-mcparmory-sentry": {
      "command": "uvx",
      "args": [
        "mcparmory-sentry"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add com-mcparmory-sentry -- uvx mcparmory-sentry
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-mcparmory-sentry": {
      "type": "local",
      "command": [
        "uvx",
        "mcparmory-sentry"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-mcparmory-sentry --command uvx --arg mcparmory-sentry
# ~/.hermes/config.yaml
mcp_servers:
  com-mcparmory-sentry:
    command: "uvx"
    args: ["mcparmory-sentry"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-mcparmory-sentry": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "mcparmory-sentry"
      ]
    }
  }
}
# add to Vellum
assistant mcp add com-mcparmory-sentry -t stdio -c uvx -a mcparmory-sentry
// mcp.json
{
  "mcpServers": {
    "com-mcparmory-sentry": {
      "command": "uvx",
      "args": [
        "mcparmory-sentry"
      ]
    }
  }
}
Changelog

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
Diagnostics

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 →

MCP tools · 200 exposed · ~33,368 tokens

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 →

Tool Tokens
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.

NameTypeReqDescription
issue_idintegeryesThe numeric ID of the Sentry issue. Must be a positive integer representing a valid issue within the organization.
organization_id_or_slugstringyesThe 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 ~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.

NameTypeReqDescription
organization_id_or_slugstringyesThe 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.
versionstringyesThe 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 ~90

Retrieve information about all available integration providers for an organization, with optional filtering by a specific provider type.

NameTypeReqDescription
organization_id_or_slugstringyesThe organization identifier, either the numeric ID or the URL-friendly slug.
providerKeystringOptional 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 ~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.

NameTypeReqDescription
environmentarrayFilter events to only those from specified environments. Provide as an array of environment names.
fullbooleanSet to true to include complete event details such as stack traces and breadcrumbs. Defaults to false for lighter payloads.
issue_idintegeryesThe numeric ID of the issue to retrieve events for.
organization_id_or_slugstringyesThe organization identifier, either the numeric ID or the URL slug.
querystringFilter 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.
samplebooleanSet 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 ~110

Retrieve the list of hashes (generated checksums) associated with an issue, which are used to aggregate individual events into the issue.

NameTypeReqDescription
fullbooleanWhen enabled, the response includes the complete event payload with full details such as stack traces. Defaults to true.
issue_idstringyesThe numeric or string identifier of the issue whose hashes should be retrieved.
organization_id_or_slugstringyesThe organization identifier, either the numeric ID or the URL slug of the organization.

No output schema declared.

No examples provided.

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.

NameTypeReqDescription
environmentarrayFilter 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_slugstringyesThe organization identifier, either the numeric ID or the URL-friendly slug.
ownerstringFilter 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 ~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.

NameTypeReqDescription
organization_id_or_slugstringyesThe organization identifier, either its unique ID or human-readable slug.
statusstringOptional filter to retrieve keys by their operational status: 'active' for enabled keys or 'inactive' for disabled keys.
teamstringOptional 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 ~96

Retrieve all custom dashboards associated with an organization. Results can be paginated to control the number of dashboards returned per request.

NameTypeReqDescription
organization_id_or_slugstringyesThe unique identifier or slug of the organization. Use either the numeric ID or the organization's URL-friendly slug.
per_pageintegerMaximum 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 ~101

Retrieve all saved Discover queries associated with an organization, with optional filtering by query name and pagination support.

NameTypeReqDescription
organization_id_or_slugstringyesThe organization identifier, either its numeric ID or URL-friendly slug.
per_pageintegerMaximum number of results to return per page, up to 100 (default is 100).
querystringFilter results by the exact or partial name of the saved Discover query.

No output schema declared.

No examples provided.

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.

NameTypeReqDescription
organization_id_or_slugstringyesThe unique identifier or slug of the organization. You can use either the numeric ID or the organization's URL-friendly slug.
visibilitystringFilter 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 ~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.

NameTypeReqDescription
featuresarrayFilter 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).
includeConfigbooleanSet to true to include third-party integration configurations in the response. Note: enabling this may significantly increase response time.
organization_id_or_slugstringyesThe organization identifier, either as a numeric ID or URL-friendly slug.
providerKeystringFilter 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 ~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.

NameTypeReqDescription
collapsearraySpecify fields to exclude from the response to reduce payload size and improve performance. Provide as a list of field names to omit.
environmentarrayFilter issues by one or more environment names. Provide as a list of environment identifiers.
expandarraySpecify additional data fields to include in the response for each issue (e.g., 'sessions', 'latestEventHasUrl'). Provide as a list of field names.
groupStatsPeriodstringThe 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).
limitintegerMaximum number of issues to return in the response. Must be between 1 and 100; defaults to 100.
organization_id_or_slugstringyesThe organization identifier, either as a numeric ID or URL-friendly slug.
querystringSearch 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 ~60

Retrieve all members of an organization, including pending invitations that have been approved by owners or managers but not yet accepted by invitees.

NameTypeReqDescription
organization_id_or_slugstringyesThe organization identifier, either as a numeric ID or a URL-friendly slug.

No output schema declared.

No examples provided.

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.

NameTypeReqDescription
organization_id_or_slugstringyesThe organization identifier, either as a numeric ID or URL-friendly slug. This determines which organization's monitors are returned.
querystringOptional 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 ~63

Retrieve all projects associated with a specific organization. Returns a list of projects bound to the organization identified by ID or slug.

NameTypeReqDescription
organization_id_or_slugstringyesThe 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 ~71

Retrieve all releases for a given organization, with optional filtering by version prefix.

NameTypeReqDescription
organization_id_or_slugstringyesThe organization identifier, either the numeric ID or the URL-friendly slug.
querystringOptional filter to match releases by version prefix using a 'starts with' comparison.

No output schema declared.

No examples provided.

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.

NameTypeReqDescription
environmentarrayFilter selectors by one or more environments. Specify as an array of environment names.
organization_id_or_slugstringyesThe organization identifier, either as a numeric ID or URL-friendly slug.
per_pageintegerMaximum number of results to return per page, up to 100. Defaults to 100 if not specified.
querystringFilter 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 ~174

Retrieve a paginated list of session replays for an organization, with optional filtering by environment and structured query parameters.

NameTypeReqDescription
environmentstringFilter replays by environment name (e.g., production, staging, development). Must be at least 1 character.
fieldarrayComma-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_slugstringyesThe organization identifier, either as a numeric ID or URL-friendly slug.
per_pageintegerMaximum number of replays to return per page for pagination.
querystringA 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 ~79

Retrieve all version control repositories belonging to a specified organization. Returns a paginated list of repositories accessible to the authenticated user.

NameTypeReqDescription
organization_id_or_slugstringyesThe 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 ~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.

NameTypeReqDescription
excludedAttributesarrayArray of field names to exclude from the response. Currently only `members` is supported for exclusion.
filterstringA SCIM filter expression to refine results; currently supports only equality (`eq`) comparisons.
organization_id_or_slugstringyesThe organization identifier, either its numeric ID or URL slug.
startIndexintegerThe 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 ~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.

NameTypeReqDescription
organization_id_or_slugstringyesThe 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 ~92

Retrieves a list of all teams associated with a specific organization. Optionally filter the response to exclude project details for a lighter payload.

NameTypeReqDescription
detailedstringSet to "0" to return team information without including associated project details, reducing response size.
organization_id_or_slugstringyesThe 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 ~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.

NameTypeReqDescription
excludedAttributesarrayArray of field names to exclude from the response. Currently only `members` is supported for exclusion.
filterstringA SCIM filter expression to narrow results. Currently supports only equality (`eq`) comparisons.
organization_id_or_slugstringyesThe organization identifier, either its numeric ID or URL slug.
startIndexintegerThe 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 ~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.

NameTypeReqDescription
organization_id_or_slugstringyesThe 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 ~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.

NameTypeReqDescription
ownerbooleanSet to `true` to filter results to only organizations where you have owner-level permissions.
querystringFilter 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 ~107

Retrieve all client keys associated with a project. Optionally filter by active or inactive status to manage project authentication credentials.

NameTypeReqDescription
organization_id_or_slugstringyesThe organization identifier, either the numeric ID or the URL-friendly slug.
project_id_or_slugstringyesThe project identifier, either the numeric ID or the URL-friendly slug.
statusstringFilter 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 ~148

Retrieve all environments configured for a specific project, with optional filtering by visibility status. Useful for discovering available deployment targets and their configurations.

NameTypeReqDescription
organization_id_or_slugstringyesThe organization identifier, either its unique ID or URL-friendly slug. Required to scope the project within the correct organization.
project_id_or_slugstringyesThe project identifier, either its unique ID or URL-friendly slug. Required to specify which project's environments to list.
visibilitystringFilter 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 ~148

Retrieve a list of error events for a specific project. Optionally include full event details such as stacktraces, and control result ordering.

NameTypeReqDescription
fullbooleanInclude the complete event payload with stacktraces and additional details. Defaults to false for a lighter response.
organization_id_or_slugstringyesThe organization identifier, either the numeric ID or the URL-friendly slug.
project_id_or_slugstringyesThe project identifier, either the numeric ID or the URL-friendly slug.
samplebooleanReturn 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 ~78

Retrieve all filters configured for a specific project. Filters can be active as either boolean flags or legacy browser filter lists.

NameTypeReqDescription
organization_id_or_slugstringyesThe organization identifier, either the numeric ID or the URL-friendly slug.
project_id_or_slugstringyesThe project identifier, either the numeric ID or the URL-friendly slug.

No output schema declared.

No examples provided.

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.

NameTypeReqDescription
hashesstringA 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_slugstringyesThe organization identifier, either as a numeric ID or URL slug.
project_id_or_slugstringyesThe project identifier, either as a numeric ID or URL slug.
querystringA 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 ~89

Retrieves all active organization members who are assigned to at least one team associated with the specified project.

NameTypeReqDescription
organization_id_or_slugstringyesThe organization identifier, which can be either the numeric ID or the URL-friendly slug of the organization.
project_id_or_slugstringyesThe 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 ~91

Retrieve all service hooks configured for a specific project. Service hooks enable integrations that trigger on project events.

NameTypeReqDescription
organization_id_or_slugstringyesThe organization identifier, which can be either the numeric ID or the URL-friendly slug of the organization.
project_id_or_slugstringyesThe 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 ~95

Retrieve all custom symbol sources configured for a specific project. Symbol sources enable the project to resolve debug symbols from external repositories.

NameTypeReqDescription
organization_id_or_slugstringyesThe organization identifier, which can be either the numeric ID or the URL-friendly slug of the organization.
project_id_or_slugstringyesThe 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 ~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.

NameTypeReqDescription
organization_id_or_slugstringyesThe organization identifier, either the numeric ID or the URL slug.
project_id_or_slugstringyesThe project identifier, either the numeric ID or the URL slug.

No output schema declared.

No examples provided.

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.

NameTypeReqDescription
organization_id_or_slugstringyesThe organization identifier, either as a numeric ID or a URL-friendly slug.
project_id_or_slugstringyesThe project identifier, either as a numeric ID or a URL-friendly slug.
querystringOptional 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 ~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.

NameTypeReqDescription
organization_id_or_slugstringyesThe organization identifier, which can be either the numeric ID or the URL-friendly slug of the organization.
versionstringyesThe version string that uniquely identifies the release within the organization.

No output schema declared.

No examples provided.

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.

NameTypeReqDescription
organization_id_or_slugstringyesThe organization identifier, which can be either the numeric ID or the URL-friendly slug of the organization.
project_id_or_slugstringyesThe project identifier, which can be either the numeric ID or the URL-friendly slug of the project within the organization.
versionstringyesThe 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 ~83

Retrieve all deployments for a specific release version within an organization. Returns deployment history and status information for the given release.

NameTypeReqDescription
organization_id_or_slugstringyesThe organization identifier, which can be either the numeric ID or the URL-friendly slug of the organization.
versionstringyesThe version string that uniquely identifies the release for which to retrieve deployments.

No output schema declared.

No examples provided.

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.

NameTypeReqDescription
organization_id_or_slugstringyesThe organization identifier, which can be either the numeric ID or the URL-friendly slug name of the organization.
versionstringyesThe 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 ~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.

NameTypeReqDescription
organization_id_or_slugstringyesThe organization identifier, which can be either the numeric ID or the URL-friendly slug of the organization.
project_id_or_slugstringyesThe project identifier, which can be either the numeric ID or the URL-friendly slug of the project within the organization.
versionstringyesThe 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 ~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.

NameTypeReqDescription
environmentarrayOptional list of environment names to filter results by (e.g., production, staging, development). If omitted, all environments are included.
fieldarrayyesOne 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.
groupByarrayOne 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).
includeSeriesintegerSet to 0 to exclude time series data from the response; defaults to 1 (include series).
includeTotalsintegerSet to 0 to exclude aggregate totals from the response; defaults to 1 (include totals).
organization_id_or_slugstringyesThe organization identifier, either the numeric ID or the URL-friendly slug.
per_pageintegerMaximum number of result groups to return per request. Useful for pagination when results are large.
querystringFilter 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 ~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.**

NameTypeReqDescription
endstringyesThe end of the time range as a UTC datetime in ISO 8601 format or Unix epoch seconds (inclusive). Must be used with `start`.
environmentarrayOptional list of environment names to filter results. Specify multiple environments as separate array items.
organization_id_or_slugstringyesThe organization identifier, either as a numeric ID or URL-friendly slug.
releasearrayOptional list of release versions to filter results. Specify multiple releases as separate array items.
startstringyesThe 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 ~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.

NameTypeReqDescription
organization_id_or_slugstringyesThe organization identifier, either the numeric ID or the URL-friendly slug. This scopes the request to a specific organization.
project_id_or_slugstringyesThe 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 ~133

Retrieve all recording segments for a specific replay session. Recording segments contain the captured user interaction data that makes up a replay.

NameTypeReqDescription
organization_id_or_slugstringyesThe organization identifier, either as a numeric ID or URL-friendly slug.
per_pageintegerMaximum number of segments to return per request. Defaults to 100 and cannot exceed 100.
project_id_or_slugstringyesThe project identifier, either as a numeric ID or URL-friendly slug.
replay_idstringyesThe 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 ~123

Retrieves a paginated list of repositories owned by a specified owner within an organization. Results can be filtered by name substring.

NameTypeReqDescription
limitintegerMaximum number of repositories to return per request. Defaults to 20 if not specified.
organization_id_or_slugstringyesThe organization identifier, either as a numeric ID or URL slug. This determines which organization's repositories to query.
ownerstringyesThe owner identifier whose repositories should be retrieved.
termstringOptional substring filter to match against repository names using case-sensitive containment matching.

No output schema declared.

No examples provided.

list_repository_branches ~124

Retrieves a paginated list of branches for a specified repository, with optional filtering by branch name substring.

NameTypeReqDescription
limitintegerMaximum number of branches to return per request; defaults to 20 if not specified.
organization_id_or_slugstringyesThe organization identifier, either as a numeric ID or URL-friendly slug.
ownerstringyesThe repository owner's username or identifier.
repositorystringyesThe name of the repository to retrieve branches from.
termstringOptional substring to filter branches by name using case-sensitive contains matching.

No output schema declared.

No examples provided.

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.

NameTypeReqDescription
organization_id_or_slugstringyesThe organization identifier, which can be either the numeric ID or the URL slug of the organization.
repo_idstringyesThe unique identifier of the repository within the organization.

No output schema declared.

No examples provided.

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.

NameTypeReqDescription
limitintegerThe maximum number of tokens to return per request. Defaults to 20 if not specified. Use this to control pagination size.
organization_id_or_slugstringyesThe organization identifier, either as a numeric ID or URL slug. This determines which organization's tokens to retrieve.
ownerstringyesThe 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 ~75

Retrieve all custom integrations (Sentry Apps) created by an organization. This returns the organization's internal integrations that extend Sentry's functionality.

NameTypeReqDescription
organization_id_or_slugstringyesThe 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 ~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.

NameTypeReqDescription
organization_id_or_slugstringyesThe organization identifier, which can be either the numeric ID or the URL-friendly slug.
triggerTypestringFilter notifications by trigger type. Currently, only `spike-protection` is supported.

No output schema declared.

No examples provided.

Common questions

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.