DebugBundle
NPM · @DEBUGBUNDLE/MCP · SCANNED AUG 3
DebugBundle MCP: runtime error reporting, incident response, health checks, and product analytics.
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 →
Supply Chain Security100
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 0 of 21 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency45
- 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
- Clear OSI-approved license (AGPL-3.0-only).Pass
- Actively maintained (last published 16 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability43
- AI-judged instruction clarity (poor).Fail
- Tool/resource definitions use about 7020 tokens (~60/item across 117 items; 117 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage67
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 0% of tool parameters carry a description.Fail
Capabilities20
- Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @debugbundle/mcp
claude mcp add com-debugbundle-mcp -- npx -y @debugbundle/mcp
codex mcp add com-debugbundle-mcp -- npx -y @debugbundle/mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-debugbundle-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@debugbundle/mcp"
],
"enabled": true
}
}
} openclaw mcp add com-debugbundle-mcp --command npx --arg -y --arg @debugbundle/mcp
mcp_servers:
com-debugbundle-mcp:
command: "npx"
args: ["-y", "@debugbundle/mcp"] {
"mcpServers": {
"com-debugbundle-mcp": {
"command": "npx",
"args": [
"-y",
"@debugbundle/mcp"
]
}
}
} 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.
- 2 Aug 26 +19
- Malware scan: unverified → pass ▲ security
- Stability: unverified → 0.23 ▲ functional
- 31 Jul 26 −10
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 29 Jul 26 +41
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → pass ▲ security
- Schema quality: unverified → poor ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- License: unverified → pass ▲ functional
- Maintenance: unverified → pass ▲ functional
- Dependency health: partial → 1.00 functional
- Licence: AGPL-3.0-only functional
- 28 Jul 26 −15
- Tool coverage: 100 → unverified ▼ functional
- Dependency health: unverified → partial ▲ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 42
First indexed and scored.
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 3 Aug 2026 · Analysed npm/@debugbundle/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 21 packages
21 packages in the resolved dependency tree.
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.
activate_probe ~72
Activate a remote probe on a project.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| environment | string | — | — |
| labelPattern | string | yes | — |
| projectId | string | yes | — |
| service | string | — | — |
| triggerTtlSeconds | number | — | — |
| ttlSeconds | number | — | — |
No output schema declared.
No examples provided.
analyze ~29
Run local agent-oriented DebugBundle analysis.
| Name | Type | Req | Description |
|---|---|---|---|
| local | boolean | — | — |
| type | string | — | — |
No output schema declared.
No examples provided.
archive_saved_analytics_funnel ~47
Archive a saved AnalyticsBundle funnel definition for a project.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| funnelKey | string | yes | — |
| projectId | string | yes | — |
No output schema declared.
No examples provided.
cancel_capacity_reduction ~24
Cancel a scheduled capacity reduction.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
No output schema declared.
No examples provided.
cancel_project_member_invite ~41
Cancel a pending project invite.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| inviteId | string | yes | — |
| projectId | string | yes | — |
No output schema declared.
No examples provided.
create_alert ~100
Create an alert rule, including optional severity-threshold lifecycle scope.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| channel | string | yes | — |
| conditionType | string | yes | — |
| config | object | yes | — |
| cooldownSeconds | integer | — | — |
| isEnabled | boolean | — | — |
| projectId | string | yes | — |
| serviceId | string | — | — |
| severityLifecycleScope | string | — | — |
| severityMin | string | — | — |
No output schema declared.
No examples provided.
create_capture_rule ~38
Create a project capture rule.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| create | object | yes | — |
| projectId | string | yes | — |
No output schema declared.
No examples provided.
create_capture_rule_from_incident_suggestion ~47
Create a capture rule from an incident-derived suggestion.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| create | object | yes | — |
| incidentId | string | yes | — |
No output schema declared.
No examples provided.
create_github_dispatch_rule ~106
Create a GitHub dispatch automation rule for a project.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| bundleType | string | yes | — |
| cooldownSeconds | number | yes | — |
| enabled | boolean | — | — |
| environments | array | yes | — |
| eventTypes | array | yes | — |
| incidentStatus | string | yes | — |
| name | string | yes | — |
| projectId | string | yes | — |
| services | array | yes | — |
| severityMin | string | yes | — |
No output schema declared.
No examples provided.
create_health_check ~128
Create a hosted health check for a project.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| enabled | boolean | — | — |
| environment | string | — | — |
| expectedStatusMax | number | — | — |
| expectedStatusMin | number | — | — |
| failureThreshold | number | — | — |
| intervalSeconds | number | yes | — |
| method | string | — | — |
| name | string | yes | — |
| projectId | string | yes | — |
| recoveryThreshold | number | — | — |
| serviceName | string|null | — | — |
| timeoutMs | number | — | — |
| url | string | yes | — |
No output schema declared.
No examples provided.
create_member_token ~30
Create a new member token.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| label | string | yes | — |
No output schema declared.
No examples provided.
create_project ~49
Create a new project.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| colorTag | — | — | — |
| environmentDefault | string | — | — |
| name | string | yes | — |
| slug | string | yes | — |
No output schema declared.
No examples provided.
create_project_token ~46
Create a new project token.
| Name | Type | Req | Description |
|---|---|---|---|
| allowedOrigins | array | — | — |
| bearerToken | string | yes | — |
| label | string | yes | — |
| projectId | string | yes | — |
No output schema declared.
No examples provided.
create_saved_analytics_funnel ~62
Create a reusable AnalyticsBundle funnel definition for a project.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| displayName | string | yes | — |
| funnelKey | string | yes | — |
| projectId | string | yes | — |
| steps | array | yes | — |
No output schema declared.
No examples provided.
create_webhook ~59
Create a webhook endpoint.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| events | array | yes | — |
| filters | object | — | — |
| isEnabled | boolean | — | — |
| projectId | string | yes | — |
| url | string | yes | — |
No output schema declared.
No examples provided.
create_weekly_report_channel ~76
Create a weekly report delivery channel. Email channel config supports up to 3 recipients in config.to.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| channel | string | yes | — |
| config | object | yes | — |
| isEnabled | boolean | — | — |
| projectId | string | yes | — |
| schedule | object | yes | — |
No output schema declared.
No examples provided.
deactivate_probe ~38
Deactivate a probe activation.
| Name | Type | Req | Description |
|---|---|---|---|
| activationId | string | yes | — |
| bearerToken | string | yes | — |
| projectId | string | yes | — |
No output schema declared.
No examples provided.
delete_alert ~37
Delete an alert rule.
| Name | Type | Req | Description |
|---|---|---|---|
| alertId | string | yes | — |
| bearerToken | string | yes | — |
| projectId | string | yes | — |
No output schema declared.
No examples provided.
delete_capture_rule ~39
Delete a project capture rule.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| projectId | string | yes | — |
| ruleId | string | yes | — |
No output schema declared.
No examples provided.
delete_github_dispatch_rule ~43
Delete a GitHub dispatch automation rule.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| projectId | string | yes | — |
| ruleId | string | yes | — |
No output schema declared.
No examples provided.
delete_health_check ~39
Delete a hosted health check.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| checkId | string | yes | — |
| projectId | string | yes | — |
No output schema declared.
No examples provided.
delete_project ~28
Delete a project.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| projectId | string | yes | — |
No output schema declared.
No examples provided.
delete_slack_destination ~44
Delete a connected Slack destination from a project organization.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| destinationId | string | yes | — |
| projectId | string | yes | — |
No output schema declared.
No examples provided.
delete_webhook ~38
Delete a webhook endpoint.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| projectId | string | yes | — |
| webhookId | string | yes | — |
No output schema declared.
No examples provided.
delete_weekly_report_channel ~34
Delete a weekly report delivery channel.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| channelId | string | yes | — |
No output schema declared.
No examples provided.
doctor ~30
Run local DebugBundle environment diagnostics.
| Name | Type | Req | Description |
|---|---|---|---|
| authFilePath | string | — | — |
| privacy | boolean | — | — |
No output schema declared.
No examples provided.
generate_analytics_bundle ~113
Request an AnalyticsBundle generation for a project analysis window and focus.
| Name | Type | Req | Description |
|---|---|---|---|
| analysisKind | string | yes | — |
| bearerToken | string | yes | — |
| deployId | string | — | — |
| filters | object | — | — |
| from | string | — | — |
| funnel | string | — | — |
| incidentId | string | — | — |
| last | string | — | — |
| opportunityId | string | — | — |
| projectId | string | yes | — |
| route | string | — | — |
| to | string | — | — |
No output schema declared.
No examples provided.
get_action_metrics ~181
Get aggregate AnalyticsBundle action, marker, and conversion metrics.
| Name | Type | Req | Description |
|---|---|---|---|
| authState | string | — | — |
| bearerToken | string | yes | — |
| browser | string | — | — |
| country | string | — | — |
| customDimensions | object | — | — |
| deviceType | string | — | — |
| environment | string | — | — |
| from | string | — | — |
| granularity | string | — | — |
| language | string | — | — |
| last | string | — | — |
| limit | number | — | — |
| os | string | — | — |
| projectId | string | yes | — |
| referrer | string | — | — |
| route | string | — | — |
| service | string | — | — |
| to | string | — | — |
| utmCampaign | string | — | — |
| utmMedium | string | — | — |
| utmSource | string | — | — |
No output schema declared.
No examples provided.
get_analytics_bundle ~49
Get a generated AnalyticsBundle artifact or its pending/failed generation state.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| bundleGenerationId | string | yes | — |
| projectId | string | yes | — |
No output schema declared.
No examples provided.
get_analytics_journey_sample ~50
Get one retained redacted AnalyticsBundle journey sample artifact for a project.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| projectId | string | yes | — |
| sampleId | string | yes | — |
No output schema declared.
No examples provided.
get_analytics_opportunity ~44
Get an AnalyticsBundle opportunity for a project.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| opportunityId | string | yes | — |
| projectId | string | yes | — |
No output schema declared.
No examples provided.
get_analytics_settings ~34
Get AnalyticsBundle settings for a project.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| projectId | string | yes | — |
No output schema declared.
No examples provided.
get_billing_summary ~26
Get the billing summary for the organization.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
No output schema declared.
No examples provided.
get_bundle ~39
Fetch the debug bundle for an incident.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | — | — |
| incidentId | string | yes | — |
| source | string | — | — |
No output schema declared.
No examples provided.
get_capture_policy ~34
Get the resolved capture policy for a project.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| projectId | string | yes | — |
No output schema declared.
No examples provided.
get_device_breakdown ~185
Get aggregate AnalyticsBundle device, browser, OS, and language breakdowns.
| Name | Type | Req | Description |
|---|---|---|---|
| authState | string | — | — |
| bearerToken | string | yes | — |
| browser | string | — | — |
| country | string | — | — |
| customDimensions | object | — | — |
| deviceType | string | — | — |
| environment | string | — | — |
| from | string | — | — |
| granularity | string | — | — |
| language | string | — | — |
| last | string | — | — |
| limit | number | — | — |
| os | string | — | — |
| projectId | string | yes | — |
| referrer | string | — | — |
| route | string | — | — |
| service | string | — | — |
| to | string | — | — |
| utmCampaign | string | — | — |
| utmMedium | string | — | — |
| utmSource | string | — | — |
No output schema declared.
No examples provided.
get_funnel_analysis ~189
Get aggregate AnalyticsBundle funnel conversion and dropoff analysis.
| Name | Type | Req | Description |
|---|---|---|---|
| authState | string | — | — |
| bearerToken | string | yes | — |
| browser | string | — | — |
| country | string | — | — |
| customDimensions | object | — | — |
| deviceType | string | — | — |
| environment | string | — | — |
| from | string | — | — |
| funnelKey | string | yes | — |
| granularity | string | — | — |
| language | string | — | — |
| last | string | — | — |
| limit | number | — | — |
| os | string | — | — |
| projectId | string | yes | — |
| referrer | string | — | — |
| route | string | — | — |
| service | string | — | — |
| to | string | — | — |
| utmCampaign | string | — | — |
| utmMedium | string | — | — |
| utmSource | string | — | — |
No output schema declared.
No examples provided.
get_github_status ~40
Get the project GitHub App installation status and optional project repo assignment.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| projectId | string | — | — |
No output schema declared.
No examples provided.
get_health_check ~41
Get one hosted health check by id.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| checkId | string | yes | — |
| projectId | string | yes | — |
No output schema declared.
No examples provided.
get_improvement ~34
Fetch a single hosted improvement opportunity by id.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| improvementId | string | yes | — |
No output schema declared.
No examples provided.
get_improvement_bundle ~46
Fetch the hosted improvement bundle artifact for a project improvement opportunity.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| improvementId | string | yes | — |
| projectId | string | yes | — |
No output schema declared.
No examples provided.
get_improvement_settings ~34
Get automated improvement settings for a project.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| projectId | string | yes | — |
No output schema declared.
No examples provided.
get_incident ~40
Fetch a single incident by incident id.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | — | — |
| incidentId | string | yes | — |
| source | string | — | — |
No output schema declared.
No examples provided.
get_incident_context ~45
Fetch deterministic one-call incident context for explanation and triage.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | — | — |
| incidentId | string | yes | — |
| source | string | — | — |
No output schema declared.
No examples provided.
get_incident_impact ~203
Get aggregate AnalyticsBundle impact metrics for one incident, including linked routes, funnels, segments, journeys, and bundle state.
| Name | Type | Req | Description |
|---|---|---|---|
| authState | string | — | — |
| bearerToken | string | yes | — |
| browser | string | — | — |
| country | string | — | — |
| customDimensions | object | — | — |
| deviceType | string | — | — |
| environment | string | — | — |
| from | string | — | — |
| granularity | string | — | — |
| incidentId | string | yes | — |
| language | string | — | — |
| last | string | — | — |
| limit | number | — | — |
| os | string | — | — |
| projectId | string | yes | — |
| referrer | string | — | — |
| route | string | — | — |
| service | string | — | — |
| to | string | — | — |
| utmCampaign | string | — | — |
| utmMedium | string | — | — |
| utmSource | string | — | — |
No output schema declared.
No examples provided.
get_journey_patterns ~181
Get aggregate AnalyticsBundle journey transition patterns for a project.
| Name | Type | Req | Description |
|---|---|---|---|
| authState | string | — | — |
| bearerToken | string | yes | — |
| browser | string | — | — |
| country | string | — | — |
| customDimensions | object | — | — |
| deviceType | string | — | — |
| environment | string | — | — |
| from | string | — | — |
| granularity | string | — | — |
| language | string | — | — |
| last | string | — | — |
| limit | number | — | — |
| os | string | — | — |
| projectId | string | yes | — |
| referrer | string | — | — |
| route | string | — | — |
| service | string | — | — |
| to | string | — | — |
| utmCampaign | string | — | — |
| utmMedium | string | — | — |
| utmSource | string | — | — |
No output schema declared.
No examples provided.
get_logs ~56
Fetch log records for an incident from the hosted API.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| cursor | string | — | — |
| incidentId | string | yes | — |
| level | string | — | — |
| limit | number | — | — |
No output schema declared.
No examples provided.
get_referrer_metrics ~181
Get aggregate AnalyticsBundle referrer and UTM metrics.
| Name | Type | Req | Description |
|---|---|---|---|
| authState | string | — | — |
| bearerToken | string | yes | — |
| browser | string | — | — |
| country | string | — | — |
| customDimensions | object | — | — |
| deviceType | string | — | — |
| environment | string | — | — |
| from | string | — | — |
| granularity | string | — | — |
| language | string | — | — |
| last | string | — | — |
| limit | number | — | — |
| os | string | — | — |
| projectId | string | yes | — |
| referrer | string | — | — |
| route | string | — | — |
| service | string | — | — |
| to | string | — | — |
| utmCampaign | string | — | — |
| utmMedium | string | — | — |
| utmSource | string | — | — |
No output schema declared.
No examples provided.
get_reproduction ~40
Fetch the reproduction artifact for an incident.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | — | — |
| incidentId | string | yes | — |
| source | string | — | — |
No output schema declared.
No examples provided.
get_route_metrics ~179
Get aggregate AnalyticsBundle route metrics for a project.
| Name | Type | Req | Description |
|---|---|---|---|
| authState | string | — | — |
| bearerToken | string | yes | — |
| browser | string | — | — |
| country | string | — | — |
| customDimensions | object | — | — |
| deviceType | string | — | — |
| environment | string | — | — |
| from | string | — | — |
| granularity | string | — | — |
| language | string | — | — |
| last | string | — | — |
| limit | number | — | — |
| os | string | — | — |
| projectId | string | yes | — |
| referrer | string | — | — |
| route | string | — | — |
| service | string | — | — |
| to | string | — | — |
| utmCampaign | string | — | — |
| utmMedium | string | — | — |
| utmSource | string | — | — |
No output schema declared.
No examples provided.