The Bugsnag MCP Node integrates securely with Bugsnag's error tracking API through the Scalekit MCP gateway. It enables your AI agent to monitor errors, explore events, manage releases and builds, inspect traces and spans, and query projects.
Parameters
Required Parameters
- action (string): The target Bugsnag MCP tool action to run. Must be one of the enabled actions:
bugsnag_agent: Agent.bugsnag_error_get: Error get.bugsnag_errors_list: Errors list.bugsnag_events_list: Events list.bugsnag_get_build: Get build.bugsnag_get_current_project: Get current project.bugsnag_get_error: Get error.bugsnag_get_event: Get event.bugsnag_get_event_details_from_dashboard_url: Get event details from dashboard url.bugsnag_get_events_on_an_error: Get events on an error.bugsnag_get_network_endpoint_groupings: Get network endpoint groupings.bugsnag_get_release: Get release.bugsnag_get_span_group: Get span group.bugsnag_get_trace: Get trace.bugsnag_list_project_errors: List project errors.bugsnag_list_project_event_filters: List project event filters.bugsnag_list_projects: List projects.bugsnag_list_releases: List releases.bugsnag_list_span_groups: List span groups.bugsnag_list_spans: List spans.bugsnag_list_trace_fields: List trace fields.bugsnag_oauth: Oauth.bugsnag_release_get: Release get.bugsnag_set_network_endpoint_groupings: Set network endpoint groupings.bugsnag_update_error: Update error.
Optional Parameters
- params (object): A key-value dictionary containing action-specific inputs (e.g.,
{'project_id': 'my-project', 'error_id': '12345'}).
Practical Use Cases
- Error triage and diagnosis: Fetch error details, associated events, and update error state automatically.
- Release health monitoring: List releases and builds to correlate errors with deployments.
- Performance observability: Inspect traces, spans, and network endpoint groupings for performance regressions.