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.
get_slack_connect_url ~45
Return a browser Slack connect URL for a project.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| projectId | string | yes | — |
| returnTo | string | — | — |
No output schema declared.
No examples provided.
get_usage_summary ~180
Get aggregate AnalyticsBundle usage summary 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.
increase_capacity ~31
Increase additional capacity units.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| targetAdditionalCapacityUnits | number | yes | — |
No output schema declared.
No examples provided.
invite_project_member ~46
Invite a collaborator to a project.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| string | yes | — | |
| projectId | string | yes | — |
| role | string | yes | — |
No output schema declared.
No examples provided.
leave_project ~33
Leave a shared project as the authenticated collaborator.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| projectId | string | yes | — |
No output schema declared.
No examples provided.
list_active_probes ~35
List active probe activations for a project.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| projectId | string | yes | — |
No output schema declared.
No examples provided.
list_alerts ~39
List alert rules for a project.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| limit | number | — | — |
| projectId | string | yes | — |
No output schema declared.
No examples provided.
list_analytics_bundles ~103
List AnalyticsBundle generation records for a project, or across accessible projects when projectId is omitted.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| cursor | string | — | — |
| environment | string | — | — |
| from | string | — | — |
| kind | string | — | — |
| limit | number | — | — |
| projectId | string | — | — |
| service | string | — | — |
| status | string | — | — |
| to | string | — | — |
No output schema declared.
No examples provided.
list_analytics_journey_samples ~76
List retained redacted AnalyticsBundle journey sample metadata for a project.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| cursor | string | — | — |
| environment | string | — | — |
| limit | number | — | — |
| projectId | string | yes | — |
| service | string | — | — |
| tag | string | — | — |
No output schema declared.
No examples provided.
list_analytics_opportunities ~116
List AnalyticsBundle opportunities for a project, or across accessible projects when projectId is omitted.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| bundleStatus | string | — | — |
| cursor | string | — | — |
| environment | string | — | — |
| from | string | — | — |
| kind | string | — | — |
| limit | number | — | — |
| projectId | string | — | — |
| service | string | — | — |
| severity | string | — | — |
| status | string | — | — |
| to | string | — | — |
No output schema declared.
No examples provided.
list_capture_rules ~30
List project capture rules.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| projectId | string | yes | — |
No output schema declared.
No examples provided.
list_funnel_metrics ~181
List aggregate AnalyticsBundle funnel conversion summaries 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.
list_github_deliveries ~52
List GitHub dispatch delivery history for a project.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| limit | number | — | — |
| projectId | string | yes | — |
| status | string | — | — |
No output schema declared.
No examples provided.
list_github_dispatch_rules ~37
List GitHub dispatch automation rules for a project.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| projectId | string | yes | — |
No output schema declared.
No examples provided.
list_github_repositories ~42
List repositories available to the project GitHub App installation for owner/admin callers.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| projectId | string | — | — |
No output schema declared.
No examples provided.
list_health_check_daily_rollups ~54
List retained per-day history for one hosted health check.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| checkId | string | yes | — |
| limit | number | — | — |
| projectId | string | yes | — |
No output schema declared.
No examples provided.
list_health_check_results ~51
List recent execution results for one hosted health check.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| checkId | string | yes | — |
| limit | number | — | — |
| projectId | string | yes | — |
No output schema declared.
No examples provided.
list_health_checks ~40
List hosted health checks for a project.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| limit | number | — | — |
| projectId | string | yes | — |
No output schema declared.
No examples provided.
list_improvements ~87
List hosted improvement opportunities for the current workspace or a specific project.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| cursor | string | — | — |
| environment | string | — | — |
| kind | string | — | — |
| limit | number | — | — |
| projectId | string | — | — |
| service | string | — | — |
| severity | string | — | — |
| status | string | — | — |
No output schema declared.
No examples provided.
list_incidents ~106
List incidents from local storage, cloud storage, or the combined connected view.
| Name | Type | Req | Description |
|---|---|---|---|
| attentionAfter | string | — | — |
| bearerToken | string | — | — |
| cursor | string | — | — |
| environment | string | — | — |
| firstSeenAfter | string | — | — |
| limit | number | — | — |
| projectId | string | — | — |
| service | string | — | — |
| severity | string | — | — |
| source | string | — | — |
| status | string | — | — |
No output schema declared.
No examples provided.
list_member_tokens ~32
List member tokens for the authenticated member.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| limit | number | — | — |
No output schema declared.
No examples provided.
list_project_member_invites ~34
List pending invites for a project.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| projectId | string | yes | — |
No output schema declared.
No examples provided.
list_project_members ~31
List members for a project.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| projectId | string | yes | — |
No output schema declared.
No examples provided.
list_project_tokens ~39
List project tokens for a project.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| limit | number | — | — |
| projectId | string | yes | — |
No output schema declared.
No examples provided.
list_projects ~29
List projects in the organization.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| limit | number | — | — |
No output schema declared.
No examples provided.
list_saved_analytics_funnels ~39
List active saved AnalyticsBundle funnel definitions for a project.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| projectId | string | yes | — |
No output schema declared.
No examples provided.
list_services ~37
List services for a project.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| limit | number | — | — |
| projectId | string | yes | — |
No output schema declared.
No examples provided.
list_slack_destinations ~37
List reusable connected Slack destinations for a project organization.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| projectId | string | yes | — |
No output schema declared.
No examples provided.
list_webhook_deliveries ~50
List deliveries for a webhook endpoint.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| limit | number | — | — |
| projectId | string | yes | — |
| webhookId | string | yes | — |
No output schema declared.
No examples provided.
list_webhooks ~39
List webhooks for a project.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| limit | number | — | — |
| projectId | string | yes | — |
No output schema declared.
No examples provided.
list_weekly_report_channels ~43
List weekly report delivery channels for a project.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| limit | number | — | — |
| projectId | string | yes | — |
No output schema declared.
No examples provided.
remove_project_github_repo ~35
Remove a project GitHub repository assignment.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| projectId | string | yes | — |
No output schema declared.
No examples provided.
remove_project_member ~40
Remove a collaborator from a project.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| projectId | string | yes | — |
| userId | string | yes | — |
No output schema declared.
No examples provided.
reopen_improvement ~32
Reopen a hosted improvement opportunity.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| improvementId | string | yes | — |
No output schema declared.
No examples provided.
reopen_incident ~40
Reopen an incident by incident id.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | — | — |
| incidentId | string | yes | — |
| source | string | — | — |
No output schema declared.
No examples provided.
reopen_incidents ~41
Reopen incidents in bulk by incident id.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | — | — |
| incidentIds | array | yes | — |
| source | string | — | — |
No output schema declared.
No examples provided.
resolve_improvement ~31
Resolve a hosted improvement opportunity.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| improvementId | string | yes | — |
No output schema declared.
No examples provided.
resolve_incident ~39
Resolve an incident by incident id.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | — | — |
| incidentId | string | yes | — |
| source | string | — | — |
No output schema declared.
No examples provided.
resolve_incidents ~40
Resolve incidents in bulk by incident id.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | — | — |
| incidentIds | array | yes | — |
| source | string | — | — |
No output schema declared.
No examples provided.
retry_github_delivery ~42
Retry a failed GitHub dispatch delivery.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| deliveryId | string | yes | — |
| projectId | string | yes | — |
No output schema declared.
No examples provided.
retry_webhook_delivery ~47
Retry a webhook delivery.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| deliveryId | string | yes | — |
| projectId | string | yes | — |
| webhookId | string | yes | — |
No output schema declared.
No examples provided.
revoke_member_token ~31
Revoke a member token.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| tokenId | string | yes | — |
No output schema declared.
No examples provided.
revoke_project_token ~39
Revoke a project token.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| projectId | string | yes | — |
| tokenId | string | yes | — |
No output schema declared.
No examples provided.
schedule_capacity_reduction ~38
Schedule a capacity reduction at end of billing cycle.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| targetAdditionalCapacityUnits | number | yes | — |
No output schema declared.
No examples provided.
set_project_github_repo ~51
Assign a primary GitHub repository to a project.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| owner | string | yes | — |
| projectId | string | yes | — |
| repo | string | yes | — |
No output schema declared.
No examples provided.
smoke ~59
Run the end-to-end smoke flow for a hosted project.
| Name | Type | Req | Description |
|---|---|---|---|
| authFilePath | string | — | — |
| environment | string | — | — |
| maxAgeMinutes | number | — | — |
| projectId | string | yes | — |
| service | string | — | — |
No output schema declared.
No examples provided.
snooze_improvement ~49
Snooze a hosted improvement opportunity until an ISO8601 timestamp.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| improvementId | string | yes | — |
| snoozedUntil | string | yes | — |
No output schema declared.
No examples provided.
start_trial ~34
Start an eligible no-card trial for the organization.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| targetPlan | string | yes | — |
No output schema declared.
No examples provided.
suggest_capture_rules_from_incident ~38
Generate deterministic capture rule suggestions from an incident bundle.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| incidentId | string | yes | — |
No output schema declared.
No examples provided.
test_health_check ~78
Run a side-effect-free test for a hosted health-check target.
| Name | Type | Req | Description |
|---|---|---|---|
| bearerToken | string | yes | — |
| expectedStatusMax | number | — | — |
| expectedStatusMin | number | — | — |
| method | string | — | — |
| projectId | string | yes | — |
| timeoutMs | number | — | — |
| url | string | yes | — |
No output schema declared.
No examples provided.